noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
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'])
_("actif, passif,charge,...")
Menu_Ref let you manage the available menu.