1
0
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:
secretr
2009-12-12 16:40:41 +00:00
parent 361b05ce6f
commit 84c75d3c5b
6 changed files with 121 additions and 49 deletions

View File

@@ -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');
}