mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Display news_class by default in admin area.
This commit is contained in:
parent
44a6298b79
commit
83a91ff6c9
@ -413,7 +413,7 @@ class news_admin_ui extends e_admin_ui
|
||||
|
||||
);
|
||||
|
||||
protected $fieldpref = array('checkboxes','news_id', 'news_thumbnail', 'news_title', 'news_datestamp', 'news_category', 'options');
|
||||
protected $fieldpref = array('checkboxes','news_id', 'news_thumbnail', 'news_title', 'news_datestamp', 'news_category', 'news_class', 'options');
|
||||
|
||||
/* //TODO
|
||||
protected $prefs = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user