Пример #1
0
 /**
  * Return the HTML to render the "automatically star conversations that I reply to" field in the general
  * settings form.
  *
  * @param ETForm $form The form object.
  * @return string
  */
 public function fieldStarOnReply($form)
 {
     return "<label class='checkbox'>" . $form->checkbox("starOnReply") . " " . T("Automatically star conversations that I reply to") . "</label>";
 }
 /**
  * Return the HTML to render the "don't allow other users to see when I am online" field in the general
  * settings form.
  *
  * @param ETForm $form The form object.
  * @return string
  */
 public function fieldHideOnline($form)
 {
     return "<label class='checkbox'>" . $form->checkbox("hideOnline") . " " . T("Don't allow other users to see when I am online") . "</label>";
 }