From 103141312ed3086262a6bac9df8cdb99dd70a4d1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 22 Apr 2016 14:42:06 +0000 Subject: [PATCH] Mobile theme: - Implement categories list and edit view --- admin/templates/mobile/app.css | 3 + admin/templates/mobile/app.less | 4 + admin/templates/mobile/categories.edit.xet | 101 ++++++++++++++++++++ admin/templates/mobile/categories.index.xet | 100 +++++++++++++++++++ 4 files changed, 208 insertions(+) create mode 100644 admin/templates/mobile/categories.edit.xet create mode 100644 admin/templates/mobile/categories.index.xet diff --git a/admin/templates/mobile/app.css b/admin/templates/mobile/app.css index 076907b6f9..fd0a41707c 100644 --- a/admin/templates/mobile/app.css +++ b/admin/templates/mobile/app.css @@ -30,4 +30,7 @@ content: ","; font-size: 10pt; } + .globalCat_hiddenCatid { + display: none; + } } diff --git a/admin/templates/mobile/app.less b/admin/templates/mobile/app.less index 66f99d85fe..fec47badfd 100644 --- a/admin/templates/mobile/app.less +++ b/admin/templates/mobile/app.less @@ -37,4 +37,8 @@ } } } + .globalCat_hiddenCatid { + display: none; + } + } \ No newline at end of file diff --git a/admin/templates/mobile/categories.edit.xet b/admin/templates/mobile/categories.edit.xet new file mode 100644 index 0000000000..3f9c8b625b --- /dev/null +++ b/admin/templates/mobile/categories.edit.xet @@ -0,0 +1,101 @@ + + + + + +