noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 167/323: Suppress obsolete files


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 167/323: Suppress obsolete files
Date: Wed, 14 Mar 2018 17:38:44 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 104798f5d5efc02c48fe5cf14bc92db380bdb144
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 9 23:08:54 2018 +0100

    Suppress obsolete files
---
 html/image/button-edit.png                 | Bin 299 -> 0 bytes
 html/image/compute.png                     | Bin 689 -> 0 bytes
 html/image/icon-off.png                    | Bin 299 -> 0 bytes
 html/image/icon-on.png                     | Bin 301 -> 0 bytes
 html/image/magnifier13.png                 | Bin 469 -> 0 bytes
 html/image/popout.png                      | Bin 675 -> 0 bytes
 include/class/anc_balance_double.class.php |   2 --
 include/lib/iposte.class.php               |   1 -
 8 files changed, 3 deletions(-)

diff --git a/html/image/button-edit.png b/html/image/button-edit.png
deleted file mode 100644
index cf57c75..0000000
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 1468e7f..0000000
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 c8d7bd4..0000000
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 df9c4c9..0000000
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 9ea232d..0000000
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 4d7c6b8..0000000
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 762a6ea..26fed20 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 3bdd0dd..cb7460f 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();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]