phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r284 - trunk/coprop/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r284 - trunk/coprop/include/template
Date: Thu, 12 Jan 2012 14:34:14 +0100 (CET)

Author: danydb
Date: 2012-01-12 14:34:14 +0100 (Thu, 12 Jan 2012)
New Revision: 284

Modified:
   trunk/coprop/include/template/appel_fond.php
Log:
By default hide tables

Modified: trunk/coprop/include/template/appel_fond.php
===================================================================
--- trunk/coprop/include/template/appel_fond.php        2012-01-12 12:28:15 UTC 
(rev 283)
+++ trunk/coprop/include/template/appel_fond.php        2012-01-12 13:34:14 UTC 
(rev 284)
@@ -28,7 +28,13 @@
 ?>
 <table>
        <tr>
-
+               <td>
+                       Date de l'opération
+               </td>
+               <td>
+                       <?=$date->input()?>
+               </td>
+       </tr>
                <td>Journal pour l'appel de fond</td>
                <td>
                        <?=$led_appel_fond->input()?>
@@ -41,14 +47,7 @@
                <td><?=$f_categorie_appel_label?></td>
                <td><?=$str_add_appel?></td>
        </tr>
-       <tr>
-               <td>
-                       Date de l'opération
-               </td>
-               <td>
-                       <?=$date->input()?>
-               </td>
-       </tr>
+
 </table>
 appel de fond par <?=$appel_fond_type->input()?>
 <table id="appel_fond_budget">
@@ -87,4 +86,5 @@
                </td>
        </tr>
 
-</table>
\ No newline at end of file
+</table>
+<script> appel_fond_show()</script>
\ No newline at end of file




reply via email to

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