Changeset 499 for trunk/contactcenter


Ignore:
Timestamp:
10/01/08 16:35:30 (16 years ago)
Author:
niltonneto
Message:

Adição do link "Permitir acesso" e inclusão de frase.

Location:
trunk/contactcenter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/hook_preferences.inc.php

    r2 r499  
    1818        $file = Array( 
    1919                'Preferences'   => $GLOBALS['phpgw']->link('/index.php','menuaction=contactcenter.ui_preferences.index'), 
    20                 //'Grant Access'  => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname), 
     20                'Grant Access'  => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs2.index&acl_app='.$appname), 
    2121                //'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname . '&cats_level=True&global_cats=True') 
    2222        ); 
  • trunk/contactcenter/templates/default/index.tpl

    r285 r499  
    1313<script src="js/cc.js" type="text/javascript"></script> 
    1414<!-- JS MESSAGES --> 
     15<input id="cc_msg_not_allowed" type="hidden" value="{cc_msg_not_allowed}"> 
    1516<input id="cc_msg_no_cards" type="hidden" value="{cc_msg_no_cards}"> 
    1617<input id="cc_msg_err_no_room" type="hidden" value="{cc_msg_err_no_room}"> 
Note: See TracChangeset for help on using the changeset viewer.