diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-09 15:19:19 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-09 15:19:19 -0400 |
commit | 207750e75774c823328889cb4102aad6a0b12281 (patch) | |
tree | 51335c05e93194217c90a46b21e5477bba47c378 /lib | |
parent | 27af3c67a2a9ea856aa2de041a986d452cce3025 (diff) | |
parent | 388677a6a684754a7dbde13551ab1bffff4d1164 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 805cd56b1..5d7cf194e 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -148,11 +148,11 @@ 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'), _('Attach')); $this->out->element('input', array('id' => 'notice_data-attach', 'type' => 'file', - 'name' => 'attach')); + 'name' => 'attach', + 'title' => _('Attach a file'))); if ($this->action) { $this->out->hidden('notice_return-to', $this->action, 'returnto'); } |