diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-01 15:18:23 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-01 15:18:23 -0400 |
commit | 95bcc5afa11ccbff82c2d0d16a286014ba96acb1 (patch) | |
tree | 2da76665f2dff393d16e5db4b503e6ccb8f3a03a | |
parent | 52a1762e585d3b63a486ea98ac1ae61048b557b3 (diff) |
Updated markup for notice form attachment
-rw-r--r-- | lib/noticeform.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 7c88bd7b1..5a6c7cf38 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -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'); } |