getStyleSelect() public static method

Build a HTML element.
コード例 #1
0
ファイル: GallerySelect.php プロジェクト: horde/horde
 /**
  */
 public function display(Horde_Core_Prefs_Ui $ui)
 {
     return _("Default style for galleries") . Ansel::getStyleSelect('default_gallerystyle_select', $GLOBALS['prefs']->getValue('default_gallerystyle')) . '<br />';
 }