[+] BO : Filter button default css class style

This commit is contained in:
jeromenadaud
2013-08-01 17:13:02 +02:00
parent a29fa2dd09
commit 174dfa9a6b
2 changed files with 2 additions and 1 deletions
@@ -80,7 +80,7 @@
{if $show_filters}
<input type="hidden" id="submitFilter{$table}" name="submitFilter{$table}" value="0"/>
<span class="pull-right">
<button type="submit" name="submitReset{$table}" class="btn btn-default btn-small">
<button type="submit" name="submitReset{$table}" class="btn {if !$filters_has_value}btn-default{else}btn-primary{/if} btn-small"{if !$filters_has_value} disabled="disabled"{/if}>
<i class="icon-eraser"></i> {l s='Reset'}
</button>
<button type="submit" id="submitFilterButton{$table}" name="submitFilter" class="btn btn-default btn-small" />