[Rt-commit] rtir branch, 5.0/convert-scriptedaction-to-elevator-themes, repushed
Blaine Motsinger
blaine at bestpractical.com
Tue Jun 9 12:16:15 EDT 2020
The branch 5.0/convert-scriptedaction-to-elevator-themes was deleted and repushed:
was 7f3c37b95873e447f53a62b536dacd03aeabebe5
now 1e1777462c1b21f27c0be03dcfa943322c6648aa
1: 7f3c37b9 ! 1: 1e177746 Migrate Tools/ScriptedAction.html to elevator themes
@@ -24,7 +24,17 @@
% if ( $ARGS{'TestAddresses'} && keys %$addrhash ) {
<&| /Widgets/TitleBox, contentbg => "#cccccc",
title => 'Address test results' &>
-@@
+-<ul>
++ <ul class="list-group">
+ % foreach my $key (keys %$addrhash) {
+- <li><%$addrhash->{$key}->{'IP'}%>: <%$addrhash->{$key}->{'Address'}%>
++ <li><%$addrhash->{$key}->{'IP'}%>: <%$addrhash->{$key}->{'Address'}%></li>
+ % }
+-</ul>
++ </ul>
+ </&>
+-<br />
+ % }
<&| /Widgets/TitleBox, contentbg => "#cccccc", title => loc("Identify Recipients") &>
More information about the rt-commit
mailing list