OpenXE/www/pages/content/startseite_smartphone.tpl
2021-05-21 08:49:41 +02:00

11 lines
1.0 KiB
Smarty

<h2 class="smartphone">Funktionen</h2>
<table align="center">
<tr><td><input type="button" value="Umlagern" class="smartphone_mainbutton" onclick="window.location.href='index.php?module=mobile&action=umlagern"></td></tr>
<tr><td><input type="button" value="Einlagern" class="smartphone_mainbutton" onclick="window.location.href='index.php?module=mobile&action=einlagern"></td></tr>
<tr><td><input type="button" value="Auslagern" class="smartphone_mainbutton" onclick="window.location.href='index.php?module=mobile&action=auslager"></td></tr>
<tr><td><input type="button" value="Zwischenlager" class="smartphone_mainbutton" onclick="window.location.href='index.php?module=mobile&action=zwischenlager"></td></tr>
<!--<tr><td><input type="button" value="Wareneingang" class="smartphone_mainbutton"></td></tr>
<tr><td><input type="button" value="Inventur" class="smartphone_mainbutton"></td></tr>-->
<tr><td><input type="button" value="Abmelden" class="smartphone_mainbutton" onclick="window.location.href='index.php?module=welcome&action=logout'"></td></tr>
</table>