Changeset 3601


Ignore:
Timestamp:
12/17/10 10:16:49 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1422 - alterando chamadas no módulo preferences.

Location:
branches/2.2/preferences/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/preferences/templates/classic/listUsers.php

    r2 r3601  
    88         
    99        include('../../../header.inc.php'); 
    10         include('../../../phpgwapi/templates/celepar/head.inc.php'); 
     10        include('../../../phpgwapi/templates/classic/head.inc.php'); 
    1111         
    1212        $acl_app =  $_SESSION['acl_app']; 
     
    2525        $t = &$GLOBALS['phpgw']->template;                                               
    2626        // seta o Template 
    27         $t->set_file(array('addUser_t' => '../../../preferences/templates/celepar/listUsers.tpl')); 
     27        $t->set_file(array('addUser_t' => '../../../preferences/templates/classic/listUsers.tpl')); 
    2828         
    2929        $obj_account = CreateObject('phpgwapi.accounts',$this->bo->owner); 
  • branches/2.2/preferences/templates/classic/preference_acl.tpl

    r641 r3601  
    11{errors} 
    22{title} 
    3 <script src='phpgwapi/templates/celepar/js/listUsers.js' type='text/javascript'></script> 
     3<script src='phpgwapi/templates/classic/js/listUsers.js' type='text/javascript'></script> 
    44<form method="POST" action="{action_url}" name="formAcl"> 
    55<center> 
  • branches/2.2/preferences/templates/default/preference_acl.tpl

    r1179 r3601  
    11{errors} 
    22{title} 
    3 <script src='phpgwapi/templates/celepar/js/listUsers.js' type='text/javascript'></script> 
     3<script src='phpgwapi/templates/default/js/listUsers.js' type='text/javascript'></script> 
    44<form method="POST" action="{action_url}" name="formAcl"> 
    55<center> 
Note: See TracChangeset for help on using the changeset viewer.