mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Remove trailing whitespace
This commit is contained in:
parent
c5267b42fd
commit
37b0d3a1e6
71 changed files with 806 additions and 806 deletions
|
|
@ -188,10 +188,10 @@ class pageAdminView extends page
|
|||
{
|
||||
throw new Rhymix\Framework\Exception(sprintf('%s method is not exists', $method));
|
||||
}
|
||||
|
||||
|
||||
Context::set('module_info', $this->module_info);
|
||||
Context::set('page_content', $page_content);
|
||||
|
||||
|
||||
$this->setLayoutFile('');
|
||||
$this->setTemplateFile('mcontent');
|
||||
}
|
||||
|
|
@ -258,11 +258,11 @@ class pageAdminView extends page
|
|||
//Security
|
||||
$security = new Security();
|
||||
$security->encodeHTML('widget_list..title','module_info.mid');
|
||||
|
||||
|
||||
// Load admin resources
|
||||
$oTemplate = TemplateHandler::getInstance();
|
||||
$oTemplate->compile('modules/admin/tpl', '_admin_common.html');
|
||||
|
||||
|
||||
// Set a template file
|
||||
$this->setLayoutFile('');
|
||||
$this->setTemplateFile($templateFile);
|
||||
|
|
@ -289,7 +289,7 @@ class pageAdminView extends page
|
|||
$document_srl = $this->module_info->{$target};
|
||||
$oDocument->setDocument($document_srl);
|
||||
Context::set('document_srl', $document_srl);
|
||||
}
|
||||
}
|
||||
else if(Context::get('document_srl'))
|
||||
{
|
||||
$document_srl = Context::get('document_srl');
|
||||
|
|
@ -300,11 +300,11 @@ class pageAdminView extends page
|
|||
{
|
||||
$oDocument->add('module_srl', $this->module_info->module_srl);
|
||||
}
|
||||
|
||||
|
||||
Context::addJsFilter($this->module_path.'tpl/filter', 'insert_article.xml');
|
||||
Context::set('oDocument', $oDocument);
|
||||
Context::set('mid', $this->module_info->mid);
|
||||
|
||||
|
||||
$this->setLayoutFile('');
|
||||
$this->setTemplateFile('article_content_modify');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue