Task #0001529: Réécriture de code , placer les icones dans Icon_Action
This commit is contained in:
parent
936411a92e
commit
dc84b68414
79 changed files with 1302 additions and 5077 deletions
|
|
@ -130,7 +130,8 @@ 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=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();
|
||||
return $button.$sc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue