Author: danydb
Date: 2011-12-07 15:07:46 +0100 (Wed, 07 Dec 2011)
New Revision: 4573
Modified:
phpcompta/trunk/html/ajax_misc.php
phpcompta/trunk/include/template/menu_detail.php
Log:
Add/modify menu
Modified: phpcompta/trunk/html/ajax_misc.php
===================================================================
--- phpcompta/trunk/html/ajax_misc.php 2011-12-07 13:55:27 UTC (rev 4572)
+++ phpcompta/trunk/html/ajax_misc.php 2011-12-07 14:07:46 UTC (rev 4573)
@@ -537,7 +537,7 @@
case 'create_menu';
require_once 'ajax_create_menu.php';
break;
- case 'add_menu';
+ case 'mod_menu';
require_once 'ajax_mod_menu.php';
break;
default:
Modified: phpcompta/trunk/include/template/menu_detail.php
===================================================================
--- phpcompta/trunk/include/template/menu_detail.php 2011-12-07 13:55:27 UTC
(rev 4572)
+++ phpcompta/trunk/include/template/menu_detail.php 2011-12-07 14:07:46 UTC
(rev 4573)
@@ -1,7 +1,7 @@
<?php
require_once 'class_html_input.php';
require_once 'class_itext.php';
-echo HtmlInput::title($msg,"divmenu");
+echo HtmlInput::title_box($msg,"divmenu");
$str_code=new IText('me_code',$m->me_code);
if ( $m->me_code != -1) $str_code->setReadOnly (true);
@@ -9,6 +9,7 @@
$str_desc=new IText('me_description',$m->me_description);
$str_file=new IText('me_file',$m->me_file);
$str_url=new IText('me_url',$m->me_url);
+$str_parameter=new IText('me_parameter',$m->me_parameter);
$str_js=new IText('me_javascript',$m->me_javascript);
?>
@@ -69,4 +70,4 @@
<?=$str_js->input()?>
</td>
</tr>
-</table>
\ No newline at end of file
+</table>
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev