Suppress obsolete files

This commit is contained in:
Dany De Bontridder 2018-02-09 23:08:54 +01:00
parent 1a6b26b536
commit 104798f5d5
8 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

View file

@ -352,13 +352,11 @@ class Anc_Balance_Double extends Anc_Print
$r.=_('Entre le poste ');
$r.=$poste->input("from_poste2",$this->from_poste2);
$javascript="search_ca(".dossier::id().",'from_poste2','pa_id2')";
// $r.=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" title="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
$r.=Icon_Action::icon_magnifier(uniqid(), $javascript);
$r.=_(" et le poste ");
$poste->id="to_poste2";
$r.=$poste->input("to_poste2",$this->to_poste2);
// $r.=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" title="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
$javascript="search_ca(".dossier::id().",'to_poste2','pa_id2')";
$r.=Icon_Action::icon_magnifier(uniqid(), $javascript);

View file

@ -130,7 +130,6 @@ class IPoste extends HtmlInput
{
$this->id=($this->id=="")?$this->name:$this->id;
$javascript='search_poste(this)';
//$button=HtmlInput::button_image($javascript,$this->id."_bt", 'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
$button=Icon_Action::icon_magnifier($this->id."_bt", $javascript);
/* add the property */
$sc=$this->get_js_attr();