]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated markup for notice form attachment
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 1 Jun 2009 19:18:23 +0000 (15:18 -0400)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 1 Jun 2009 19:18:23 +0000 (15:18 -0400)
lib/noticeform.php

index 7c88bd7b195e19a5bfb60a03db6db4283f21ea2f..5a6c7cf38c3ce96ee130f36a65d1e81a5cdcf1ef 100644 (file)
@@ -148,10 +148,10 @@ class NoticeForm extends Form
         $this->out->element('dd', array('id' => 'notice_text-count'),
                             '140');
         $this->out->elementEnd('dl');
-        $this->out->element('br', array('style' => 'clear:both'));
-        $this->out->element('label', array('for' => 'notice_data-attach'), _('Upload: '));
-        $this->out->element('input', array('id' => 'notice_data-attach', 'type' => 'file', 'name' => 'attach'));
-
+        $this->out->element('label', array('for' => 'notice_data-attach'), _('Attach'));
+        $this->out->element('input', array('id' => 'notice_data-attach',
+                                           'type' => 'file',
+                                           'name' => 'attach'));
         if ($this->action) {
             $this->out->hidden('notice_return-to', $this->action, 'returnto');
         }