mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
This commit is contained in:
@@ -251,6 +251,7 @@ $ADMIN_MODAL = '<div id="uiModal" class="modal hide fade" tabindex="-1" role="d
|
||||
{ADMIN_NAVIGATION=language}
|
||||
{ADMIN_NAVIGATION=home}
|
||||
{ADMIN_PM}
|
||||
{ADMIN_DEBUG}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -273,14 +274,22 @@ $ADMIN_HEADER .= '<div class="container-fluid">
|
||||
{SETSTYLE=admin_menu}
|
||||
|
||||
{ADMIN_MENU}
|
||||
{ADMIN_MENUMANAGER}
|
||||
|
||||
|
||||
|
||||
{ADMIN_PWORD}
|
||||
{ADMIN_MENUMANAGER}
|
||||
|
||||
<div class="e-scroll-fixed">
|
||||
|
||||
|
||||
{SETSTYLE=site_info}
|
||||
|
||||
{ADMINUI_HELP}
|
||||
{ADMIN_HELP}
|
||||
|
||||
</div>
|
||||
|
||||
{ADMIN_SITEINFO=creditsonly}
|
||||
{SETSTYLE=admin_menu}
|
||||
|
||||
|
Reference in New Issue
Block a user