mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
22 lines
916 B
Smarty
22 lines
916 B
Smarty
|
<form action="" method="post" name="eprooform">
|
||
|
[FORMHANDLEREVENT]
|
||
|
<table class="tableborder" border="0" cellpadding="3" cellspacing="0" width="70%">
|
||
|
<tbody>
|
||
|
|
||
|
<tr valign="top" colspan="3">
|
||
|
<td>
|
||
|
|
||
|
<table border="0" width="100%">
|
||
|
<tbody>
|
||
|
<tr><td nowrap>{|Artikel-Nr|}:</td><td>[NUMMER][MSGNUMMER]</td></tr>
|
||
|
<tr><td nowrap>{|Bezeichnung|}:</td><td>[BEZEICHNUNG][MSGBEZEICHNUNG]</td></tr>
|
||
|
<tr><td>{|Beschreibung|}:</td><td>[BESCHREIBUNG][MSGBESCHREIBUNG]</td></tr>
|
||
|
<tr><td>{|Menge|}:</td><td>[MENGE][MSGMENGE]</td></tr>
|
||
|
<tr><td>{|Preis|}:</td><td>[PREIS][MSGPREIS]</td></tr>
|
||
|
<tr><td>{|Bemerkung|}:</td><td>
|
||
|
<table width="100%"><tr valign="bottom"><td>[INTERNERKOMMENTAR][MSGINTERNERKOMMENTAR]</td><td align="right"><input type="submit" value="Speichern" ></td></tr></table>
|
||
|
</td></tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</form>
|