mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 00:30:09 +02:00
admin UI - better 'layout' type interface; old featurebox 'method' disabled, shortcode handler reset scClass object method added (start of 'functions to methods' task)
This commit is contained in:
@@ -3099,6 +3099,10 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
$this->getTreeModel()->setMessages();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->getTreeModel()->setMessages();// errors
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3205,7 +3209,6 @@ class e_admin_ui extends e_admin_controller_ui
|
||||
*/
|
||||
function EditHeader()
|
||||
{
|
||||
// TODO - make it part of e_from::textarea/bbarea(), invoke it on className (not all textarea elements)
|
||||
e107::getJs()->requireCoreLib('core/admin.js');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user