]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/messageform.php
remove stray close div from empty search results doc bits
[quix0rs-gnu-social.git] / lib / messageform.php
index 9a4dfbb0f53aff317c041476198c50409863b38e..733e83cd15ea09044b5273f955de1885c6cf0c09 100644 (file)
@@ -96,7 +96,7 @@ class MessageForm extends Form
 
     function formClass()
     {
-        return 'form_notice';
+        return 'form_notice ajax-notice';
     }
 
     /**
@@ -153,7 +153,7 @@ class MessageForm extends Form
         $this->out->dropdown('to', _('To'), $mutual, null, false,
                              ($this->to) ? $this->to->id : null);
 
-        $this->out->element('textarea', array('id' => 'notice_data-text',
+        $this->out->element('textarea', array('class' => 'notice_data-text',
                                               'cols' => 35,
                                               'rows' => 4,
                                               'name' => 'content'),