import rt 3.6.6
[freeside.git] / rt / html / SelfService / Elements / Tabs
index 80f4ce4..164fa28 100644 (file)
@@ -45,6 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+<& /Elements/Callback, tabs => $tabs, %ARGS &>
 <& /Elements/PageLayout,
     current_toptab => $current_toptab,
     current_tab => $current_tab,
@@ -68,9 +69,9 @@ while (my $queue = $queues->Next) {
 }
 
 if ($Title) {
-$Title = loc ("RT Self Service") . " / " . $Title;
+$Title = loc("RT Self Service") . " / " . $Title;
 } else {
-$Title = loc ("RT Self Service");
+$Title = loc("RT Self Service");
 
 }
 my ($tab);
@@ -79,7 +80,7 @@ my $tabs = { A  => { title => loc('Open tickets'),
                       },
              B => { title => loc('Closed tickets'),
                          path => 'SelfService/Closed.html',
-                       }
+                       },
            };
 
 if ($queue_count > 1) {