diff options
Diffstat (limited to 'rt/share/html/Elements/Dashboards')
-rw-r--r-- | rt/share/html/Elements/Dashboards | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/rt/share/html/Elements/Dashboards b/rt/share/html/Elements/Dashboards index d13477b97..4867a75a0 100644 --- a/rt/share/html/Elements/Dashboards +++ b/rt/share/html/Elements/Dashboards @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -45,22 +45,13 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<div class="dashboards"> <&|/Widgets/TitleBox, - title => loc("Dashboards"), + title => loc('Dashboards'), title_href => RT->Config->Get('WebPath').'/Dashboards/index.html', - bodyclass => "", titleright => loc("Edit"), - titleright_href => RT->Config->Get('WebPath').'/Dashboards/', + titleright_href => RT->Config->Get('WebPath').'/Dashboards/index.html', &> -<& /Dashboards/Elements/ShowDashboards:table, - Dashboards => \@dashboards, - Verbose => 0, -&> -</&> -</div> -<%INIT> -my @dashboards = $m->comp("/Dashboards/Elements/ListOfDashboards"); -</%INIT> +<& /Dashboards/Elements/ShowDashboards, IncludeSuperuserGroups => 0 &> +</&> |