Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Feb 25, 2025
1 parent 18f536e commit d3f99c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Submenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<f:if condition="{gp-multiview}">
<li class="submenu add-multiview-document">
<a href="#" title="{f:translate(key:'multiview.add_document.label', extensionName:'dfgviewer')}">{f:translate(key:'multiview.add_document.label', extensionName:'dfgviewer')}</a>
<f:form method="post" pluginName="pageview" action="addDocument" addQueryString="1" name="formAddDocument" object="{formAddDocument}" extensionName="dlf" controller="PageView">
<f:form method="post" pluginName="pageview" action="addDocument" addQueryString="untrusted" name="formAddDocument" object="{formAddDocument}" extensionName="dlf" controller="PageView">
<p class="add-document-description">{f:translate(key:'multiview.add_document.description', extensionName:'dfgviewer')}</p>
<label for="location-field">{f:translate(key:'multiview.add_document.label', extensionName:'dfgviewer')}</label>
<f:form.textfield property="location" id="location-field" placeholder="{f:translate(key:'multiview.add_document.placeholder', extensionName:'dfgviewer')}" />
Expand Down

0 comments on commit d3f99c4

Please sign in to comment.