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
+3
View File
@@ -32,6 +32,9 @@ define("TIMEZONE", "America/New_York");
If you do not want this functionality at all, choose 0.
*/
define("NONSHOP",0);
// How many transactions to you want shown
define("NUMBER_OF_TRANSACTIONS", 11);
//constants
define("PAGE_START_SHOP", "/start_shop.php");