1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade
Gunther Brunner 6b67d66a93 Added translate to everything.
Added new version update modal.
2014-05-28 15:58:18 +09:00

29 lines
1.2 KiB
Text

.stf-fatal-message.stf-modal
.modal-header.dialog-header-error
button(type='button', ng-click='cancel()').close ×
h4.modal-title.text-danger
i.fa.fa-warning
span(translate) Device was disconnected
.modal-body.text-danger(translate) Device is not in use anymore
.modal-footer
button.btn.btn-primary(type='button', ng-click='ok()')
i.fa.fa-refresh
span(translate) Try to reconnect
button.btn.btn-success(ng-click='second()')
i.fa.fa-sitemap
span(translate) Go to Device List
//button.btn.btn-warning(ng-click='cancel()') Close
//'<div class="modal-header dialog-header-error">
// <button type="button" class="close" ng-click="close()">&times;</button>
// <h4 class="modal-title text-danger">
// <span class="glyphicon glyphicon-warning-sign"></span>
// <span ng-bind-html="header"></span>
// </h4>
//</div>
//
//<div class="modal-body text-danger" ng-bind-html="msg"></div>
//<div class="modal-footer">
// <button type="button" class="btn btn-default" ng-click="close()">
//'+startSym+'"DIALOGS_CLOSE" | translate'+endSym+'</button>
//</div>'