Harmonize modals
This commit is contained in:
parent
00ed1b5352
commit
018db9ae9b
1 changed files with 17 additions and 6 deletions
23
index.html
23
index.html
|
|
@ -520,14 +520,25 @@
|
|||
/>
|
||||
</p>
|
||||
</fieldset>
|
||||
<p style="margin-top: 1em; text-align: center;">
|
||||
<input
|
||||
type="submit"
|
||||
<div class="modal-footer">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-secondary"
|
||||
data-i18n="[value]modal.close"
|
||||
data-dismiss="modal"
|
||||
>
|
||||
Close
|
||||
</button>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-primary"
|
||||
data-i18n="[value]loadNogos.load"
|
||||
value="Load"
|
||||
id="submitNogos"
|
||||
/>
|
||||
</p>
|
||||
>
|
||||
Load
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue