Commit 036991dc by marco

moved bad variable name

parent c842a5fc
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<!--% for type in sorted(something.keys()):--> <!--% for type in sorted(something.keys()):-->
<!--is-set class applied when user sets value--> <!--is-set class applied when user sets value-->
<li class="settings-row is-set"> <li class="settings-row is-set">
<label for="<%= ...settingLabel... %>">Setting Display Name Goes Here</label> <label for="inputVariableHere">Setting Display Name Goes Here</label>
<input type="${type}" id="firstname"/> <input type="${type}" id="firstname"/>
<!--button clickable if is-set --> <!--button clickable if is-set -->
<button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear"> <button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear">
......
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