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>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<p style="margin-top: 1em; text-align: center;">
|
<div class="modal-footer">
|
||||||
<input
|
<button
|
||||||
type="submit"
|
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"
|
data-i18n="[value]loadNogos.load"
|
||||||
value="Load"
|
|
||||||
id="submitNogos"
|
id="submitNogos"
|
||||||
/>
|
>
|
||||||
</p>
|
Load
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue