View Single Post
  #4  
Old 02-10-2006, 06:14 PM
 
vulcan-works vulcan-works is offline
 

Senior Member
  
Join Date: Feb 2004
Posts: 143
 

Default Re: CSS Buttons

Quote:
Originally Posted by snorocket
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">

i tryed changing the buttons into just regular form buttons but its a little more complicated than you would think... and no that woudent work
__________________
X-cart--4.7.12

vulcanworks.net
Reply With Quote