diff options
Diffstat (limited to 'rt/html/Elements/Tabs')
-rw-r--r-- | rt/html/Elements/Tabs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rt/html/Elements/Tabs b/rt/html/Elements/Tabs index f94711c3c..9d1eea602 100644 --- a/rt/html/Elements/Tabs +++ b/rt/html/Elements/Tabs @@ -53,7 +53,8 @@ tabs => $tabs, actions => $actions, subactions => $subactions, - title => $Title + title => $Title, + show_menu => $show_menu, &> <a name="skipnav" id="skipnav" accesskey="8"></a> <%INIT> @@ -132,4 +133,5 @@ $tabs => undef $actions => undef $subactions => undef $Title => undef +$show_menu => 1 </%ARGS> |