Changeset 1774


Ignore:
Timestamp:
12/07/09 08:29:39 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #809 - Disposiçao dos itens de configuracao corrigido ( Figuras menu ).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/inc/hook_admin.inc.php

    r1616 r1774  
    1313// Only Modify the $file and $title variables..... 
    1414        $title = 'jabberit_messenger'; 
     15 
    1516        $file = array( 
    16                 'Site Configuration'    => $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname), 
    17                 'Enable the Expresso Messenger inside of the modules' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uimodule.edit_conf'), 
    18                 'Configuration of authentication attribute by Organization (OU)' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uiconforganization.edit_conf'), 
    19                 'Restrict group' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uigroupslocked.editGroups'), 
    20                 'Free organization for group' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uienabledgroups.getGroups'), 
    21                 'Map organization for realm jabber' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uihostsjabber.edit_conf'), 
    22                 'Log Messaging (Bandersnatch)' => $GLOBALS['phpgw']->link('/index.php', 'menuaction=jabberit_messenger.uilogmessage.getLog') 
     17                'Site Configuration' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uiconfig.configServer'), 
     18                'Access Permissions' => $GLOBALS['phpgw']->link('/index.php','menuaction=jabberit_messenger.uiconfig.configPermission'), 
     19                'Auditing'      => $GLOBALS['phpgw']->link('/index.php', 'menuaction=jabberit_messenger.uilogmessage.getLog'),   
    2320        ); 
    24  
     21         
    2522 
    2623//Do not modify below this line 
Note: See TracChangeset for help on using the changeset viewer.