1
0
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:
Cameron
2012-11-29 22:03:36 -08:00
parent e299bb7fd4
commit 5be772191a
9 changed files with 181 additions and 48 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 ()