3c140925d71ad25b71802894cb35d69c2ce679cf
[fnpeditor.git] / src / editor / views / dialog / templates / checkbox.html
1 <p>
2     <div style="float: left; width:100px;"><%= label %>:</div>
3     <input type="checkbox" name="<%= name %>"/> 
4     <span class="description"><%= description %></span>
5 </p>