noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/06: CFGLED : cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/06: CFGLED : cosmetic
Date: Sun, 3 Jun 2018 07:02:29 -0400 (EDT)

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

commit 268495d44207bb9bb0499d2611361f3014d5c7e7
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jun 3 12:47:22 2018 +0200

    CFGLED : cosmetic
---
 include/cfgledger.inc.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/cfgledger.inc.php b/include/cfgledger.inc.php
index 48fc3b6..1d4dbe5 100644
--- a/include/cfgledger.inc.php
+++ b/include/cfgledger.inc.php
@@ -165,11 +165,13 @@ switch ($sa)
 // Display list of ledgers
 //////////////////////////////////////////////////////////////////////////
 if ( $show_menu == 1 ) {
+    echo '<span style="float:right;margin-top:10px">';
     echo HtmlInput::anchor_action(_("Tout"), 
'show_all_row(\'cfgledger_table_id\')','ledger_all_bt','smallbutton ');
     echo HtmlInput::anchor_action(_("Financier"), 
'show_only_row(\'cfgledger_table_id\',\'ledger_type\',\'FIN\')','ledger_fin_bt','smallbutton
 ');
     echo HtmlInput::anchor_action(_("Achat"), 
'show_only_row(\'cfgledger_table_id\',\'ledger_type\',\'ACH\')','ledger_ach_bt','smallbutton
 ');
     echo HtmlInput::anchor_action(_("Opérations Diverses"), 
'show_only_row(\'cfgledger_table_id\',\'ledger_type\',\'ODS\')','ledger_ods_bt','smallbutton
 ');
     echo HtmlInput::anchor_action(_("Vente"), 
'show_only_row(\'cfgledger_table_id\',\'ledger_type\',\'VEN\')','ledger_ven_bt','smallbutton
 ');
+    echo  '</span>';
     echo '<div class="content">';
     echo $ledger->listing();
     echo '</div>';



reply via email to

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