2013-09-26 Miguel de Dios <miguel.dedios@artica.es>

* include/javascript/jquery.pandora.js: change the style of dialog
	of enterprise license.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8816 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-09-26 10:36:09 +00:00
parent 3d55a60fee
commit 7d59799ccf
2 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2013-09-26 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/jquery.pandora.js: change the style of dialog
of enterprise license.
2013-09-25 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/lib/functions.php: changed the code

View File

@ -85,17 +85,17 @@ $(document).ready (function () {
});
if ($('#license_error_msg_dialog').length) {
$( "#license_error_msg_dialog" ).dialog({
resizable: true,
draggable: true,
modal: true,
height: 310,
width: 650,
overlay: {
opacity: 0.5,
background: "black"
}
resizable: true,
draggable: true,
modal: true,
height: 350,
width: 600,
overlay: {
opacity: 0.5,
background: "black"
}
});
$("#submit-hide-license-error-msg").click (function () {