12 lines
443 B
HTML
12 lines
443 B
HTML
<form action="index.php?ucp-fields" method="post">
|
|
{EXPLODE}
|
|
<fieldset><legend>{KATE}:</legend>
|
|
{EXPLODE}
|
|
<div style="width:45%; height:23px; float:left;">{FIELD}:</div>
|
|
<div style="width:55%; height:23px; float:left;"><input type="text" name="{FNAME}" value="{FWERT}" style="width:80%;" /></div>
|
|
{EXPLODE}
|
|
<div style="clear:both; height:0px;"></div>
|
|
</fieldset>
|
|
{EXPLODE}
|
|
<input type="submit" name="subFields" value="Speichern" />
|
|
</form> |