openrat-cms

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

commit fffba108ac03b6909482f9ebbc6eafb8aee030ca
parent 870c621b70ec3de0d581b4e83dcfffa94475a480
Author: dankert <devnull@localhost>
Date:   Thu, 17 Feb 2005 22:24:16 +0100

Sprachvariable korrigiert (TYPE)

Diffstat:
themes/default/pages/html/element.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/element.tpl.php b/themes/default/pages/html/element.tpl.php @@ -63,7 +63,7 @@ </tr> <tr> <td class="f1" width="30%"><?php echo lang('GLOBAL_TYPE') ?></td> - <td class="f1" width="70%"><?php echo Html::selectBox('type',$type,$default_type,Array('onChange'=>'submit();')) ?> <noscript><input type="submit" class="submit" value="<?php echo lang('CHANGE') ?>"></noscript></td> + <td class="f1" width="70%"><?php echo Html::selectBox('type',$type,$default_type,Array('onChange'=>'submit();')) ?> <noscript><input type="submit" class="submit" value="<?php echo lang('GLOBAL_CHANGE') ?>"></noscript></td> </tr> <tr> <td></td>