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

Inclusão da função "Permitir Acesso" no ContactCenter?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/inc/class.uiaclprefs2.inc.php

    r84 r496  
    177177                        $this->template->set_var("remove", lang("Remove")); 
    178178                        $this->template->set_var("cancel", lang("Cancel")); 
     179                         
     180                        if($acl_app=='contactcenter') { 
     181                                $this->template->set_var("add_invisible", "style='display:none'"); 
     182                                $this->template->set_var("private_invisible", "style='display:none'");                           
     183                        } 
     184                        else { 
     185                                $this->template->set_var("add_invisible", ""); 
     186                                $this->template->set_var("private_invisible", "");                               
     187                        } 
    179188 
    180189                        if ($submit) 
Note: See TracChangeset for help on using the changeset viewer.