phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4966 - in phpcompta/trunk/include: . template


From: phpcompta-dev
Subject: [Phpcompta-dev] r4966 - in phpcompta/trunk/include: . template
Date: Thu, 21 Jun 2012 16:39:19 +0200 (CEST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]