Changeset 8176


Ignore:
Timestamp:
06/13/13 17:32:33 (11 years ago)
Author:
douglas
Message:

Ticket #3461 - Link errado para interface de migracao de eventos da antiga para a nova agenda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/admin/inc/class.uiconfig.inc.php

    r7982 r8176  
    5959                        $t = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir($appname)); 
    6060                        $t->set_unknowns('keep'); 
    61                         $t->set_file(array('config' => 'config.tpl')); 
     61                        $template_file = $config_appname == "migra" ? 'migra.tpl' : 'config.tpl';         
     62                        $t->set_file(array('config' => $template_file));  
    6263                        $t->set_block('config','header','header'); 
    6364                        $t->set_block('config','body','body'); 
Note: See TracChangeset for help on using the changeset viewer.