removing variable names to get it to run again

This commit is contained in:
marco
2013-05-03 08:40:35 -07:00
parent 036991dce8
commit 110a51b74e

View File

@@ -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 -->