Cosmetic
======== add a class button for style-light.css must done also for theme Change the apperance of submit, button_anchor and button
This commit is contained in:
parent
44a4fdf589
commit
c37ded23cf
29 changed files with 103 additions and 61 deletions
|
|
@ -36,6 +36,7 @@ require_once('class_html_input.php');
|
|||
$extra= ( isset($this->extra))?$this->extra:"";
|
||||
|
||||
$r='<input type="BUTTON" name="'.$this->name.'"'.
|
||||
' class="button" '.
|
||||
' id="'.$this->name.'"'.
|
||||
' value="'.$this->label.'"'.
|
||||
' onClick="'.$this->javascript.'"'.$extra.'>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue