wall context
This commit is contained in:
parent
d65c737a6e
commit
f0782b0472
8 changed files with 33 additions and 11 deletions
|
@ -10,9 +10,7 @@
|
|||
<%= kv.key %>
|
||||
</span>
|
||||
<% if (kv.type=='textarea' ) { %>
|
||||
<textarea class='form-input' type="<%= kv.type %>" name="<%= kv.name %>">
|
||||
<%= kv.default %>
|
||||
</textarea>
|
||||
<textarea class='form-input' type="<%= kv.type %>" name="<%= kv.name %>"><%= kv.default %></textarea>
|
||||
<% } else { %>
|
||||
<input class='form-input' type="<%= kv.type %>" name="<%= kv.name %>" <%- kv.type=='hidden' ? 'hidden' : '' %>
|
||||
value="<%= kv.default %>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue