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=d9926af9ca9103c3605efc2f1a1c531f7577ff49;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7 diff --git a/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments b/rt/share/html/Admin/Tools/Shredder/Elements/PluginArguments index d9926af9c..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-2012 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;