summaryrefslogtreecommitdiff
path: root/lib/noticeform.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-06-01 15:52:52 -0400
committerRobin Millette <millette@controlyourself.ca>2009-06-01 15:52:52 -0400
commit0cbd72e0927cbe9b605e34d7bbd86d2046ea0c49 (patch)
treef5950ae0453d0d47dc9f9dc6cac4c99f019b2167 /lib/noticeform.php
parent4bd195b80f1bf9f7da11ed8cc14a0027228f733e (diff)
Re-added some javascript to toggle upload field.
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r--lib/noticeform.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php
index 5a6c7cf38..805cd56b1 100644
--- a/lib/noticeform.php
+++ b/lib/noticeform.php
@@ -148,6 +148,7 @@ 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',