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/calendar/inc/class.uicustom_fields.inc.php

    r2419 r2698  
    8282                                'action_url'   => $GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uicustom_fields.submited'), 
    8383                                'save_button'  => $this->html->submit_button('save','Save'), 
    84                                 'cancel_button'=> $this->html->submit_button('cancel','Cancel'), 
     84                                'cancel_button'=> '<input type="button" value="' . lang( 'Cancel' ) . '" onclick="XLink( \'' . $GLOBALS[ 'phpgw' ] -> link( '/admin/' ) . '\' )" />' 
    8585                        )); 
    8686 
Note: See TracChangeset for help on using the changeset viewer.