mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Popup UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9216 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
19e8391d14
commit
840eb36451
4 changed files with 4 additions and 4 deletions
|
|
@ -450,7 +450,7 @@ function zbxe_folder_close(id) {
|
|||
function setFixedPopupSize() {
|
||||
var $ = jQuery;
|
||||
var $win = $(window);
|
||||
var $pc = $('body>.x');
|
||||
var $pc = $('body>.popup');
|
||||
var w = Math.max($pc[0].offsetWidth, 600);
|
||||
var h = $pc[0].offsetHeight;
|
||||
var dw = $win.width();
|
||||
|
|
|
|||
|
|
@ -737,7 +737,7 @@ function zbxe_folder_close(id) {
|
|||
function setFixedPopupSize() {
|
||||
var $ = jQuery;
|
||||
var $win = $(window);
|
||||
var $pc = $('body>.x');
|
||||
var $pc = $('body>.popup');
|
||||
var w = Math.max($pc[0].offsetWidth, 600);
|
||||
var h = $pc[0].offsetHeight;
|
||||
var dw = $win.width();
|
||||
|
|
|
|||
2
common/js/xe.min.js
vendored
2
common/js/xe.min.js
vendored
|
|
@ -735,7 +735,7 @@ function zbxe_folder_close(id) {
|
|||
function setFixedPopupSize() {
|
||||
var $ = jQuery;
|
||||
var $win = $(window);
|
||||
var $pc = $('body>.x');
|
||||
var $pc = $('body>.popup');
|
||||
var w = Math.max($pc[0].offsetWidth, 600);
|
||||
var h = $pc[0].offsetHeight;
|
||||
var dw = $win.width();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<load target="../../modules/admin/tpl/css/admin.css" />
|
||||
<div class="x">
|
||||
<div class="x popup">
|
||||
{$content}
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue