2014-10-27 09:16:57 -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_replaceProfile' | tr}}
|
|
|
|
|
.modal-body
|
|
|
|
|
p(omega-html='"options_replaceProfileConfirm" | tr:[profileSelect("fromName"), profileSelect("toName")]')
|
|
|
|
|
.well
|
2014-10-27 10:42:23 -04:00
|
|
|
|
span(omega-profile-inline='profileByName(fromName)' options='options' disp-name='dispNameFilter')
|
2014-10-27 09:16:57 -04:00
|
|
|
|
= ' '
|
|
|
|
|
span.glyphicon.glyphicon-chevron-right
|
|
|
|
|
= ' '
|
2014-10-27 10:42:23 -04:00
|
|
|
|
span(omega-profile-inline='profileByName(toName)' options='options' disp-name='dispNameFilter')
|
2014-10-27 09:16:57 -04:00
|
|
|
|
.help-block(omega-html="'options_replaceProfileHelp' | tr:[$profile('profileByName(fromName)'), $profile('profileByName(toName)')]")
|
|
|
|
|
.modal-footer
|
|
|
|
|
button.btn.btn-default(ng-click='$dismiss()') {{'dialog_cancel' | tr}}
|
|
|
|
|
button.btn.btn-warning(type='button' ng-click='$close({fromName: fromName, toName: toName})') {{'options_replaceProfile' | tr}}
|