summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-12 02:50:54 +0000
committerZach Copley <zach@status.net>2010-01-24 16:36:04 -0800
commit8d02a897dc6269b44d529938b2c6298e19a2ec59 (patch)
tree15748329b1bd60b75eaec813640c2048bdb05eed
parenta009052036250d33b38329dd0363dd42652e89da (diff)
Updated markup for application edit form; image, radios
-rw-r--r--lib/applicationeditform.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/applicationeditform.php b/lib/applicationeditform.php
index f8fcb3e3f..e9ab46780 100644
--- a/lib/applicationeditform.php
+++ b/lib/applicationeditform.php
@@ -175,7 +175,7 @@ class ApplicationEditForm extends Form
$this->out->elementStart('ul', 'form_data');
- $this->out->elementStart('li');
+ $this->out->elementStart('li', array('id' => 'application_icon'));
if (!empty($icon)) {
$this->out->element('img', array('src' => $icon));
@@ -193,7 +193,7 @@ class ApplicationEditForm extends Form
'value' => ImageFile::maxFileSizeInt()));
$this->out->elementEnd('li');
- $this->out->elementStart('li');
+ $this->out->elementStart('li');
$this->out->hidden('application_id', $id);
@@ -241,7 +241,7 @@ class ApplicationEditForm extends Form
_('URL to redirect to after authentication'));
$this->out->elementEnd('li');
- $this->out->elementStart('li');
+ $this->out->elementStart('li', array('id' => 'application_types'));
$attrs = array('name' => 'app_type',
'type' => 'radio',
@@ -280,7 +280,7 @@ class ApplicationEditForm extends Form
$this->out->element('p', 'form_guide', _('Type of application, browser or desktop'));
$this->out->elementEnd('li');
- $this->out->elementStart('li');
+ $this->out->elementStart('li', array('id' => 'default_access_types'));
$attrs = array('name' => 'default_access_type',
'type' => 'radio',