editor: refactoring - move dialog view implementation out of data module
[fnpeditor.git] / src / editor / views / dialog / templates / input.html
diff --git a/src/editor/views/dialog/templates/input.html b/src/editor/views/dialog/templates/input.html
new file mode 100644 (file)
index 0000000..f60f2f6
--- /dev/null
@@ -0,0 +1,10 @@
+<p>
+    <div style="float: left; width:100px;">
+    <%= label %>:
+    </div>
+    <div>
+        <input type="input" name="<%= name %>"/>
+        <span class="description"><%= description %></span>
+    </div>
+    
+</p>
\ No newline at end of file