summaryrefslogtreecommitdiff
path: root/rt/webrt/Elements/ListActions
blob: 3fc9b0ba5c93ede4234d1c375501514610b6ad50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% if (@actions ) {
<& /Elements/TitleBoxStart, title => 'Results' &>
<UL>
% foreach my $action (@actions) {
% next unless ($action);
<LI><%$action%></LI>
% }
</UL>
<& /Elements/TitleBoxEnd &>
<BR>
% }
<%ARGS>
@actions => undef
</%ARGS>