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