Task #1153 - Boite de dialogue modale
#1153 Dialog box : implement alert + confirm_form
This commit is contained in:
parent
8888381f6f
commit
404aeebdb6
32 changed files with 284 additions and 249 deletions
|
|
@ -6,7 +6,7 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
|||
require_once NOALYSS_INCLUDE.'/class_menu_ref.php';
|
||||
$msg="Création";
|
||||
$m=new Menu_Ref($cn);
|
||||
echo '<form method="POST" onsubmit="return confirm(\'Vous confirmez ?\')">';
|
||||
echo '<form method="POST" onsubmit="return confirm_form(this,(this,\'Vous confirmez ?\')">';
|
||||
|
||||
require_once 'template/menu_detail.php';
|
||||
echo HtmlInput::submit('create_menu','Sauver');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue