X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FDashboards%2FRender.html;h=0306077493fc245a3bb2ed4c68a45e1d8133a200;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hp=59861ebbe7a08c22858b5f60ba3d924c7cf53860;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/share/html/Dashboards/Render.html b/rt/share/html/Dashboards/Render.html index 59861ebbe..030607749 100644 --- a/rt/share/html/Dashboards/Render.html +++ b/rt/share/html/Dashboards/Render.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -47,7 +47,6 @@ %# END BPS TAGGED BLOCK }}} <& /Elements/Header, Title => $title, - JavaScript => $Preview, ShowBar => $Preview, Refresh => $Refresh, &> @@ -84,11 +83,13 @@ % my $edit = RT->Config->Get('WebPath') . '/Dashboards/Modify.html?id='.$id; % my $subscription = RT->Config->Get('WebPath') . '/Dashboards/Subscription.html?id='.$id;

<&|/l, $edit, $subscription &>You may edit this dashboard and your subscription to it in RT.

-% } -%# Matches the closing div in /Elements/Footer that it expects -%# from PageLayout (which we don't use here) -
+%# We disable autohandlers when mailing (!$Preview) so /Elements/Footer isn't +%# run for us. Tidy up the end of the HTML. We don't use /Elements/Tabs (and +%# hence PageLayout) so we don't need to close any other tags. + + +% } <%INIT>