From: Eldy <el...@us...> - 2005-05-04 03:37:33
|
Is it possible to replace in all webmin code the following strings <input type=button by <input class=button type=button and also <input type=submit by <input class=button type=submit Such a change should be safe and can be done by a recursive replace in all webmin .pl files. It will allows theme developpers to add a more personalised look in theme (by adding on buttons a different css style, for example a 3D style from a picture, using the "button" class). This is for the moment not possible because if doing this by using the "input" class, all other input fields (like input=text) are also affected. This is to have themes that looks nicer than it is possible to do now. -- Laurent Destailleur. --------------------------------------------------------------- EMail: el...@us... AWStats : http://awstats.sourceforge.net Dolibarr : http//dolibarr.com CVSChangeLogBuilder : http://cvschangelogb.sourceforge.net AWBot : http://awbot.sourceforge.net |