Ignore:
Timestamp:
05/04/10 10:45:51 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Removendo reload nos formulários do admin na ação cancelar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/class.uimainscreen.inc.php

    r2419 r2698  
    137137                                $GLOBALS['phpgw']->template->set_var('tr_color',$tr_color); 
    138138                                $GLOBALS['phpgw']->template->set_var('value','<input type="submit" value="' . lang('Edit') 
    139                                         . '"><input type="submit" name="cancel" value="'. lang('cancel') .'">'); 
     139                                        . '"><input type="button" name="cancel" value="'. lang('cancel') .'" onclick="XLink( \'' . $GLOBALS[ 'phpgw' ] -> link( '/admin/index.php' ) . '\' )">'); 
    140140                                $GLOBALS['phpgw']->template->fp('rows','row_2',True); 
    141141                        } 
Note: See TracChangeset for help on using the changeset viewer.