Example #1
0
 /**
  * return complete font size selection form
  *
  * @return string html selectbox
  */
 public static function getFontsizeForm()
 {
     return '<form name="form_fontsize_selection" id="form_fontsize_selection"' . ' method="get" action="index.php" class="disableAjax">' . "\n" . PMA_URL_getHiddenInputs() . "\n" . Config::getFontsizeSelection() . "\n" . '</form>';
 }