From 7f59175313f4ae1154b4227642b565ea81aa1514 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 28 Nov 2014 14:18:36 -0800 Subject: [PATCH] [Forms] Remove unused templates Remove unused templates (these have been reorganized into the controls directory.) WTD-530 --- platform/forms/res/templates/_checkbox.html | 6 ----- platform/forms/res/templates/_checkboxes.html | 0 platform/forms/res/templates/_datetime.html | 24 ------------------- platform/forms/res/templates/_select.html | 7 ------ platform/forms/res/templates/_selects.html | 5 ---- platform/forms/res/templates/_textfield.html | 8 ------- platform/forms/res/templates/textfields.html | 7 ------ 7 files changed, 57 deletions(-) delete mode 100644 platform/forms/res/templates/_checkbox.html delete mode 100644 platform/forms/res/templates/_checkboxes.html delete mode 100644 platform/forms/res/templates/_datetime.html delete mode 100644 platform/forms/res/templates/_select.html delete mode 100644 platform/forms/res/templates/_selects.html delete mode 100644 platform/forms/res/templates/_textfield.html delete mode 100644 platform/forms/res/templates/textfields.html diff --git a/platform/forms/res/templates/_checkbox.html b/platform/forms/res/templates/_checkbox.html deleted file mode 100644 index 1412c4ee14..0000000000 --- a/platform/forms/res/templates/_checkbox.html +++ /dev/null @@ -1,6 +0,0 @@ -
- -
\ No newline at end of file diff --git a/platform/forms/res/templates/_checkboxes.html b/platform/forms/res/templates/_checkboxes.html deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/platform/forms/res/templates/_datetime.html b/platform/forms/res/templates/_datetime.html deleted file mode 100644 index 55e0f7bdcb..0000000000 --- a/platform/forms/res/templates/_datetime.html +++ /dev/null @@ -1,24 +0,0 @@ -
-
-
- Date - Hour - Min - Sec - Timezone -
- -
- - - - - - - -
-
-
\ No newline at end of file diff --git a/platform/forms/res/templates/_select.html b/platform/forms/res/templates/_select.html deleted file mode 100644 index e778d76450..0000000000 --- a/platform/forms/res/templates/_select.html +++ /dev/null @@ -1,7 +0,0 @@ -
- -
diff --git a/platform/forms/res/templates/_selects.html b/platform/forms/res/templates/_selects.html deleted file mode 100644 index 449051ed56..0000000000 --- a/platform/forms/res/templates/_selects.html +++ /dev/null @@ -1,5 +0,0 @@ -
- {#processedValues} - {#view key="_select"/} - {/processedValues} -
\ No newline at end of file diff --git a/platform/forms/res/templates/_textfield.html b/platform/forms/res/templates/_textfield.html deleted file mode 100644 index f351520231..0000000000 --- a/platform/forms/res/templates/_textfield.html +++ /dev/null @@ -1,8 +0,0 @@ -
- - - - - -
- diff --git a/platform/forms/res/templates/textfields.html b/platform/forms/res/templates/textfields.html deleted file mode 100644 index 39a01c489e..0000000000 --- a/platform/forms/res/templates/textfields.html +++ /dev/null @@ -1,7 +0,0 @@ -
-
- {#processedValues} - {#view key="_textfield"/} {label} - {/processedValues} -
-
\ No newline at end of file