View Single Post
  #3  
Old 02-10-2006, 09:09 AM
 
snorocket snorocket is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 403
 

Default CSS Buttons

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">
Reply With Quote