Improves Deposit presentation.

Also,
1. renumbered tabindex
2. added constant for default number of rows shown for transactions.
This commit is contained in:
Jonathan Rosenbaum
2014-12-30 09:32:59 +00:00
parent 2370ccee7b
commit baebf5612b
4 changed files with 22 additions and 11 deletions
+4 -4
View File
@@ -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);