This commit is contained in:
Olivier Mayer
2015-03-24 20:14:23 +09:00
parent f09c087992
commit 6c28e11dbc
9 changed files with 111 additions and 8 deletions

View File

@@ -238,7 +238,7 @@
<form class="gform form-inline" onsubmit="T_Gfilter(this);return(false);">
<div class="input-append">
<input type="text" name="search_value" class="input-medium" onkeyup="T_Gfilter_delayed(this.value, 300);" />
<input type="submit" class="th_ok btn" value="{{ 'boutton::rechercher' | trans }}" />
<input type="submit" class="th_ok btn" value="" />
<input type="button" class="th_cancel btn" value="{{ 'boutton::annuler' | trans }}" onclick="thesauCancelWizard();return(false);"/>
</div>
</form>