fix config form button ids
This commit is contained in:
parent
913175239c
commit
1cb66da505
@ -14,7 +14,7 @@
|
|||||||
<fieldset id="user-configurable">
|
<fieldset id="user-configurable">
|
||||||
<legend>Change Configuration</legend>
|
<legend>Change Configuration</legend>
|
||||||
<div class="btn-group" id="form-actions">
|
<div class="btn-group" id="form-actions">
|
||||||
<button id="submit">CANCEL</button>
|
<button id="cancel">CANCEL</button>
|
||||||
<button id="submit">SUBMIT</button>
|
<button id="submit">SUBMIT</button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Loading…
Reference in New Issue
Block a user