editor: refactoring - move dialog view implementation out of data module
[fnpeditor.git] / src / editor / modules / data / templates / textarea.html
diff --git a/src/editor/modules/data/templates/textarea.html b/src/editor/modules/data/templates/textarea.html
deleted file mode 100644 (file)
index 50b7c50..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<p>
-    <label><%= label %></label>
-    <textarea name="<%= name %>" rows="5"></textarea>
-    <span class="description"><%= description %></span>
-</p>