noalyss Version-9
ajax_create_menu.php
Go to the documentation of this file.
1<?php
2//This file is part of NOALYSS and is under GPL
3//see licence.txt
4 /**
5 *@file
6 *@brief Menu creation
7 */
8
9if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
10$msg=_("Création");
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');
17echo '</form>';
18?>
Menu_Ref let you manage the available menu.