[Rt-commit] rt branch, 4.4/admin-rt-portlets-callback, repushed
Aaron Trevena
ast at bestpractical.com
Tue Aug 25 06:19:06 EDT 2020
The branch 4.4/admin-rt-portlets-callback was deleted and repushed:
was 3ea3cd53f9e87be4ccbf2ad0df63f114eb52ec8e
now 9d9affeb12d6cf5a59cd37950de352c4954dac9a
1: 3ea3cd53f9 ! 1: 9d9affeb12 Add callback for displaying additional content on admin home page
@@ -1,6 +1,10 @@
Author: Aaron Trevena <ast at bestpractical.com>
Add callback for displaying additional content on admin home page
+
+ New section on admin page for displaying content in portlets. Note that
+ styling and layout has changed in RT5 so will need to be reworked again
+ for RT5.
diff --git a/share/html/Admin/index.html b/share/html/Admin/index.html
--- a/share/html/Admin/index.html
@@ -9,4 +13,6 @@
% if (RT->Config->Get('ShowRTPortal')) {
<& /Admin/Elements/Portal &>
% }
++<div id="rt-portal">
+% $m->callback( CallbackName => 'AdminPortlets', ARGSRef => \%ARGS );
++</div>
More information about the rt-commit
mailing list