openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 530e05185a650861d29198290301d340a79c0dc2
parent d71f9b0404ce9ac12eb3b6d88e2a02ea80eda829
Author: dankert <devnull@localhost>
Date:   Sat, 20 Jan 2007 16:18:12 +0100

Vorbelegung entfernt, geh?rt in die "elements.ini.php"

Diffstat:
themes/default/include/html/button.inc.php | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/default/include/html/button.inc.php b/themes/default/include/html/button.inc.php @@ -2,8 +2,8 @@ if ($attr_type=='ok') { $attr_type = 'submit'; - $attr_class = 'ok'; - $attr_text = 'BUTTON_OK'; - $attr_value = 'ok'; +// $attr_class = 'ok'; +// $attr_text = 'BUTTON_OK'; +// $attr_value = 'ok'; } ?><input type="<?php echo $attr_type ?>" name="<?php echo $attr_value ?>" class="<?php echo $attr_class ?>" value="&nbsp;&nbsp;&nbsp;&nbsp;<?php echo lang($attr_text) ?>&nbsp;&nbsp;&nbsp;&nbsp;" /> \ No newline at end of file