From 1da240afb92ed75e9c751d22780120b83ef2c93b Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 17 Oct 2022 08:15:27 +0200 Subject: [PATCH] check notitle parameter in upload winix function --- winixd/html/fun_upload.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/winixd/html/fun_upload.html b/winixd/html/fun_upload.html index eb6fce5..a5e33ee 100644 --- a/winixd/html/fun_upload.html +++ b/winixd/html/fun_upload.html @@ -8,8 +8,10 @@ [if any_not [winix_function_param_is "ckeditor_upload"] [winix_function_param_is "jquery_upload"]]
+[if not [winix_function_param_is "notitle"]]

{upload_header}

- +[end] + [# the code below are copied from common/fileupload/jquery-ui.html] [# The file upload form used as target for the file upload widget]