Add icons/icon upload to Oauth apps

This commit is contained in:
Zach Copley
2010-01-07 01:55:57 -08:00
parent 4c5ddc42c1
commit b14a97f5f9
6 changed files with 193 additions and 57 deletions

View File

@@ -93,6 +93,10 @@ class ApplicationList extends Widget
$this->out->elementStart('li', array('class' => 'application',
'id' => 'oauthclient-' . $this->application->id));
if (!empty($this->application->icon)) {
$this->out->element('img', array('src' => $this->application->icon));
}
$this->out->elementStart('a',
array('href' => common_local_url(
'showapplication',