noalyss Version-9
ajax_mod_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 modification
7 */
8
9if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
11$msg="Modification ".$m->me_code.' '.h($m->me_menu);
12echo '<form method="POST" id="ajax_mod_menu_frm" onsubmit="return confirm_box(this,\'Vous confirmez ?\')">';
13echo HtmlInput::hidden('modify_menu', 1);
14
15require_once NOALYSS_TEMPLATE.'/menu_detail.php';
16
17echo HtmlInput::submit('modify_menutb',_('Sauver'));
18echo HtmlInput::button_close('divmenu');
19echo '</form>';
20?>
h( $row[ 'oa_description'])
$msg
static button_close($div_name, $class='smallbutton')
close button for the HTML popup
static hidden($p_name, $p_value, $p_id="")
static submit($p_name, $p_value, $p_javascript="", $p_class="smallbutton")
Menu_Ref let you manage the available menu.