From: Sarven Capadisli Date: Mon, 1 Jun 2009 19:18:23 +0000 (-0400) Subject: Updated markup for notice form attachment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=95bcc5afa11ccbff82c2d0d16a286014ba96acb1;p=quix0rs-gnu-social.git Updated markup for notice form attachment --- diff --git a/lib/noticeform.php b/lib/noticeform.php index 7c88bd7b19..5a6c7cf38c 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'); }