X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FTools%2FShredder%2FElements%2FPluginArguments;h=f5a347446df505a50f33808cfd0170bc984f1b0e;hp=02137c37179420b0de840101eb5b19dea0ae4235;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=ae14e320388fa5e7f400bff1c251ef885b7952e6 diff --git a/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments b/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments index 02137c371..f5a347446 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-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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;