duduj68 Posted August 7, 2014 Share Posted August 7, 2014 (edited) Stie cineva cum sa modific afisarea filtrelor checkbox pe o singura coloana? Folosesc versiunea 1.6.0.6. Am atasat o imagine ca se se vada cum sunt afisate valorile in prezent. Edited August 7, 2014 by duduj68 (see edit history) Link to comment Share on other sites More sharing options...
cristic Posted August 7, 2014 Share Posted August 7, 2014 In themes\default-bootstrap\modules\blocklayered\blocklayered.tpl cauta linia: <li class="nomargin {if $smarty.foreach.fe.index >= $filter.filter_show_limit}hiddable{/if} col-lg-6"> si inlocuieste cu: <li class="nomargin {if $smarty.foreach.fe.index >= $filter.filter_show_limit}hiddable{/if}"> Nu uita sa dai clear cache ca sa ia modificarile. 1 Link to comment Share on other sites More sharing options...
duduj68 Posted August 7, 2014 Author Share Posted August 7, 2014 In themes\default-bootstrap\modules\blocklayered\blocklayered.tpl cauta linia: <li class="nomargin {if $smarty.foreach.fe.index >= $filter.filter_show_limit}hiddable{/if} col-lg-6"> si inlocuieste cu: <li class="nomargin {if $smarty.foreach.fe.index >= $filter.filter_show_limit}hiddable{/if}"> Nu uita sa dai clear cache ca sa ia modificarile. A mers. Multumesc mult! Link to comment Share on other sites More sharing options...
cristic Posted August 7, 2014 Share Posted August 7, 2014 Perfect. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now