Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2022-08-25 01:13:37 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-09-02 22:03:13 +0300
commit8ff66d194baa096972d331fda9f72129116647d2 (patch)
tree3428d6c4eee4491019e19a858f6296d60b9c2313
parent3d3dfd25e85502db9034170c5d3fbe3da3d6ebd6 (diff)
Fix rendering of Shredder plugin arguments
-rw-r--r--share/html/Admin/Tools/Shredder/Elements/PluginArguments1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/html/Admin/Tools/Shredder/Elements/PluginArguments b/share/html/Admin/Tools/Shredder/Elements/PluginArguments
index 84ce563f0f..97f5e8e6b7 100644
--- a/share/html/Admin/Tools/Shredder/Elements/PluginArguments
+++ b/share/html/Admin/Tools/Shredder/Elements/PluginArguments
@@ -57,6 +57,7 @@ $Plugin => ''
<input type="checkbox" id="<% "$Plugin:$a" %>" name="<% "$Plugin:$a" %>" class="custom-control-input" value="<% $ARGS{ "$Plugin:$a" } || '' %>" />
<label class="custom-control-label" for="<% "$Plugin:$a" %>"><% loc($a) %></label>
<span class="hints d-block"><% $arguments_help{$a}->{help} |n%></span>
+ </div>
</&>
% } else {
<&| /Elements/LabeledValue, Label => loc($a) &>