replace_profile.html 1.1 KB

123456789101112131415
  1. <div class="modal-header">
  2. <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
  3. <h4 class="modal-title">{{'options_modalHeader_replaceProfile' | tr}}</h4>
  4. </div>
  5. <div class="modal-body">
  6. <p omega-html="&quot;options_replaceProfileConfirm&quot; | tr:[profileSelect(&quot;fromName&quot;), profileSelect(&quot;toName&quot;)]"></p>
  7. <div class="well"><span omega-profile-inline="profileByName(fromName)" options="options" disp-name="dispNameFilter"></span> <span class="glyphicon glyphicon-chevron-right"></span> <span omega-profile-inline="profileByName(toName)" options="options" disp-name="dispNameFilter"></span>
  8. </div>
  9. <div omega-html="'options_replaceProfileHelp' | tr:[$profile('profileByName(fromName)'), $profile('profileByName(toName)')]" class="help-block"></div>
  10. </div>
  11. <div class="modal-footer">
  12. <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
  13. <button type="button" ng-click="$close({fromName: fromName, toName: toName})" class="btn btn-warning">{{'options_replaceProfile' | tr}}</button>
  14. </div>