From 66c8f5fe762917bccc81f5870b8d6ef09b72ec21 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 9 Mar 2015 16:42:46 -0700 Subject: [PATCH] [Forms] Add selector template Add template for domain object selector, needed for dialogs related to WTD-987. --- .../res/templates/controls/selector.html | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 platform/commonUI/general/res/templates/controls/selector.html diff --git a/platform/commonUI/general/res/templates/controls/selector.html b/platform/commonUI/general/res/templates/controls/selector.html new file mode 100644 index 0000000000..a867ad0516 --- /dev/null +++ b/platform/commonUI/general/res/templates/controls/selector.html @@ -0,0 +1,39 @@ +
+
+
Available
+
+ + M +
+ +
+ Showing {{shown}} of {{count}} available options. +
+ +
+ +
+
+
+
+ > + < +
+
+
+
Selected
+
+ + M +
+
+ Showing {{shown}} of {{count}} available options. +
+ +
+
+
+
\ No newline at end of file