1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Notice removal and default styling fixes.

This commit is contained in:
Cameron
2012-12-16 14:28:30 -08:00
parent 4bd6cd3dee
commit f63fcb61a8
11 changed files with 114 additions and 85 deletions

View File

@@ -93,7 +93,7 @@ class links_admin_ui extends e_admin_ui
'options' => array('title'=> LAN_OPTIONS, 'type' => null, 'forced'=>TRUE, 'width' => '10%', 'thclass' => 'center last', 'class'=>'center','readParms'=>'sort=1') // quick workaround
);
protected $fieldpref = array('checkboxes','link_id','link_name','link_sefurl','link_class','options');
protected $fieldpref = array('checkboxes','link_id','link_name','link_sefurl','link_class','link_category','options');
protected $prefs = array(
'linkpage_screentip' => array('title'=>LCLAN_78, 'type'=>'boolean', 'help'=>LCLAN_79),