Task #0001529: Réécriture de code , placer les icones dans Icon_Action

This commit is contained in:
Dany De Bontridder 2018-01-16 21:07:04 +01:00
parent 936411a92e
commit dc84b68414
79 changed files with 1302 additions and 5077 deletions

View file

@ -69,9 +69,11 @@ class IDate extends HtmlInput
%s
pattern="[0-9]{1,2}.[0-9]{1,2}.[0-9]{4}"
/>
<img src="image/x-office-calendar.png" id="%s_trigger"
style="cursor: pointer"
onmouseover="this.style.background=\'red\';" onmouseout="this.style.background=\'\'"/>
<span class="smallbutton icon"
id="%s_trigger"
/>
&#xe811;
</span>
',$this->name,$this->id,$this->value,$this->placeholder,$this->title,$t,$this->id
);