X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FDashboards%2FRender.html;h=196f8be746af53039e194add0f3589ab0af8f3d4;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=59861ebbe7a08c22858b5f60ba3d924c7cf53860;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/share/html/Dashboards/Render.html b/rt/share/html/Dashboards/Render.html index 59861ebbe..196f8be74 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-2019 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>