]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unblockform.php
Merge branch 'candrews-review' into 0.8.x
[quix0rs-gnu-social.git] / lib / unblockform.php
index 025011a829c6d27ce5d38ff804f81013a5df90aa..6a8831b291e1a3a72968845e18aaa1482d3c2788 100644 (file)
@@ -110,6 +110,17 @@ class UnblockForm extends Form
         return common_local_url('unblock');
     }
 
+    /**
+     * Legend of the Form
+     *
+     * @return void
+     */
+    function formLegend()
+    {
+        $this->out->element('legend', null, _('Unblock this user'));
+    }
+
+
     /**
      * Data elements of the form
      *
@@ -136,6 +147,6 @@ class UnblockForm extends Form
 
     function formActions()
     {
-        $this->out->submit('submit', _('Unblock'));
+        $this->out->submit('submit', _('Unblock'), 'submit', null, _('Unblock this user'));
     }
 }