mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Issue 2390. [Admin UI Refactoring] Content > Data Migration. Fixed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11746 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
13fb6ee7ad
commit
31d0a99a39
6 changed files with 46 additions and 46 deletions
|
|
@ -72,7 +72,7 @@ $('.checkxml')
|
|||
})
|
||||
.end()
|
||||
.find('.x_help-inline').hide().end()
|
||||
.closest('form').find('>.ttxml').hide().end().end()
|
||||
.closest('form').find('>.ttxml')/*.hide()*/.end().end()
|
||||
.closest('form').find(':submit').attr('disabled','disabled');
|
||||
|
||||
// hide 'sync member' block
|
||||
|
|
@ -109,7 +109,7 @@ function doPreProcessing(form, formId) {
|
|||
|
||||
// show modal window
|
||||
$process = $('#process');
|
||||
if(!$process.find('.bg').length) $process.prepend('<span class="bg" />').appendTo('body');
|
||||
if(!$('body').children('.x_modal-backdrop').length) $('body').append('<div class="x_modal-backdrop" />');
|
||||
$('a[href="#process"].modalAnchor').trigger('open.mw');
|
||||
|
||||
exec_xml(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue