openrat-cms

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

commit 30ebc8016351374bc99992ad314597096cf7cdf8
parent 63a3b1d6b41131a8aa05b0f10dbf584aa2be460b
Author: dankert <devnull@localhost>
Date:   Wed, 19 May 2004 21:56:06 +0200

subaction statt useraction

Diffstat:
themes/default/pages/html/user/pw.tpl.php | 79++++++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)

diff --git a/themes/default/pages/html/user/pw.tpl.php b/themes/default/pages/html/user/pw.tpl.php @@ -1,40 +1,41 @@ -<?php include( $tpl_dir.'header.tpl.php') ?> - -<!-- $Id$ --> - -<center> - -<form action="<?php echo $self ?>" method="post" target="_self"> -<input type="hidden" name="<?php echo session_name() ?>" value="<?php echo session_id() ?>"> -<input type="hidden" name="useraction" value="pwchange"> - -<table class="main" width="90%" cellspacing="0" cellpadding="4"> -<tr> - <th colspan="2"><?php echo lang('PASSWORD') ?></th> -</tr> -<tr> -<td width="50%" class="f1"><?php echo lang('new_password') ?></a></td> -<td width="50%" class="f1"><input type="password" name="password1"></td> -</tr> -<tr> -<td width="50%" class="f2"><?php echo lang('new_password_repeat') ?></a></td> -<td width="50%" class="f2"><input type="password" name="password2"></td> -</tr> -<tr> -<td width="50%" class="f2"><?php echo lang('user_mail_new_password') ?></a></td> -<td width="50%" class="f2"><?php echo Html::checkBox('mail',false,true) ?></td> -</tr> -<tr> -<td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></td> -</tr> -</table> - -</form> - -</center> - -<script name="JavaScript" type="text/javascript"><!-- -document.forms[0].password1.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="user" /> +<input type="hidden" name="subaction" value="pwchange"/> + +<table class="main" width="90%" cellspacing="0" cellpadding="4"> +<tr> + <th colspan="2"><?php echo lang('PASSWORD') ?></th> +</tr> +<tr> +<td width="50%" class="f1"><?php echo lang('new_password') ?></a></td> +<td width="50%" class="f1"><input type="password" name="password1"></td> +</tr> +<tr> +<td width="50%" class="f2"><?php echo lang('new_password_repeat') ?></a></td> +<td width="50%" class="f2"><input type="password" name="password2"></td> +</tr> +<tr> +<td width="50%" class="f2"><?php echo lang('user_mail_new_password') ?></a></td> +<td width="50%" class="f2"><?php echo Html::checkBox('mail',false,true) ?></td> +</tr> +<tr> +<td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></td> +</tr> +</table> + +</form> + +</center> + +<script name="JavaScript" type="text/javascript"><!-- +document.forms[0].password1.focus(); +//--></script> + <?php include( $tpl_dir.'footer.tpl.php') ?> \ No newline at end of file