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
|
|
@ -46,7 +46,7 @@ if ( $action=="change_per") {
|
|||
echo '<TD> <INPUT TYPE="text" NAME="p_date_start" VALUE="'.$p_date_start.'"></TD>';
|
||||
echo '<TD> <INPUT TYPE="text" NAME="p_date_end" VALUE="'.$p_date_end.'"></TD>';
|
||||
echo '<TD> <INPUT TYPE="text" NAME="p_exercice" VALUE="'.$p_exercice.'"></TD>';
|
||||
echo '<TD> <INPUT TYPE="SUBMIT" NAME="conf_chg_per" Value="Change"</TD>';
|
||||
echo '<TD> <INPUT TYPE="SUBMIT" class="button" NAME="conf_chg_per" Value="Change"</TD>';
|
||||
echo '</FORM></TR>';
|
||||
echo "</TABLE>";
|
||||
// $choose="yes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue