noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 94/238: acc_ledger_fin : cosmetic : input


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 94/238: acc_ledger_fin : cosmetic : input
Date: Sat, 26 Oct 2019 04:40:41 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.

commit 9748320e2f8940ff6a842715a2b30cbce399a87f
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 27 08:36:20 2018 +0100

    acc_ledger_fin : cosmetic : input
---
 include/template/form_ledger_fin.php | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/include/template/form_ledger_fin.php 
b/include/template/form_ledger_fin.php
index 8333f8b..7a0d7fd 100644
--- a/include/template/form_ledger_fin.php
+++ b/include/template/form_ledger_fin.php
@@ -7,6 +7,9 @@
 </div>
 <legend><?php echo $f_legend ?> </legend>
 <p>
+
+<?php echo $f_jrn?>
+    <?php echo _('Banque')?><?php echo $f_bank ?>&nbsp;
     
 <?php 
        $wchdate=new ISelect('chdate');
@@ -17,7 +20,9 @@
        $wchdate->selected=(isset($chdate))?$chdate:1;
        $wchdate->javascript='onchange="show_fin_chdate(\'chdate\');"';
 ?>
-<?php echo $wchdate->input();?>
+    <br>    
+<?php echo _("Style de date")." ".$wchdate->input();?>
+    <br>
 <span id="chdate_ext">
    <?php echo _('Date').' '.$f_date ?>
 </span>
@@ -30,8 +35,6 @@
 </p>
 <?php endif;?>
 
-<?php echo $f_jrn?><br>
-    <?php echo _('Banque')?><?php echo $f_bank ?>&nbsp;
         <?php echo _("Devise")?>&nbsp;
     <span id="ledger_currency">
             <?php echo $this->get_currency();?>



reply via email to

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