Commit 110a51b7 by marco

removing variable names to get it to run again

parent 036991dc
......@@ -33,13 +33,13 @@
<!--% showing second example mostly to see is-set style difference -->
<li class="settings-row">
<label for="setting-name-as-id">Setting Display Name Goes Here</label>
<input type="${type}" id="firstname"/>
<input type="type" id="firstname"/>
<span class="settings-help">${helpstring}</span>
<!--% showing dropdown example -->
<li class="settings-row">
<label for="setting-name-as-id">Setting Display Name Goes Here</label>
<select name="${type}">
<select name="type">
<!--% for all in available options -->
<option value="displayName1" selected>Closed</option>
<!--in case value already defaulted -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment