tr >td { } table.table tbody > tr > td label { display: block; cursor: pointer; font-size: 14px; line-height: 2em; padding-left: 15px; } table.table tbody > tr >td label > input { margin-right: 10px; float: left; } .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th { background-color: rgb(249, 249, 249); } .menu-panel { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: rgb(245, 245, 245); border: 1px solid rgb(227, 227, 227); border-radius: 4px 4px 4px 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset; } .menu-panel-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: rgb(153, 153, 153); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); text-transform: uppercase; } ",'jquery'); } $e_sub_cat = 'menus'; require_once(e_HANDLER."file_class.php"); require_once(e_HANDLER."menumanager_class.php"); $rs = new form; $frm = e107::getForm(); $men = new e_menuManager(0); // use 1 for dragdrop. $mes = e107::getMessage(); if(e_AJAX_REQUEST) { if(vartrue($_GET['enc'])) { $string = base64_decode($_GET['enc']); parse_str($string,$_GET); // print_a($_GET); } // print_a($_POST); if(vartrue($_GET['vis'])) { $text = $men->menuVisibilityOptions(); } // print_a($_GET); if(vartrue($_GET['parmsId'])) { $text = $men->menuInstanceParameters(); } if(vartrue($_POST['mode'])) { // print_r($_POST); // $men->setMenuId($this->menuId); $text = $men->menuSaveAjax($_POST['mode']); } echo $text; exit; } if(isset($_GET['configure']) || isset($_GET['iframe'])) { //No layout parse when in iframe mod define('e_IFRAME', true); } require_once("auth.php"); if($_POST) { $e107cache->clear_sys("menus_"); } //FIXME still used in e_HANDLER.menumanager_class.php if (vartrue($message) != "") { echo $ns -> tablerender('Updated', "
".$message."


"); } //BC - configure and dot delimiter deprecated if (!isset($_GET['configure'])) { $men->menuScanMenus(); $text = $men->menuRenderMessage(); $text .= $men->menuSelectLayout(); $text .= $men->menuVisibilityOptions(); $text .= $men->menuInstanceParameters(); $text .= $men->menuRenderIframe(); $ns -> tablerender(ADLAN_6.SEP.LAN_MENULAYOUT, $text, 'menus_config'); } else // Within the IFrame. { $men->menuRenderPage(); } // ----------------------------------------------------------------------------- require_once("footer.php"); // ----------------------------------------------------------------------- function menus_adminmenu() { // See admin_shortcodes_class.php - get_admin_menumanager() // required there so it can be shared by plugins. } ?>