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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to