editor: automatically convert pasted urls to attachments to a proper links with ...
[fnpeditor.git] / src / editor / views / dialog / templates / textarea.html
1 <div>
2     <label><%= label %></label>
3     <textarea name="<%= name %>" rows="5"><%= initialValue %></textarea>
4     <span class="description"><%= description %></span>
5 </div>