check notitle parameter in upload winix function

This commit is contained in:
Tomasz Sowa 2022-10-17 08:15:27 +02:00
parent 77a00f5989
commit 1da240afb9
1 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@
[if any_not [winix_function_param_is "ckeditor_upload"] [winix_function_param_is "jquery_upload"]]
<div class="winix">
[if not [winix_function_param_is "notitle"]]
<h1>{upload_header}</h1>
[end]
[# the code below are copied from common/fileupload/jquery-ui.html]
[# The file upload form used as target for the file upload widget]
<form id="fileupload" action="[doc_base_url][dir]/upload" method="POST" enctype="multipart/form-data">