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