openrat-cms

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

commit a5f01143c3abe0cb802f8109d5280fd41b4f48e6
parent 968e5f1d69846383e96e205a986dd4dac6178643
Author: dankert <devnull@localhost>
Date:   Mon, 31 May 2004 20:13:47 +0200

Hidden-Felder korrigiert

Diffstat:
themes/default/pages/html/language/edit.tpl.php | 92++++++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 47 insertions(+), 45 deletions(-)

diff --git a/themes/default/pages/html/language/edit.tpl.php b/themes/default/pages/html/language/edit.tpl.php @@ -1,46 +1,48 @@ -<?php include( $tpl_dir.'header.tpl.php') ?> - -<!-- $Id$ --> - -<center> - -<form action="<?php echo $self ?>" method="post" target="_self"> -<input type="hidden" name="languageaction" value="save"> -<table class="main" width="90%" cellspacing="0" cellpadding="4"> - -<tr> - <th colspan="2"><?php echo lang('LANGUAGE') ?></a></th> -</tr> - -<tr> -<td width="50%" class="f1"><?php echo lang('LANGUAGE') ?></a></td> -<td width="50%" class="f1"><input type="text" size="50" name="name" value="<?php echo $name ?>"></td> -</tr> -<tr> -<td width="50%" class="f2"><?php echo lang('ISOCODE') ?></a></td> -<td width="50%" class="f2"><input type="text" size="10" name="isocode" maxlength="10" value="<?php echo $isocode ?>"></td> -</tr> -<?php if ( $delete ) - { ?> -<tr> -<td width="50%" class="f2" rowspan="2"><?php echo lang('DELETE') ?></a></td> -<td width="50%" class="f2"><input type="checkbox" name="delete" value="1"></td> -</tr> -<tr> -<td class="help"><?php echo lang('HELP_LANGUAGE_DELETE') ?></td> -</tr> -<?php } ?> - -<tr> -<td colspan="2" class="act"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></a></td> -</tr> -</table> - -</form> -</center> - -<script name="JavaScript" type="text/javascript"><!-- -document.forms[0].name.focus(); -//--></script> - +<?php include( $tpl_dir.'header.tpl.php') ?> + +<!-- $Id$ --> + +<center> + +<form action="<?php echo $self ?>" method="post" target="_self"> +<input type="hidden" name="action" value="language"> +<input type="hidden" name="subaction" value="save"> + +<table class="main" width="90%" cellspacing="0" cellpadding="4"> + +<tr> + <th colspan="2"><?php echo lang('LANGUAGE') ?></a></th> +</tr> + +<tr> +<td width="50%" class="f1"><?php echo lang('LANGUAGE') ?></a></td> +<td width="50%" class="f1"><input type="text" size="50" name="name" value="<?php echo $name ?>"></td> +</tr> +<tr> +<td width="50%" class="f2"><?php echo lang('ISOCODE') ?></a></td> +<td width="50%" class="f2"><input type="text" size="10" name="isocode" maxlength="10" value="<?php echo $isocode ?>"></td> +</tr> +<?php if ( $delete ) + { ?> +<tr> +<td width="50%" class="f2" rowspan="2"><?php echo lang('DELETE') ?></a></td> +<td width="50%" class="f2"><input type="checkbox" name="delete" value="1"></td> +</tr> +<tr> +<td class="help"><?php echo lang('HELP_LANGUAGE_DELETE') ?></td> +</tr> +<?php } ?> + +<tr> +<td colspan="2" class="act"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></a></td> +</tr> +</table> + +</form> +</center> + +<script name="JavaScript" type="text/javascript"><!-- +document.forms[0].name.focus(); +//--></script> + <?php include( $tpl_dir.'footer.tpl.php') ?> \ No newline at end of file