Quote:
I don't know if this change has been made or not, but in my opinion buttons should not require 14 lines of code and 11 if statements.
Instead, just:
Code:
<input type="submit" name="submit" value="{$lng.lbl_langvar}" class="usecss">
|
Quoted from Jon, how can we make all the buttons CSS, do we just replace all the contents in buttons.tpl with:
<input type="submit" name="submit" value="{$lng.lbl_langvar}" class="usecss">