]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / newnotice.php
index fe8d8e5c5b2f2bab6e4999c588c781aaa58c9ce1..0aafcd41c6f2dc623497d59cbc212d0ee1a04132 100644 (file)
@@ -331,6 +331,8 @@ class NewnoticeAction extends Action
     }
 
     /**
+     * // XXX: Should we be showing the notice form with microapps here?
+     *
      * Overload for replies or bad results
      *
      * We show content in the notice form if there were replies or results.
@@ -357,7 +359,7 @@ class NewnoticeAction extends Action
             'div',
             array(
                 'id'    => 'input_form_status',
-                'class' => 'input_form current'
+                'class' => 'input_form current nonav'
             )
         );