mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Theme Manager GUI fixes.
This commit is contained in:
6
e107_web/js/colorbox/jquery.colorbox-min.js
vendored
6
e107_web/js/colorbox/jquery.colorbox-min.js
vendored
File diff suppressed because one or more lines are too long
@@ -298,11 +298,16 @@ $(document).ready(function()
|
||||
|
||||
// Dialog
|
||||
$("a.e-dialog").colorbox({
|
||||
iframe:true,
|
||||
|
||||
iframe:true,
|
||||
width:"60%",
|
||||
height:"70%",
|
||||
speed:10,
|
||||
opacity: 0.7
|
||||
initialWidth: "60%",
|
||||
initialHeight: "70%",
|
||||
preloading: false
|
||||
// ,
|
||||
// speed:10,
|
||||
// opacity: 0.7
|
||||
|
||||
});
|
||||
|
||||
@@ -316,9 +321,10 @@ $(document).ready(function()
|
||||
|
||||
|
||||
/*
|
||||
$("a.e-dialog").live('click',function() {
|
||||
var link = $(this).attr("href");
|
||||
$("input.e-dialog").live('click',function() {
|
||||
|
||||
var link = $(this).attr("data-target");
|
||||
|
||||
$(this).dialog({
|
||||
modal: true,
|
||||
open: function ()
|
||||
|
Reference in New Issue
Block a user