From de9d037528895f7151a9aead6724ce2df95f9586 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 6 Aug 2017 10:11:28 -0700 Subject: rt 4.2.14 (#13852) --- rt/share/html/Admin/Tools/Configuration.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'rt/share/html/Admin/Tools/Configuration.html') diff --git a/rt/share/html/Admin/Tools/Configuration.html b/rt/share/html/Admin/Tools/Configuration.html index 453582770..9643b7bfc 100644 --- a/rt/share/html/Admin/Tools/Configuration.html +++ b/rt/share/html/Admin/Tools/Configuration.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -241,6 +241,23 @@ for my $type (qw/Tickets Queues Transactions Groups PrivilegedUsers Unprivileged + +<&|/Widgets/TitleBox, title => loc("Loaded RT Extensions")&> + + + + +% my $row = 0; +% foreach my $pluginName (grep $_, RT->Config->Get('Plugins')) { +% my $plugin = RT::Plugin->new( name => $pluginName ); + + + + +% } +
<&|/l&>Extension<&|/l&>Version
<%$plugin->Name%><%$plugin->Version%>
+ + <&|/Widgets/TitleBox, title => loc("Loaded perl modules")&> -- cgit v1.2.1