mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Improves Deposit presentation.
Also, 1. renumbered tabindex 2. added constant for default number of rows shown for transactions.
This commit is contained in:
+4
-4
@@ -26,10 +26,10 @@ $(function() {
|
||||
$("input[name='shop_id']").attr("tabindex",1);
|
||||
$("select[name='transaction_type']").attr("tabindex",2);
|
||||
$("input[name='date_startstorage']").attr("tabindex",3);
|
||||
$("input[name='date']").attr("tabindex",4);
|
||||
$("input[name='amount']").attr("tabindex",5);
|
||||
$("input[name='quantity']").attr("tabindex",6);
|
||||
$("textarea[name='description']").attr("tabindex",7);
|
||||
$("input[name='date']").attr("tabindex",4);
|
||||
$("input[name='quantity']").attr("tabindex",5);
|
||||
$("textarea[name='description']").attr("tabindex",6);
|
||||
$("input[name='amount']").attr("tabindex",7);
|
||||
$("input[name='payment_type']").attr("tabindex",8);
|
||||
$("select[name='sold_to']").attr("tabindex",9);
|
||||
$("select[name='sold_by']").attr("tabindex",10);
|
||||
|
||||
Reference in New Issue
Block a user