[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-874-g56126ca
Thomas Sibley
trs at bestpractical.com
Tue Dec 14 10:51:03 EST 2010
The branch, 3.9-trunk has been updated
via 56126ca2be2cd6886bb4fb64354d37d5f4489089 (commit)
from 24f7810c6e90969fc9900c4f8ef79cc35543516c (commit)
Summary of changes:
etc/RT_Config.pm.in | 14 +++++++-------
share/html/Admin/index.html | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 56126ca2be2cd6886bb4fb64354d37d5f4489089
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Dec 14 10:50:44 2010 -0500
Rename ShowRTNews to ShowRTPortal to be more accurate
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index b27a89c..1b33f30 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2238,29 +2238,29 @@ C<Set($JSMinPath, '/path/to/jsmin');>
=over 4
-=item C<$ShowRTNews>
+=item C<$ShowRTPortal>
-RT can show administrators a feed of recent RT releases
-and other related announcements from Best Practical
-on the top level Configuration page.
+RT can show administrators a feed of recent RT releases and other
+related announcements and information from Best Practical on the
+top level Configuration page.
This feature helps you stay up to date on RT security
announcements and version updates.
RT provides this feature using an "iframe" on
C</Admin/index.html> which asks the administrator's
-browser to show an inline news page from Best Practical's
+browser to show an inline page from Best Practical's
website.
If you'd rather not make this feature available to
-your administrators, set C<$ShowRTNews> to a false
+your administrators, set C<$ShowRTPortal> to a false
value.
=back
=cut
-Set($ShowRTNews => 1);
+Set($ShowRTPortal => 1);
=head1 Development Configuration
diff --git a/share/html/Admin/index.html b/share/html/Admin/index.html
index 5eae4ce..ee358e9 100755
--- a/share/html/Admin/index.html
+++ b/share/html/Admin/index.html
@@ -48,6 +48,6 @@
<& /Admin/Elements/Header, Title => loc('RT Administration') &>
<& /Elements/Tabs &>
<& /Elements/ListMenu, menu => Menu()->child('tools')->child('config') &>
-% if (RT->Config->Get('ShowRTNews')) {
+% if (RT->Config->Get('ShowRTPortal')) {
<& /Admin/Elements/Newsbox &>
% }
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list