added uikit markup for ls winix function

WIP: #2
This commit is contained in:
2021-01-27 17:55:48 +01:00
parent a9b9d0badf
commit 7a25e333db
4 changed files with 68 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2008-2018, Tomasz Sowa
* Copyright (c) 2008-2021, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -52,6 +52,13 @@ Ls::Ls()
void Ls::MakeGet()
{
// !! IMPROVE ME
// 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;
}
if( !cur->request->is_item )
{
DbItemQuery iq;