From 155d381d9b7d858ea575e9ec3ec5704ff21cabd0 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Wed, 21 Nov 2018 15:01:39 +0100 Subject: [PATCH] del(crm): remove crm/data (cleanup) --- crm/data/bool.ejs | 4 ---- crm/data/bool.json | 3 --- crm/data/bool_multi.ejs | 3 --- crm/data/bool_multi.json | 3 --- crm/data/enum.ejs | 7 ------- crm/data/enum.json | 3 --- crm/data/input.ejs | 1 - crm/data/input.json | 9 --------- crm/data/stamp.ejs | 10 ---------- crm/data/stamp.json | 3 --- 10 files changed, 46 deletions(-) delete mode 100644 crm/data/bool.ejs delete mode 100644 crm/data/bool.json delete mode 100644 crm/data/bool_multi.ejs delete mode 100644 crm/data/bool_multi.json delete mode 100644 crm/data/enum.ejs delete mode 100644 crm/data/enum.json delete mode 100644 crm/data/input.ejs delete mode 100644 crm/data/input.json delete mode 100644 crm/data/stamp.ejs delete mode 100644 crm/data/stamp.json diff --git a/crm/data/bool.ejs b/crm/data/bool.ejs deleted file mode 100644 index b60f5c65f..000000000 --- a/crm/data/bool.ejs +++ /dev/null @@ -1,4 +0,0 @@ -
- - -
diff --git a/crm/data/bool.json b/crm/data/bool.json deleted file mode 100644 index 1bd9637bc..000000000 --- a/crm/data/bool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "Boolean value (yes/no)" -} \ No newline at end of file diff --git a/crm/data/bool_multi.ejs b/crm/data/bool_multi.ejs deleted file mode 100644 index 782b52234..000000000 --- a/crm/data/bool_multi.ejs +++ /dev/null @@ -1,3 +0,0 @@ -{foreach values as key => val} -= 0} checked="checked"{/if}> {val} -{/foreach} diff --git a/crm/data/bool_multi.json b/crm/data/bool_multi.json deleted file mode 100644 index 646df11d6..000000000 --- a/crm/data/bool_multi.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "Boolean value (multiple checkboxes)" -} \ No newline at end of file diff --git a/crm/data/enum.ejs b/crm/data/enum.ejs deleted file mode 100644 index 34e5f4662..000000000 --- a/crm/data/enum.ejs +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/crm/data/enum.json b/crm/data/enum.json deleted file mode 100644 index 22d9b0011..000000000 --- a/crm/data/enum.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "ENUM (single option)" -} \ No newline at end of file diff --git a/crm/data/input.ejs b/crm/data/input.ejs deleted file mode 100644 index 50a18170f..000000000 --- a/crm/data/input.ejs +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/crm/data/input.json b/crm/data/input.json deleted file mode 100644 index d2248b34e..000000000 --- a/crm/data/input.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Text input", - "options": { - "type": { - "title": "Input type", - "values": ["hidden", "text", "password", "email"] - } - } -} \ No newline at end of file diff --git a/crm/data/stamp.ejs b/crm/data/stamp.ejs deleted file mode 100644 index 3885ebc91..000000000 --- a/crm/data/stamp.ejs +++ /dev/null @@ -1,10 +0,0 @@ -
-
- -
- -   - -
-
-
\ No newline at end of file diff --git a/crm/data/stamp.json b/crm/data/stamp.json deleted file mode 100644 index 408059ba1..000000000 --- a/crm/data/stamp.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "Date/time input field" -} \ No newline at end of file