removing variable names to get it to run again
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user