noalyss
Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
include
ajax
ajax_create_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 creation
7
*/
8
9
if
( ! defined (
'ALLOWED'
) ) die(
'Appel direct ne sont pas permis'
);
10
$msg
=
_
(
"Création"
);
11
$m
=
new
Menu_Ref
(
$cn
);
12
echo
'<form method="POST" id="ajax_create_menu_frm" onsubmit="return confirm_box(this,\''
._(
'Vous confirmez ?'
).
'\'
)
">';
13
echo HtmlInput::hidden('create_menu', 1);
14
require_once NOALYSS_TEMPLATE.'/menu_detail.php';
15
echo HtmlInput::submit('create_menubt',_('Sauver'));
16
echo HtmlInput::button_close('divmenu');
17
echo '</form>';
18
?>
$cn
$cn
Definition
ajax_anc_accounting.php:30
$m
$m
Definition
ajax_create_menu.php:11
$msg
$msg
Definition
ajax_create_menu.php:10
_
_("actif, passif,charge,...")
Definition
balance.inc.php:195
Menu_Ref
Menu_Ref let you manage the available menu.
Definition
menu_ref.class.php:30
Generated on Wed Jun 25 2025 09:57:47 for noalyss by
1.13.2