mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Corrected incorrect MySQL row count when using PDO mode. Simple bootstrap 'carousel' mode added to welcome message preferences. For advanced options use the featurebox plugin.
This commit is contained in:
@@ -90,7 +90,8 @@ class generic_ui extends e_admin_ui
|
||||
|
||||
|
||||
protected $prefs = array(
|
||||
'wm_enclose' => array('title'=> WMLAN_05, 'type'=>'boolean', 'data' => 'int','help'=> WMLAN_06), );
|
||||
'wm_enclose' => array('title'=> WMLAN_05, 'type'=>'radio', 'data' => 'int','help'=> WMLAN_06, 'writeParms'=>array('optArray'=>array(0=> LAN_DISABLED, 1=> LAN_ENABLED, 2=> "Enclosed with Carousel"))),
|
||||
);
|
||||
|
||||
|
||||
public function init()
|
||||
|
Reference in New Issue
Block a user