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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/templates/mobile/categories.index.xet b/admin/templates/mobile/categories.index.xet
new file mode 100644
index 0000000000..d7cb2b8cf1
--- /dev/null
+++ b/admin/templates/mobile/categories.index.xet
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .level0 { font-weight: bold; }
+
+.action_popup {
+ position: fixed;
+ top: 200px;
+ left: 450px;
+ width: 76ex;
+ z-index: 20000;
+ display: none;
+ border-collapse:collapse;
+ border-spacing:0px
+}
+.action_popup-content {
+ display:block;
+ padding:2ex;
+ color:#666666;
+ margin: -2px -1px 0px -2px;
+}
+.action_popup > table {
+ width: 100%
+}
+.action_popup .promptheader {
+ padding: 1ex;
+ width: 100%
+}
+
+.action_select {
+ width: 100%
+}
+
+
+