]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / noticeform.php
index 0f4207e4ae02b61f7407298224cd5974eae412fd..bc47dd1bd3b531621cf01b0c59950419165d7d7b 100644 (file)
@@ -238,7 +238,7 @@ class NoticeForm extends Form
             }
             $this->out->hidden('notice_in-reply-to', $this->inreplyto, 'inreplyto');
 
-            $this->out->elementStart('div');
+            $this->out->elementStart('div', 'to-selector');
             $toWidget = new ToSelector($this->out,
                                        $this->user,
                                        (!empty($this->to_group) ? $this->to_group : $this->to_profile));
@@ -256,6 +256,7 @@ class NoticeForm extends Form
                                                       'data-api' => common_local_url('geocode')));
 
                 // @fixme checkbox method allows no way to change the id without changing the name
+                //// TRANS: Checkbox label to allow sharing geo location in notices.
                 //$this->out->checkbox('notice_data-geo', _('Share my location'), true);
                 $this->out->elementStart('label', 'notice_data-geo');
                 $this->out->element('input', array(