1600d87c2516082ee7bf225a9e7dc1b618574cfd
[fnpeditor.git] / src / editor / views / dialog / templates / input.html
1 <p>
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 </p>