Vsem asistentum pridan autofocus pro snadnejsi scanovani barcodu
authorThomas Mudrunka <tomas@mudrunka.cz>
Fri, 19 Aug 2011 22:19:36 +0000 (00:19 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Fri, 19 Aug 2011 22:19:36 +0000 (00:19 +0200)
assistants/dispose.inc.php
assistants/sell.inc.php
assistants/store.inc.php

index d95dab4631bfc407cdb472007b8adb1a8d2e31ae..735c3fdab344c196b77229798a3edcd0e72ae67b 100644 (file)
@@ -4,7 +4,7 @@ switch($step) {
        default: case 1:
 ?>
 <form action="<?=$script?>/2" method="GET">
-       item_serial: <input type="text" name="serial" />
+       item_serial: <input type="text" name="serial" autofocus />
        <input type="submit" value="DISPOSE" />
 </form>
 <?php
index ab60c7d187160f6a3b6d66f7814cfcb944caa25c..64130efbe11a6e3857f5dc8657353a0ec38e69e6 100644 (file)
@@ -7,7 +7,7 @@ switch($step) {
        default: case 1:
 ?>
 <form action="<?=$script?>/2" method="GET">
-       item_serial: <input type="text" name="serial" />
+       item_serial: <input type="text" name="serial" autofocus />
        <input type="submit" value="SELL" />
 </form>
 <?php
index 8af2da6fb70cd223ebd7f79ad6280da26f8397dc..8980c3bb4fd77a0665b26744fc65b7fd6d0060c6 100644 (file)
@@ -4,7 +4,7 @@ switch($step) {
        default: case 1:
 ?>
 <form action="<?=$script?>/2" method="GET">
-       model_barcode: <input type="text" name="barcode" />
+       model_barcode: <input type="text" name="barcode" autofocus />
        <input type="submit" value="STORE" />
 </form>
 <?php
This page took 0.155928 seconds and 4 git commands to generate.