mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
28 lines
864 B
Smarty
28 lines
864 B
Smarty
<!-- gehort zu tabview -->
|
|
<div id="tabs">
|
|
<ul>
|
|
<li><a href="#tabs-1">Inhalt [LAGERPLATZ]</a></li>
|
|
</ul>
|
|
<!-- ende gehort zu tabview -->
|
|
|
|
<!-- erstes tab -->
|
|
<div id="tabs-1">
|
|
[MESSAGE]
|
|
<form action="" method="post">
|
|
<table width="100%"><tr><td align="center">Artikel: [ARTIKELSTART]<input type="text" name="artikel" id="artikel" value="" style="background-color: red;color:#000;">[ARTIKELENDE] Artikel scannen!
|
|
<input type="submit" name="artikelbuchen" value="erfassen">
|
|
</td><td align="right">
|
|
<input type="button" onclick="window.location.href='index.php?module=lager&action=inhalt&id=[ID]'" value="Zurück zum Lager" name="back">
|
|
|
|
<input type="hidden" name="regal" value="[REGAL]">
|
|
</td></tr>
|
|
</table>
|
|
|
|
<script type="text/javascript">document.getElementById("artikel").focus();</script>
|
|
|
|
[TAB1]
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|