editor: automatically convert pasted urls to attachments to a proper links with ...
[fnpeditor.git] / src / editor / views / dialog / templates / input.html
1 <div>
2     <div style="float: left; width:100px;">
3     <%= label %>:
4     </div>
5     <div>
6         <input type="input" name="<%= name %>" value="<%= initialValue %>"/>
7         <span class="description"><%= description %></span>
8     </div>
9     
10 </div>