mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 151 add filebox manager view
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
34cbe1eb82
commit
b4cc9a1345
5 changed files with 113 additions and 4 deletions
|
|
@ -650,10 +650,9 @@
|
|||
|
||||
if (!$ajax)
|
||||
{
|
||||
$url = getUrl('','module','module','act','dispModuleFileBox','input',Context::get('input'),'filter',$vars->filter);
|
||||
$url = html_entity_decode($url);
|
||||
$vars = Context::set('url',$url);
|
||||
$this->setTemplateFile('move_filebox_list');
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispModuleAdminFileBox');
|
||||
header('location:'.$returnUrl);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue