UI update

This commit is contained in:
Serghey Rodin 2015-06-03 02:31:03 +03:00
parent 0f7110b0e7
commit 527e4a9a62
139 changed files with 2046 additions and 124 deletions

View file

@ -710,14 +710,15 @@ var App = {
Core: {},
// CONSTANT VALUES
Constants: {
UNLIM_VALUE: 'unlimited',
UNLIM_TRANSLATED_VALUE: 'unlimited'
UNLIM_VALUE: 'unlimited', // overritten in i18n.js.php
UNLIM_TRANSLATED_VALUE: 'unlimited' // overritten in i18n.js.php
},
// Actions. More widly used funcs
Actions: {
DB: {},
WEB: {},
PACKAGE: {}
PACKAGE: {},
MAIL_ACC:{}
},
// Utilities
Helpers: {},
@ -732,7 +733,8 @@ var App = {
Listeners: {
DB: {},
WEB: {},
PACKAGE: {}
PACKAGE: {},
MAIL_ACC:{}
},
View:{
HTML: {