diff --git a/html/image/button-edit.png b/html/image/button-edit.png deleted file mode 100644 index cf57c75cf..000000000 Binary files a/html/image/button-edit.png and /dev/null differ diff --git a/html/image/compute.png b/html/image/compute.png deleted file mode 100644 index 1468e7f02..000000000 Binary files a/html/image/compute.png and /dev/null differ diff --git a/html/image/icon-off.png b/html/image/icon-off.png deleted file mode 100644 index c8d7bd452..000000000 Binary files a/html/image/icon-off.png and /dev/null differ diff --git a/html/image/icon-on.png b/html/image/icon-on.png deleted file mode 100644 index df9c4c9fe..000000000 Binary files a/html/image/icon-on.png and /dev/null differ diff --git a/html/image/magnifier13.png b/html/image/magnifier13.png deleted file mode 100644 index 9ea232dac..000000000 Binary files a/html/image/magnifier13.png and /dev/null differ diff --git a/html/image/popout.png b/html/image/popout.png deleted file mode 100644 index 4d7c6b8b0..000000000 Binary files a/html/image/popout.png and /dev/null differ diff --git a/include/class/anc_balance_double.class.php b/include/class/anc_balance_double.class.php index 762a6ea80..26fed20b0 100644 --- a/include/class/anc_balance_double.class.php +++ b/include/class/anc_balance_double.class.php @@ -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); diff --git a/include/lib/iposte.class.php b/include/lib/iposte.class.php index 3bdd0dd42..cb7460f84 100644 --- a/include/lib/iposte.class.php +++ b/include/lib/iposte.class.php @@ -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();