Go to the documentation of this file.
9if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
12echo
'<form method="POST" id="ajax_create_menu_frm" onsubmit="return confirm_box(this,\''._(
'Vous confirmez ?').
'\')
">';
13echo HtmlInput::hidden('create_menu', 1);
14require_once NOALYSS_TEMPLATE.'/menu_detail.php';
15echo HtmlInput::submit('create_menubt',_('Sauver'));
16echo HtmlInput::button_close('divmenu');