Translation
This commit is contained in:
parent
23c36aca4c
commit
a296c4bf0e
10 changed files with 362 additions and 132 deletions
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
require_once NOALYSS_INCLUDE.'/class_menu_ref.php';
|
||||
$msg="Création";
|
||||
$msg=_("Création");
|
||||
$m=new Menu_Ref($cn);
|
||||
echo '<form method="POST" id="ajax_create_menu_frm" onsubmit="return confirm_box(this,\'Vous confirmez ?\')">';
|
||||
echo '<form method="POST" id="ajax_create_menu_frm" onsubmit="return confirm_box(this,\''._('Vous confirmez ?').'\')">';
|
||||
echo HtmlInput::hidden('create_menu', 1);
|
||||
require_once 'template/menu_detail.php';
|
||||
echo HtmlInput::submit('create_menubt','Sauver');
|
||||
echo HtmlInput::submit('create_menubt',_('Sauver'));
|
||||
echo HtmlInput::button_close('divmenu');
|
||||
echo '</form>';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue