Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No graphic buttons in admin.


mazza

Recommended Posts

Posted

These seem to slow loading time, time to translate the admin side, adding contributions to admin more cumbersome for all languages exept english. Makes it harder to include contributions since graphigs almost all contributors include only. Making <input type=image> to <input type=button> and <a href=""><img></a> to <a href="">text</a> would cut down the development and integration time considerably. These can then be styled with css.

 

html:

<input name="submit" type="button" value="submit" class="button">

<a href="#" class="button">link</a>  

 

 

 

css:

input.button {

font-weight: bold;

color: #000000;

background-color: #FFFFFF;

border: 1px solid #000000;

}

a.button {

font-weight: bold;

color: #000000;

background-color: #FFFFFF;

border: 1px solid #000000;

padding: 1px 15px;

text-decoration: none;

}

"Use no way as way, have no limitation as limitation." - Bruce Lee

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...