Author: danydb
Date: 2012-06-21 16:39:19 +0200 (Thu, 21 Jun 2012)
New Revision: 4966
Modified:
phpcompta/trunk/include/ajax_create_menu.php
phpcompta/trunk/include/template/user_sec_profile.php
Log:
Add missing tab
Modified: phpcompta/trunk/include/ajax_create_menu.php
===================================================================
--- phpcompta/trunk/include/ajax_create_menu.php 2012-06-21 14:22:47 UTC
(rev 4965)
+++ phpcompta/trunk/include/ajax_create_menu.php 2012-06-21 14:39:19 UTC
(rev 4966)
@@ -3,6 +3,7 @@
$msg="Création";
$m=new Menu_Ref($cn);
echo '<form method="POST" onsubmit="return confirm(\'Vous confirmez ?\')">';
+echo HtmlInput::hidden('tab','profile_menu_div');
require_once 'template/menu_detail.php';
echo HtmlInput::submit('create_menu','Sauver');
echo HtmlInput::button_close('divmenu');
Modified: phpcompta/trunk/include/template/user_sec_profile.php
===================================================================
--- phpcompta/trunk/include/template/user_sec_profile.php 2012-06-21
14:22:47 UTC (rev 4965)
+++ phpcompta/trunk/include/template/user_sec_profile.php 2012-06-21
14:39:19 UTC (rev 4966)
@@ -28,7 +28,7 @@
*/
?>
<form method="POST" class="print">
- <? HtmlInput::hidden('tab','profile_gestion_div')?>
+ <?=HtmlInput::hidden('tab','profile_gestion_div')?>
<?=HtmlInput::hidden("p_id", $p_id);?>
<table>
<tr>
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev