ANC : Bouton "recherche" sont des loupes, ajout title
This commit is contained in:
parent
4a8629e388
commit
3732f69c80
2 changed files with 4 additions and 4 deletions
|
|
@ -351,11 +351,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').'" class="image_search"',"image/magnifier13.png");
|
||||
$r.=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" title="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
|
||||
|
||||
$r.=_(" et le poste ");
|
||||
$r.=$poste->input("to_poste2",$this->to_poste2);
|
||||
$r.=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
|
||||
$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.='<span class="notice" style="display:block">'.
|
||||
|
|
|
|||
|
|
@ -127,10 +127,10 @@ class Anc_Print
|
|||
$plan_id->selected=$this->pa_id;
|
||||
|
||||
$javascript="search_ca(".dossier::id().",'from_poste','pa_id')";
|
||||
$choose_from=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
|
||||
$choose_from=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" title="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
|
||||
|
||||
$javascript="search_ca(".dossier::id().",'to_poste','pa_id')";
|
||||
$choose_to=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
|
||||
$choose_to=HtmlInput::button_image($javascript, uniqid(), 'alt="'._('Recherche').'" title="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
|
||||
|
||||
$r.=HtmlInput::request_to_hidden(array('ac'));
|
||||
ob_start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue