[Rt-commit] r20082 - rt/3.8/trunk/share/html/Dashboards

sartak at bestpractical.com sartak at bestpractical.com
Wed Jul 1 18:56:20 EDT 2009


Author: sartak
Date: Wed Jul  1 18:56:20 2009
New Revision: 20082

Modified:
   rt/3.8/trunk/share/html/Dashboards/Render.html

Log:
Pass to Header the value of Refresh during dashboard render

Modified: rt/3.8/trunk/share/html/Dashboards/Render.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Render.html	(original)
+++ rt/3.8/trunk/share/html/Dashboards/Render.html	Wed Jul  1 18:56:20 2009
@@ -45,7 +45,12 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, Title => $title, JavaScript => $Preview, ShowBar => $Preview  &>
+<& /Elements/Header,
+    Title => $title,
+    JavaScript => $Preview,
+    ShowBar => $Preview,
+    Refresh => ($Preview ? $session{'home_refresh_interval'} : 0),
+&>
 
 % if ($Preview) {
 <& /Dashboards/Elements/Tabs,


More information about the Rt-commit mailing list