2014-10-03 05:15:41 -04:00
|
|
|
|
.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
|
2014-10-27 10:42:23 -04:00
|
|
|
|
span(omega-profile-icon='attached' options='options')
|
2014-10-03 05:15:41 -04:00
|
|
|
|
= ' '
|
2014-10-20 08:52:23 -04:00
|
|
|
|
| {{attached.sourceUrl || ('options_ruleListLineCount' | tr:[attached.ruleList.split('\n').length])}}
|
2014-10-03 05:15:41 -04:00
|
|
|
|
.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}}
|