branch now runs, but none of the styles are there yet. pushing this mostly to view component.html
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
<button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear">
|
||||
<i class="ss-icon ss-symbolicons-block undo">↩</i>
|
||||
</button>
|
||||
<span class="settings-help">${helpstring}</span>
|
||||
<span class="settings-help">helpstring</span>
|
||||
</li>
|
||||
<!--% 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="type2" id="firstname"/>
|
||||
<span class="settings-help">${helpstring}</span>
|
||||
<span class="settings-help">helpstring</span>
|
||||
|
||||
<!--% showing dropdown example -->
|
||||
<li class="settings-row">
|
||||
|
||||
Reference in New Issue
Block a user