Go to the documentation of this file.00001 <?php
00002
00003
00004
00005 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00006 require_once 'class_menu_ref.php';
00007 $m=new Menu_Ref($cn,$me_code);
00008 $msg="Modification ".$m->me_code.' '.h($m->me_menu);
00009 echo '<form method="POST" onsubmit="return confirm(\'Vous confirmez ?\')">';
00010
00011 require_once 'template/menu_detail.php';
00012
00013 echo HtmlInput::submit('modify_menu','Sauver');
00014 echo HtmlInput::button_close('divmenu');
00015 echo '</form>';
00016 ?>