mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 19:18:13 -05:00
15 lines
637 B
Plaintext
15 lines
637 B
Plaintext
|
.modal-header
|
|||
|
button.close(type='button' ng-click='$dismiss()')
|
|||
|
span(aria-hidden='true') ×
|
|||
|
span.sr-only {{'dialog_close' | tr}}
|
|||
|
h4.modal-title {{'options_modalHeader_deleteAttached' | tr}}
|
|||
|
.modal-body
|
|||
|
p {{'options_deleteAttachedConfirm' | tr}}
|
|||
|
.well
|
|||
|
span.glyphicon(class='{{profileIcons[attached.profileType]}}')
|
|||
|
= ' '
|
|||
|
| {{attached.sourceUrl || ('options_ruleListLineCount' | tr:[attached.ruleList.split('\r?\n').length])}}
|
|||
|
.modal-footer
|
|||
|
button.btn.btn-default(ng-click='$dismiss()') {{'dialog_cancel' | tr}}
|
|||
|
button.btn.btn-danger(type='button' ng-click='$close("ok")') {{'options_deleteAttached' | tr}}
|