ilchClan-v1.1-userCP/UPLOAD/templates/ucp/safe.htm

12 lines
813 B
HTML
Raw Normal View History

<div>{message}</div>
<form action="index.php?ucp-safe" method="post">
<fieldset><legend><b>Sicherheits Einstellungen:</b></legend>
<div style="width:45%; height:23px; float:left;">Aktuelles Passwort:</div>
<div style="width:55%; height:23px; float:left;"><input style="width:80%;" name="oPass" type="password" /></div>
<div style="width:45%; height:23px; float:left;">Neues Passwort:</div>
<div style="width:55%; height:23px; float:left;"><input style="width:80%;" name="pass" type="password" /></div>
<div style="width:45%; height:23px; float:left;">Passwort wiederholen:</div>
<div style="width:55%; height:23px; float:left;"><input style="width:80%;" name="pass2" type="password" /></div>
<div style="clear:both; width:100%;"><input type="submit" name="subEdit" value="&Auml;ndern" /></div>
</fieldset>
</form>