expands mobile page access (#9)
authorTaylor Hurt <taylor.a.hurt@gmail.com>
Fri, 26 Aug 2016 16:28:42 +0000 (12:28 -0400)
committeranuko <support@anuko.com>
Fri, 26 Aug 2016 16:28:42 +0000 (16:28 +0000)
commitee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b
treeda9d52d0d6096951ec00d36acdf825d8edcfa3bd
parentdb9bfb69eeab1f5c75f65373c370990445014305
expands mobile page access (#9)

* expands mobile page access

add mobile .tpl files;
modify mobile/header.tpl to accomodate;
add mobile php files;
fix template paths to mobile/ and path to initialize.php;
add mobile-table CSS class;
change main mobile/ pages to use mobile-table class;
fix path to subm_bg.gif;
remove Top Menu (the one with black backgroud);
remove Charts, Reports, Invoices, Export from submenu;
remove fixed width for many input elements;
remove nowrap attribute in header.tpl submenu;
add inline style for background-repeat in header.tpl submenu;
prevent textarea's from being resizable horizontally, allow them to be resizable vertically;
remove fixed width from textarea cols attribute;
add mobile-textarea CSS class;
fix bug in project_edit.php -- onload event referring to wrong property name;
change expenses date input to be like that of time date input;

* remove fixed width attribute in header table

* add mobile-table-details CSS for main pages

* remove Delete column from pages

* add redundant word-wrap rule for browser compatibility

* for expense_edit: fix template paths to mobile/ and path to initialize.php
42 files changed:
WEB-INF/templates/mobile/client_add.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/client_delete.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/client_edit.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/clients.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/expense_delete.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/expense_edit.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/expenses.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/header.tpl
WEB-INF/templates/mobile/project_add.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/project_delete.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/project_edit.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/projects.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/task_add.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/task_delete.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/task_edit.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/tasks.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/time.tpl
WEB-INF/templates/mobile/user_add.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/user_delete.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/user_edit.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/users.tpl [new file with mode: 0644]
default.css
mobile/client_add.php [new file with mode: 0644]
mobile/client_delete.php [new file with mode: 0644]
mobile/client_edit.php [new file with mode: 0644]
mobile/clients.php [new file with mode: 0644]
mobile/expense_delete.php [new file with mode: 0644]
mobile/expense_edit.php [new file with mode: 0644]
mobile/expenses.php [new file with mode: 0644]
mobile/project_add.php [new file with mode: 0644]
mobile/project_delete.php [new file with mode: 0644]
mobile/project_edit.php [new file with mode: 0644]
mobile/projects.php [new file with mode: 0644]
mobile/task_add.php [new file with mode: 0644]
mobile/task_delete.php [new file with mode: 0644]
mobile/task_edit.php [new file with mode: 0644]
mobile/tasks.php [new file with mode: 0644]
mobile/time_edit.php
mobile/user_add.php [new file with mode: 0644]
mobile/user_delete.php [new file with mode: 0644]
mobile/user_edit.php [new file with mode: 0644]
mobile/users.php [new file with mode: 0644]