OpenXE/www/pages/content/pinwand_edit.tpl

18 lines
531 B
Smarty
Raw Normal View History

2021-05-21 08:49:41 +02:00
<form action="" method="post">
<fieldset><legend>{|Allgemein|}</legend>
<table>
<tr><td width="100">Name:</td><td width="200"><input type="text" size="30" name="name" value="[NAME]"></td></tr>
<tr><td width="" valign="top">Personen:</td><td>[PERSONEN]</td></tr>
</table>
</fieldset>
<table width="100%">
<tr><td align="right">
<input type="submit" name="speichern"
value="Speichern"/> <input type="button" value="Abbrechen" onclick="window.location.href='index.php?module=pinwand&action=list'"/></td></tr></table>
</form>