mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Make the close button on the top-right of modals functional.
This commit is contained in:
parent
be0255cbda
commit
c3b751a3fb
@ -1,5 +1,5 @@
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only {{'dialog_close' | tr}}
|
||||
h4.modal-title {{'options_modalHeader_applyOptions' | tr}}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only {{'dialog_close' | tr}}
|
||||
h4.modal-title {{'options_modalHeader_cannotDeleteProfile' | tr}}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only {{'dialog_close' | tr}}
|
||||
h4.modal-title {{'options_modalHeader_deleteProfile' | tr}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
form(ng-submit='newProfile.$valid && $close(profile)' name='newProfile')
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only Close
|
||||
h4.modal-title {{'options_modalHeader_newProfile' | tr}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
form(ng-submit='renameProfile.$valid && $close(newName)' name='renameProfile')
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only {{'dialog_close' | tr}}
|
||||
h4.modal-title {{'options_modalHeader_renameProfile' | tr}}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only {{'dialog_close' | tr}}
|
||||
h4.modal-title {{'options_modalHeader_deleteRule' | tr}}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.modal-header
|
||||
button.close(type='button', data-dismiss='modal')
|
||||
button.close(type='button' ng-click='$dismiss()')
|
||||
span(aria-hidden='true') ×
|
||||
span.sr-only {{'dialog_close' | tr}}
|
||||
h4.modal-title {{'options_modalHeader_resetRules' | tr}}
|
||||
|
Loading…
Reference in New Issue
Block a user