Changeset 1565


Ignore:
Timestamp:
10/30/09 09:29:21 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #710 - Correcao para o template classic apontar para o listUsers do seu proprio template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/classic/listUsers.php

    r1559 r1565  
    2626        $t = &$GLOBALS['phpgw']->template;                                               
    2727        // seta o Template 
    28         $t->set_file(array('addUser_t' => '../../../phpgwapi/templates/default/listUsers.tpl')); 
     28        $t->set_file(array('addUser_t' => '../../../phpgwapi/templates/classic/listUsers.tpl')); 
    2929 
    3030        $obj_account = CreateObject('phpgwapi.accounts',$owner); 
Note: See TracChangeset for help on using the changeset viewer.