getright.html 696 B

12345678910111213141516
  1. <!-- <h4>确认重置密码吗?</h4>
  2. <button class="btn btn-primary" ng-click="ok()" translate="modal.button.OK">OK</button>
  3. <button class="btn btn-primary btn-o" ng-click="cancel()" translate="modal.button.CANCEL"> -->
  4. <div class="modal-header">
  5. <button type="button" class="close" ng-click="cancel()">×</button>
  6. </div>
  7. <div class="modal-body">
  8. <div style="text-align: center;">
  9. <h3>是否重置密码?</h3>
  10. </div>
  11. <div class="col-md-offset-8">
  12. <button class="btn btn-primary" ng-click="ok()" translate="modal.button.OK">OK</button>
  13. <button class="btn btn-primary btn-o" ng-click="cancel()" translate="modal.button.CANCEL">Cancel</button>
  14. </div>
  15. </div>