This commit was generated by cvs2svn to compensate for changes in r2523,
[freeside.git] / rt / webrt / Elements / ListActions
1 % if (@actions ) {
2 <& /Elements/TitleBoxStart, title => 'Results' &>
3 <UL>
4 % foreach my $action (@actions) {
5 % next unless ($action);
6 <LI><%$action%></LI>
7 % }
8 </UL>
9 <& /Elements/TitleBoxEnd &>
10 <BR>
11 % }
12 <%ARGS>
13 @actions => undef
14 </%ARGS>