X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FListActions;h=bbb7f6c04108170b38c7ea2ec3a39929d830b625;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=37f7ce57aaf3fc2d62525f78a5b32b311dea5f64;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;p=freeside.git diff --git a/rt/share/html/Elements/ListActions b/rt/share/html/Elements/ListActions index 37f7ce57a..bbb7f6c04 100755 --- a/rt/share/html/Elements/ListActions +++ b/rt/share/html/Elements/ListActions @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -45,15 +45,18 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} +% $m->out($$_) for grep {ref $_} @actions; +% if (grep {not ref $_} @actions) {
<&| /Widgets/TitleBox, title => loc('Results'), %{$titlebox || {}} &>
+% } <%init> # backward compatibility, don't use array in new code, but use keyed hash