Author: danydb
Date: 2013-08-31 21:43:32 +0200 (Sat, 31 Aug 2013)
New Revision: 5374
Modified:
phpcompta/trunk/include/class_iposte.php
phpcompta/trunk/include/class_itva_popup.php
Log:
Small button
Modified: phpcompta/trunk/include/class_iposte.php
===================================================================
--- phpcompta/trunk/include/class_iposte.php 2013-08-31 19:43:23 UTC (rev
5373)
+++ phpcompta/trunk/include/class_iposte.php 2013-08-31 19:43:32 UTC (rev
5374)
@@ -130,7 +130,7 @@
public function dsp_button()
{
$this->id=($this->id=="")?$this->name:$this->id;
- $ib=new IButton($this->id.'_bt',"","","smallbutton");
+ $ib=new ISmallButton($this->id.'_bt');
$ib->label=_('Recherche');
// $ib->extra='style="background:url(image/search.png)
no-repeat;background-position:0;padding-left:36px;"';
$ib->javascript='search_poste(this)';
Modified: phpcompta/trunk/include/class_itva_popup.php
===================================================================
--- phpcompta/trunk/include/class_itva_popup.php 2013-08-31 19:43:23 UTC
(rev 5373)
+++ phpcompta/trunk/include/class_itva_popup.php 2013-08-31 19:43:32 UTC
(rev 5374)
@@ -127,7 +127,7 @@
$this->id=($this->id=="")?$this->name:$this->id;
// button
- $bt=new IButton('bt_'.$this->id,"smallbutton");
+ $bt=new ISmallButton('bt_'.$this->id);
$bt->tabindex="-1";
$bt->label=_(' TVA ');
$bt->set_attribute('gDossier',dossier::id());
---
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