added: generic html template: index_generic.html
(config option: templates_index_generic) this is a generic template without additional site-css (only uikit), at the moment used only in ckeditor file browser added: to Request class: index_template (std::wstring) - a name of an index html template
This commit is contained in:
@@ -56,7 +56,7 @@ void Ls::MakeGet()
|
||||
// this should be moved to ckeditor function (similarly the html content from fun_ls.html)
|
||||
if( cur->request->IsParam(L"ckeditor_browse") )
|
||||
{
|
||||
cur->request->index_template = config->templates_index_generic;
|
||||
cur->request->html_template = config->templates_index_generic;
|
||||
}
|
||||
|
||||
if( !cur->request->is_item )
|
||||
|
||||
Reference in New Issue
Block a user