[Rt-commit] r12066 - in rt/branches/3.8-TESTING: . html/Prefs/Dashboards
sartak at bestpractical.com
sartak at bestpractical.com
Mon May 5 02:36:32 EDT 2008
Author: sartak
Date: Mon May 5 02:36:32 2008
New Revision: 12066
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html
rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in
Log:
r54851 at onn: sartak | 2008-05-02 20:58:32 -0400
Remove "preview dashboard" from the title
Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html Mon May 5 02:36:32 2008
@@ -88,7 +88,7 @@
}
my $rows = $Loaded ? $SubscriptionObj->SubValue('Rows') : 20;
-my $title = "Preview dashboard " . $DashboardObj->Name;
+my $title = $DashboardObj->Name;
</%INIT>
<%ARGS>
Modified: rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in (original)
+++ rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in Mon May 5 02:36:32 2008
@@ -215,10 +215,6 @@
Privacy => $dashboard->Privacy,
);
- # remove "Preview dashboard" from the header, leaving just the dashboard
- # name
- $contents =~ s/Preview dashboard\s*//;
-
for (@{ RT->Config->Get('EmailDashboardRemove') || [] }) {
$contents =~ s/$_//g;
}
More information about the Rt-commit
mailing list