Initial files for a 0.01 release.
[manu/RT-Extension-WatchedQueues.git] / html / Callbacks / WatchedQueues / Admin / Elements / UserTabs / Default
1 <%INIT>
2 if ($id && $tabs) {
3     $tabs->{'this'}{'subtabs'}{'WatchedQueues'} = {
4         title => loc('Watched queues'),
5         path  => "Admin/Users/WatchedQueues.html?id=".$id,
6     };
7 }
8 </%INIT>
9 <%ARGS>
10 $tabs => undef
11 $id => undef
12 </%ARGS>