phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5376 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5376 - phpcompta/trunk/include
Date: Thu, 5 Sep 2013 22:33:31 +0200 (CEST)

Author: danydb
Date: 2013-09-05 22:33:31 +0200 (Thu, 05 Sep 2013)
New Revision: 5376

Modified:
   phpcompta/trunk/include/class_html_input.php
Log:
Use small button for ledger / category

Modified: phpcompta/trunk/include/class_html_input.php
===================================================================
--- phpcompta/trunk/include/class_html_input.php        2013-09-03 14:11:53 UTC 
(rev 5375)
+++ phpcompta/trunk/include/class_html_input.php        2013-09-05 20:33:31 UTC 
(rev 5376)
@@ -308,7 +308,7 @@
     static function select_ledger($p_array,$p_selected,$div='')
     {
         ob_start();
-        $ledger=new IButton('l');
+        $ledger=new ISmallButton('l');
         $ledger->label="choix des journaux";
         $ledger->javascript=" show_ledger_choice()";
         echo $ledger->input();
@@ -348,7 +348,7 @@
     static function select_cat($array_cat)
     {
         ob_start();
-        $ledger=new IButton('l');
+        $ledger=new ISmallButton('l');
         $ledger->label="Catégorie";
         $ledger->javascript=" show_cat_choice()";
         echo $ledger->input();



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