]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated markup for application edit form; image, radios
authorSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 02:50:54 +0000 (02:50 +0000)
committerZach Copley <zach@status.net>
Mon, 25 Jan 2010 00:36:04 +0000 (16:36 -0800)
lib/applicationeditform.php

index f8fcb3e3f50be67dc55a57f0e40c0e016cbeb779..e9ab467804c61e1ae7aaf0a1bd2cfae16873c264 100644 (file)
@@ -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',