X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FTools%2FShredder%2FElements%2FPluginArguments;h=987cb9dc62b0f4f4a384512f901923c935881fae;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=412f941b750f284273c48d3b35f53eada4bb6ac3;hpb=45d35d5739d05e602bc317739485693e0e9ff0b5;p=freeside.git diff --git a/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments b/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments index 412f941b7..987cb9dc6 100644 --- a/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments +++ b/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -50,9 +50,14 @@ $Plugin => ''
<% loc('Fill arguments') %>:
-% foreach my $a( $plugin_obj->SupportArgs ) { -<% loc($a) %>:" value="<% $ARGS{ "$Plugin:$a" } || '' %>" />
+ +% for my $a ( $plugin_obj->SupportArgs ) { + + + + % } +
" id="<% "$Plugin:$a" %>" value="<% $ARGS{ "$Plugin:$a" } || '' %>" />
<%INIT> use RT::Shredder::Plugin;