mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-03-10 15:38:12 -04:00
20 lines
749 B
Plaintext
20 lines
749 B
Plaintext
.modal-header
|
||
button.close(type='button', data-dismiss='modal')
|
||
span(aria-hidden='true') ×
|
||
span.sr-only {{'dialog_close' | tr}}
|
||
h4.modal-title {{'options_modalHeader_deleteRule' | tr}}
|
||
.modal-body
|
||
p {{'options_deleteRuleConfirm' | tr}}
|
||
div.well
|
||
span.label.label-info {{conditionI18n[rule.condition.conditionType]}}
|
||
= ' '
|
||
| {{rule.condition.pattern}}
|
||
span.pull-right
|
||
span.glyphicon(class='{{profileIcons[ruleProfile.profileType]}}'
|
||
ng-style='{color: ruleProfile.color}')
|
||
= ' '
|
||
| {{ruleProfile.name | dispName}}
|
||
.modal-footer
|
||
button.btn.btn-default(ng-click='$dismiss()') {{'dialog_cancel' | tr}}
|
||
button.btn.btn-danger(type='button' ng-click='$close("ok")') {{'options_deleteRule' | tr}}
|