========
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:
Dany De Bontridder 2010-05-05 13:00:11 +00:00
parent 44a4fdf589
commit c37ded23cf
29 changed files with 103 additions and 61 deletions

View file

@ -92,7 +92,7 @@ $sel->selected=(isset($_REQUEST['jrn']))?$_REQUEST['jrn']:-1;
echo $hid->input("od_id",$row['od_id']);
echo $hid->input("jrn",$_GET['jrn']);
$b='<input type="submit" value="Effacer" '.
$b='<input type="submit" class="button" value="Effacer" '.
' onClick="return confirm(\'Voulez-vous vraiment effacer cette operation ?\');" >';
echo $b;
echo '</form>';
@ -104,4 +104,4 @@ $sel->selected=(isset($_REQUEST['jrn']))?$_REQUEST['jrn']:-1;
echo '</table>';
}
echo '</div>';
?>
?>