]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added title and minor CSS cleanup to notice attach
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 9 Jun 2009 17:34:33 +0000 (17:34 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 9 Jun 2009 17:34:33 +0000 (17:34 +0000)
lib/noticeform.php
theme/base/css/display.css

index 5a6c7cf38c3ce96ee130f36a65d1e81a5cdcf1ef..5d7cf194ee069d102ea701e4650c5bd95684b1a9 100644 (file)
@@ -151,7 +151,8 @@ class NoticeForm extends Form
         $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');
         }
index 7eea54eb2a42f103c2f2728df3584f23ffa86799..dc275e19f71df226e2917aad3c299ae6e0eee272 100644 (file)
@@ -454,7 +454,6 @@ margin-bottom:7px;
 }
 #form_notice label[for=notice_data-attach] {
 text-indent:-9999px;
-display:block;
 }
 #form_notice label[for=notice_data-attach],
 #form_notice #notice_data-attach {