- <% include('/templates/modules/gen/include/searchForm.html'){} %>
+ <% include('/templates/modules/gen/view/searchForm.html'){} %>
<% if(!table.isTreeEntity){ %>
@@ -33,6 +33,6 @@
\<% } %>
-<% include('/templates/modules/gen/include/dataGridScript.html'){} %>]]>
+<% include('/templates/modules/gen/view/dataGridScript.html'){} %>]]>
\ No newline at end of file
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/dataGridScript.html b/modules/core/src/main/resources/templates/modules/gen/view/dataGridScript.html
similarity index 100%
rename from modules/core/src/main/resources/templates/modules/gen/include/dataGridScript.html
rename to modules/core/src/main/resources/templates/modules/gen/view/dataGridScript.html
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/dataGridSelectScript.html b/modules/core/src/main/resources/templates/modules/gen/view/dataGridSelectScript.html
similarity index 100%
rename from modules/core/src/main/resources/templates/modules/gen/include/dataGridSelectScript.html
rename to modules/core/src/main/resources/templates/modules/gen/view/dataGridSelectScript.html
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/formChildTable.html b/modules/core/src/main/resources/templates/modules/gen/view/formChildTable.html
similarity index 100%
rename from modules/core/src/main/resources/templates/modules/gen/include/formChildTable.html
rename to modules/core/src/main/resources/templates/modules/gen/view/formChildTable.html
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/formChildTableScript.html b/modules/core/src/main/resources/templates/modules/gen/view/formChildTableScript.html
similarity index 100%
rename from modules/core/src/main/resources/templates/modules/gen/include/formChildTableScript.html
rename to modules/core/src/main/resources/templates/modules/gen/view/formChildTableScript.html
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/formControl.html b/modules/core/src/main/resources/templates/modules/gen/view/formControl.html
similarity index 100%
rename from modules/core/src/main/resources/templates/modules/gen/include/formControl.html
rename to modules/core/src/main/resources/templates/modules/gen/view/formControl.html
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/searchForm.html b/modules/core/src/main/resources/templates/modules/gen/view/searchForm.html
similarity index 100%
rename from modules/core/src/main/resources/templates/modules/gen/include/searchForm.html
rename to modules/core/src/main/resources/templates/modules/gen/view/searchForm.html
diff --git a/modules/core/src/main/resources/templates/modules/gen/include/viewForm.html b/modules/core/src/main/resources/templates/modules/gen/view/viewForm.html
similarity index 93%
rename from modules/core/src/main/resources/templates/modules/gen/include/viewForm.html
rename to modules/core/src/main/resources/templates/modules/gen/view/viewForm.html
index 19460e53..dc93d941 100644
--- a/modules/core/src/main/resources/templates/modules/gen/include/viewForm.html
+++ b/modules/core/src/main/resources/templates/modules/gen/view/viewForm.html
@@ -38,8 +38,8 @@
<% } %>
- <% include('/templates/modules/gen/include/formControl.html'){} %>
- <% include('/templates/modules/gen/include/formChildTable.html'){} %>
+ <% include('/templates/modules/gen/view/formControl.html'){} %>
+ <% include('/templates/modules/gen/view/formChildTable.html'){} %>
<% if(toBoolean(table.optionMap['isBpmForm'])){ %>
\<% } %>
-<% include('/templates/modules/gen/include/formChildTableScript.html'){} %>
+<% include('/templates/modules/gen/view/formChildTableScript.html'){} %>