phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r723 - trunk/rapport_avance/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r723 - trunk/rapport_avance/include/template
Date: Fri, 14 Mar 2014 18:16:44 +0100 (CET)

Author: danydb
Date: 2014-03-14 18:16:44 +0100 (Fri, 14 Mar 2014)
New Revision: 723

Modified:
   trunk/rapport_avance/include/template/include_follow.php
Log:
Task #992 - Permettre d'enregistrer dans Suivi
Let record in Follow up even if there is no generated document

Modified: trunk/rapport_avance/include/template/include_follow.php
===================================================================
--- trunk/rapport_avance/include/template/include_follow.php    2014-03-14 
17:10:33 UTC (rev 722)
+++ trunk/rapport_avance/include/template/include_follow.php    2014-03-14 
17:16:44 UTC (rev 723)
@@ -47,16 +47,12 @@
                 <?php echo $category->input(); ?>
             </td>
         </tr>
-        <tr>
-            <td>
-                <label>Commentaire</label>
-            </td>
-            <td>
-                <?php echo $desc->input(); ?>
-            </td>
-        </tr>
     </table>
     <p>
+                <label style="vertical-align: top">Commentaire</label>
+    </p>
+                <?php echo $desc->input(); ?>
+    <p>
         <?php
         echo HtmlInput::array_to_hidden(array('gDossier', 'plugin_code', 'ac', 
'lc_id'), $_REQUEST);
         echo HtmlInput::hidden('act', 'include_follow_save');



---
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]