%# BEGIN LICENSE BLOCK
%# 
%#  Copyright (c) 2002-2003 Jesse Vincent <jesse@bestpractical.com>
%#  
%#  This program is free software; you can redistribute it and/or modify
%#  it under the terms of version 2 of the GNU General Public License 
%#  as published by the Free Software Foundation.
%# 
%#  A copy of that license should have arrived with this
%#  software, but in any event can be snarfed from www.gnu.org.
%# 
%#  This program is distributed in the hope that it will be useful,
%#  but WITHOUT ANY WARRANTY; without even the implied warranty of
%#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
%#  GNU General Public License for more details.
%# 
%# END LICENSE BLOCK
<& /Elements/Header, Title => $Title &>
<& /Admin/RTFM/Elements/Tabs, 
    subtabs => $tabs, 
    current_tab => 'Admin/RTFM/Global/index.html', 
    current_subtab => $current_tab, 
    Title => $Title &>
<%INIT>
my $tabs;

   $tabs = {

                 F => { title => loc('Group Rights'),
                          path => "Admin/RTFM/Global/GroupRights.html",
                        },      
                 G => { title => loc('User Rights'),
                          path => "Admin/RTFM/Global/UserRights.html",
                        },


                 
};
</%INIT>
<%ARGS>
$current_tab => undef
$current_subtab => undef
$subtabs => undef
$Title => undef
</%ARGS>
