mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Modal Changes added
This commit is contained in:
parent
4a69e162b3
commit
d1acfe1503
@ -14,7 +14,7 @@ $(function () {
|
|||||||
|
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContainer = modalPopup + " .modal-content";
|
var modalPopupContainer = modalPopup + " .modal-content";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
var body = "body";
|
var body = "body";
|
||||||
var isInit = true;
|
var isInit = true;
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ function setPopupMaxHeight() {
|
|||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).modal('show');
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -44,6 +44,8 @@ function showPopup() {
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -440,7 +440,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContainer = modalPopup + " .modal-content";
|
var modalPopupContainer = modalPopup + " .modal-content";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
var body = "body";
|
var body = "body";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -456,7 +456,7 @@ function setPopupMaxHeight() {
|
|||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).modal('show');
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -465,6 +465,8 @@ function showPopup() {
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -253,7 +253,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContainer = modalPopup + " .modal-content";
|
var modalPopupContainer = modalPopup + " .modal-content";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
var body = "body";
|
var body = "body";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -268,8 +268,8 @@ function setPopupMaxHeight() {
|
|||||||
* show popup function.
|
* show popup function.
|
||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).show();
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -278,6 +278,8 @@ function showPopup() {
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -63,7 +63,7 @@ var sortElements = function () {
|
|||||||
|
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContainer = modalPopup + " .modal-content";
|
var modalPopupContainer = modalPopup + " .modal-content";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
var body = "body";
|
var body = "body";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -82,7 +82,7 @@ function setPopupMaxHeight() {
|
|||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).modal('show');
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -91,6 +91,8 @@ function showPopup() {
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -164,23 +164,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="invite-user-modal-content" class="hide">
|
<div id="invite-user-modal-content" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
</div>
|
||||||
<h3>
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
|
<h4>
|
||||||
An invitation mail will be sent to the selected user(s) to initiate an enrolment process.
|
An invitation mail will be sent to the selected user(s) to initiate an enrolment process.
|
||||||
Do you wish to continue ?
|
Do you wish to continue ?
|
||||||
</h3>
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="invite-user-yes-link" class="btn-operations">
|
<a href="#" id="invite-user-yes-link" class="btn-operations">yes</a>
|
||||||
yes
|
<a href="#" id="invite-user-cancel-link" class="btn-operations">No</a>
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="#" id="invite-user-cancel-link" class="btn-operations">
|
|
||||||
No
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -201,123 +197,136 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="invite-user-error-content" class="hide">
|
<div id="invite-user-error-content" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
<span class="fw-stack">
|
||||||
<h3>An unexpected error occurred. Try again later.</h3>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
|
<i class="fw fw-error fw-stack-1x"></i>
|
||||||
|
</span>
|
||||||
|
Unexpected Error
|
||||||
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
|
<h4>
|
||||||
|
An unexpected error occurred. Try again later.
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="invite-user-error-link" class="btn-operations">
|
<a href="#" id="invite-user-error-link" class="btn-operations">Ok</a>
|
||||||
Ok
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="remove-user-modal-content" class="hide">
|
<div id="remove-user-modal-content" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
Remove User
|
||||||
<h3>Do you really want to remove this user ?</h3>
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
|
<h4>
|
||||||
|
Do you really want to remove this user ?
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="remove-user-yes-link" class="btn-operations">
|
<a href="#" id="remove-user-yes-link" class="btn-operations">Remove</a>
|
||||||
Remove
|
<a href="#" id="remove-user-cancel-link" class="btn-operations">Cancel</a>
|
||||||
</a>
|
|
||||||
<a href="#" id="remove-user-cancel-link" class="btn-operations">
|
|
||||||
Cancel
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="remove-user-success-content" class="hide">
|
<div id="remove-user-success-content" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
User Removed.
|
||||||
<h3>Done. User was successfully removed.</h3>
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
|
<h4>
|
||||||
|
Done. User was successfully removed.
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="remove-user-success-link" class="btn-operations">
|
<a href="#" id="remove-user-success-link" class="btn-operations">Ok</a>
|
||||||
Ok
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="remove-user-error-content" class="hide">
|
<div id="remove-user-error-content" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
<span class="fw-stack">
|
||||||
<h3>An unexpected error occurred. Please try again later.</h3>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
|
<i class="fw fw-error fw-stack-1x"></i>
|
||||||
|
</span>
|
||||||
|
Unexpected Error
|
||||||
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
|
<h4>
|
||||||
|
An unexpected error occurred. Please try again later.
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="remove-user-error-link" class="btn-operations">
|
<a href="#" id="remove-user-error-link" class="btn-operations">Ok</a>
|
||||||
Ok
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="errorUsers" class="hide">
|
<div id="errorUsers" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
|
||||||
<h3>
|
|
||||||
<span class="fw-stack">
|
<span class="fw-stack">
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
<i class="fw fw-error fw-stack-1x"></i>
|
<i class="fw fw-error fw-stack-1x"></i>
|
||||||
</span>
|
</span>
|
||||||
Operation cannot be performed !
|
Operation cannot be performed !
|
||||||
</h3>
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
<h4>
|
<h4>
|
||||||
Please select a user or a list of users to send invitation emails.
|
Please select a user or a list of users to send invitation emails.
|
||||||
</h4>
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="javascript:hidePopup()" class="btn-operations">
|
<a href="javascript:hidePopup()" class="btn-operations">Ok</a>
|
||||||
Ok
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="errorUserView" class="hide">
|
<div id="errorUserView" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
|
||||||
<h3>
|
|
||||||
<span class="fw-stack">
|
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
|
||||||
<i class="fw fw-error fw-stack-1x"></i>
|
|
||||||
</span>
|
|
||||||
Unauthorized action!
|
Unauthorized action!
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="reset-password-window" class="hide">
|
<div id="reset-password-window" class="hide">
|
||||||
<input type="hidden" id="user" value="{{user.username}}">
|
<input type="hidden" id="user" value="{{user.username}}">
|
||||||
<div class="content">
|
|
||||||
<div class="row">
|
<div class="modal-header">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
<h3 class="pull-left modal-title">
|
||||||
<h3>
|
|
||||||
<span class="fw-stack">
|
<span class="fw-stack">
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
<i class="fw fw-key fw-stack-1x"></i>
|
<i class="fw fw-key fw-stack-1x"></i>
|
||||||
</span>
|
</span>
|
||||||
Reset Password
|
Reset Password
|
||||||
<br>
|
|
||||||
</h3>
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
<div id="notification-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="notification-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -335,6 +344,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
</h4>
|
</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="reset-password-yes-link" class="btn-operations">
|
<a href="#" id="reset-password-yes-link" class="btn-operations">
|
||||||
Save
|
Save
|
||||||
@ -346,14 +357,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="reset-password-success-content" class="hide">
|
<div id="reset-password-success-content" class="hide">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
Password reset is successful.
|
||||||
<h3>Password reset is successful.</h3>
|
</h3>
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="reset-password-success-link" class="btn-operations">
|
<a href="#" id="reset-password-success-link" class="btn-operations">
|
||||||
Ok
|
Ok
|
||||||
@ -361,8 +373,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
{{#zone "common-navigation"}}
|
{{#zone "common-navigation"}}
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var modalPopup = '.modal',
|
var modalPopup = '.modal',
|
||||||
modalPopupContainer = modalPopup + ' .modal-content',
|
modalPopupContainer = modalPopup + ' .modal-content',
|
||||||
modalPopupContent = modalPopup + ' .modal-body';
|
modalPopupContent = modalPopup + ' .modal-content';
|
||||||
function openCollapsedNav(){
|
function openCollapsedNav(){
|
||||||
$(".wr-hidden-nav-toggle-btn").addClass("active");
|
$(".wr-hidden-nav-toggle-btn").addClass("active");
|
||||||
$("#hiddenNav").slideToggle("slideDown", function () {
|
$("#hiddenNav").slideToggle("slideDown", function () {
|
||||||
@ -55,6 +55,8 @@
|
|||||||
$(modalPopupContent).html("");
|
$(modalPopupContent).html("");
|
||||||
$(modalPopupContent).removeClass("operation-data");
|
$(modalPopupContent).removeClass("operation-data");
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
function generateQRCode(qrCodeClass){
|
function generateQRCode(qrCodeClass){
|
||||||
@ -68,8 +70,8 @@
|
|||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function toggleEnrollment(){
|
function toggleEnrollment(){
|
||||||
$(".modal-body").html($("#qr-code-modal").html());
|
$(".modal-content").html($("#qr-code-modal").html());
|
||||||
generateQRCode(".modal-body .qr-code");
|
generateQRCode(".modal-content .qr-code");
|
||||||
showQRCodePopup();
|
showQRCodePopup();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -32,7 +32,7 @@ if (saveNewPrioritiesButtonEnabled) {
|
|||||||
|
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContainer = modalPopup + " .modal-content";
|
var modalPopupContainer = modalPopup + " .modal-content";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
var body = "body";
|
var body = "body";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -50,8 +50,8 @@ function setPopupMaxHeight() {
|
|||||||
* show popup function.
|
* show popup function.
|
||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).show();
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -60,6 +60,8 @@ function showPopup() {
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
* @return {Null}
|
* @return {Null}
|
||||||
*/
|
*/
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
|
|
||||||
var apiBasePath = "/api/device-mgt/v1.0";
|
var apiBasePath = "/api/device-mgt/v1.0";
|
||||||
|
|
||||||
@ -39,6 +39,8 @@ var apiBasePath = "/api/device-mgt/v1.0";
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -46,7 +48,7 @@ function hidePopup() {
|
|||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).modal('show');
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
$.fn.tree_view = function(){
|
$.fn.tree_view = function(){
|
||||||
var tree = $(this);
|
var tree = $(this);
|
||||||
|
|||||||
@ -145,7 +145,7 @@ function loadRoles(searchQuery) {
|
|||||||
|
|
||||||
var modalPopup = ".modal";
|
var modalPopup = ".modal";
|
||||||
var modalPopupContainer = modalPopup + " .modal-content";
|
var modalPopupContainer = modalPopup + " .modal-content";
|
||||||
var modalPopupContent = modalPopup + " .modal-body";
|
var modalPopupContent = modalPopup + " .modal-content";
|
||||||
var body = "body";
|
var body = "body";
|
||||||
var isInit = true;
|
var isInit = true;
|
||||||
|
|
||||||
@ -162,8 +162,8 @@ function setPopupMaxHeight() {
|
|||||||
* show popup function.
|
* show popup function.
|
||||||
*/
|
*/
|
||||||
function showPopup() {
|
function showPopup() {
|
||||||
$(modalPopup).show();
|
$(modalPopup).modal('show');
|
||||||
setPopupMaxHeight();
|
//setPopupMaxHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -172,6 +172,8 @@ function showPopup() {
|
|||||||
function hidePopup() {
|
function hidePopup() {
|
||||||
$(modalPopupContent).html('');
|
$(modalPopupContent).html('');
|
||||||
$(modalPopup).modal('hide');
|
$(modalPopup).modal('hide');
|
||||||
|
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -25,17 +25,17 @@
|
|||||||
|
|
||||||
<div id="change-password-window" class="hide">
|
<div id="change-password-window" class="hide">
|
||||||
<input type="hidden" id="user" value="{{username}}">
|
<input type="hidden" id="user" value="{{username}}">
|
||||||
<div class="content">
|
<div class="modal-header">
|
||||||
<div class="row">
|
<h3 class="pull-left modal-title">
|
||||||
<div class="col-lg-5 col-md-6 col-centered">
|
|
||||||
<h4>
|
|
||||||
<span class="fw-stack">
|
<span class="fw-stack">
|
||||||
<i class="fw fw-ring fw-stack-2x"></i>
|
<i class="fw fw-ring fw-stack-2x"></i>
|
||||||
<i class="fw fw-key fw-stack-1x"></i>
|
<i class="fw fw-key fw-stack-1x"></i>
|
||||||
</span>
|
</span>
|
||||||
Change Password
|
Change Password
|
||||||
<br><br>
|
</h3>
|
||||||
</h4>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fw fw-cancel"></i></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body add-margin-top-2x add-margin-bottom-2x">
|
||||||
<div id="notification-error-msg" class="alert alert-danger hidden" role="alert">
|
<div id="notification-error-msg" class="alert alert-danger hidden" role="alert">
|
||||||
<i class="icon fw fw-error"></i><span></span>
|
<i class="icon fw fw-error"></i><span></span>
|
||||||
</div>
|
</div>
|
||||||
@ -59,13 +59,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
</h3>
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="#" id="change-password-yes-link" class="btn-operations">Update</a>
|
<a href="#" id="change-password-yes-link" class="btn-operations">Update</a>
|
||||||
<a href="#" id="change-password-cancel-link" class="btn-operations">Cancel</a>
|
<a href="#" id="change-password-cancel-link" class="btn-operations">Cancel</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="change-password-success-content" class="hide">
|
<div id="change-password-success-content" class="hide">
|
||||||
|
|||||||
@ -2642,64 +2642,7 @@ ul.tiles .icon {
|
|||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* modal popup styles
|
* modal popup styles
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
.modal-open {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal {
|
|
||||||
z-index: 100000001;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-backdrop {
|
|
||||||
z-index: 100000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-content {
|
|
||||||
background: #222;
|
|
||||||
color: #ffffff;
|
|
||||||
-webkit-border-radius: 0;
|
|
||||||
-moz-border-radius: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
-webkit-box-shadow: none;
|
|
||||||
-moz-box-shadow: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-header {
|
|
||||||
border-bottom: none;
|
|
||||||
padding: 15px 15px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-header .close {
|
|
||||||
color: #ffffff;
|
|
||||||
text-shadow: none;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-body {
|
|
||||||
padding: 0 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-dialog {
|
|
||||||
margin: 80px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-footer {
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
|
||||||
.modal {
|
|
||||||
padding: 0 15px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
|
||||||
.modal-dialog {
|
|
||||||
width: 1000px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* list group styles
|
* list group styles
|
||||||
@ -4018,72 +3961,6 @@ a.btn-operations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* modal pop-up styles */
|
/* modal pop-up styles */
|
||||||
.wr-modalpopup {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-container {
|
|
||||||
display: block;
|
|
||||||
min-height: 100px;
|
|
||||||
width: 100%;
|
|
||||||
position: fixed;
|
|
||||||
background: #11375B;
|
|
||||||
color: #fff;
|
|
||||||
z-index: 1000001;
|
|
||||||
align-content: center;
|
|
||||||
top: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modalpopup-content {
|
|
||||||
position: relative;
|
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
padding: 50px 60px 60px 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modalpopup-content h3 {
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modalpopup-content h3 .fw-stack {
|
|
||||||
margin-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-close-btn {
|
|
||||||
color: #fff;
|
|
||||||
z-index: 1000002;
|
|
||||||
cursor: pointer;
|
|
||||||
position: absolute;
|
|
||||||
top: 20px;
|
|
||||||
left: 20px;
|
|
||||||
padding: 5px 8px;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-close-btn:hover {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-content .buttons {
|
|
||||||
margin-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-content .buttons .btn-operations {
|
|
||||||
background: #fff;
|
|
||||||
color: #333;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-bg {
|
|
||||||
position: fixed;
|
|
||||||
z-index: 1000000;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: #000000;
|
|
||||||
opacity: 0.9;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* notification panel styles */
|
/* notification panel styles */
|
||||||
.wr-notification-bar, .wr-side-panel {
|
.wr-notification-bar, .wr-side-panel {
|
||||||
@ -6750,32 +6627,7 @@ ul.tiles .icon {
|
|||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* modal popup styles
|
* modal popup styles
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
.modal-open {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
.modal {
|
|
||||||
z-index: 100000001;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
.modal-backdrop {
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
.modal-content {
|
|
||||||
-webkit-border-radius: 0;
|
|
||||||
-moz-border-radius: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
-webkit-box-shadow: none;
|
|
||||||
-moz-box-shadow: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.modal-dialog {
|
|
||||||
margin: 80px auto;
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 768px) {
|
|
||||||
.modal {
|
|
||||||
padding: 0 15px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* asset details styles
|
* asset details styles
|
||||||
|
|||||||
@ -17,77 +17,4 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* modal pop-up styles */
|
/* modal pop-up styles */
|
||||||
.wr-modalpopup {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-container {
|
|
||||||
display: block;
|
|
||||||
min-height: 100px;
|
|
||||||
width: 100%;
|
|
||||||
position: fixed;
|
|
||||||
background: #11375B;
|
|
||||||
color: #fff;
|
|
||||||
z-index: 1000001;
|
|
||||||
align-content: center;
|
|
||||||
top: 50%;
|
|
||||||
left: 0%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modalpopup-content {
|
|
||||||
position: relative;
|
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
padding: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.center-container {
|
|
||||||
left: 25%;
|
|
||||||
right: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-content {
|
|
||||||
display: block;
|
|
||||||
/*padding: 2em 1.4em;*/
|
|
||||||
min-height: 110px;
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
-webkit-box-shadow: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modalpopup-content h3 {
|
|
||||||
font-weight: 300;
|
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modalpopup-content h3 .fw-stack {
|
|
||||||
margin-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-close-btn {
|
|
||||||
color: #fff;
|
|
||||||
z-index: 1000002;
|
|
||||||
cursor: pointer;
|
|
||||||
position: absolute;
|
|
||||||
top: 30px;
|
|
||||||
left: 40px;
|
|
||||||
padding: 5px 8px;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-close-btn:hover {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.wr-modalpopup .modalpopup-bg {
|
|
||||||
position: fixed;
|
|
||||||
z-index: 1000000;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: #000000;
|
|
||||||
opacity: 0.8;
|
|
||||||
display: block;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user