2014-09-20 11:49:04 -04:00
|
|
|
|
.modal-header
|
2014-09-25 10:46:23 -04:00
|
|
|
|
button.close(type='button' ng-click='$dismiss()')
|
2014-09-20 11:49:04 -04:00
|
|
|
|
span(aria-hidden='true') ×
|
|
|
|
|
span.sr-only {{'dialog_close' | tr}}
|
|
|
|
|
h4.modal-title {{'options_modalHeader_resetRules' | tr}}
|
|
|
|
|
.modal-body
|
|
|
|
|
p {{'options_resetRulesConfirm' | tr}}
|
|
|
|
|
.well
|
2014-10-27 10:42:23 -04:00
|
|
|
|
span(omega-profile-inline='ruleProfile' disp-name='dispNameFilter' options='options')
|
2014-09-20 11:49:04 -04:00
|
|
|
|
.modal-footer
|
|
|
|
|
button.btn.btn-default(ng-click='$dismiss()') {{'dialog_cancel' | tr}}
|
|
|
|
|
button.btn.btn-warning(type='button' ng-click='$close("ok")') {{'options_resetRules' | tr}}
|