Ignore:
Timestamp:
11/17/09 16:05:44 (14 years ago)
Author:
niltonneto
Message:

Ticket #731 - Corrigido problema do tipo de assinatura Texto Rico em prefs.

Location:
branches/2.0/preferences
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/preferences/index.php

    r1231 r1663  
    5252                if (! $GLOBALS['HTTP_GET_VARS']['type']) 
    5353                { 
     54                        $GLOBALS['HTTP_GET_VARS']['type'] = $session_data['type']; 
    5455                        $type = $session_data['type']; 
    5556                } 
  • branches/2.0/preferences/preferences.php

    r1405 r1663  
    512512 
    513513        $t->set_var('messages',$error); 
    514         $t->set_var('action_url',$GLOBALS['phpgw']->link('/preferences/preferences.php','appname=' . $_GET['appname'])); 
     514        $t->set_var('action_url',$GLOBALS['phpgw']->link('/preferences/preferences.php','appname=' . $_GET['appname'].'&type='.$GLOBALS['HTTP_GET_VARS']['type'])); 
    515515        $t->set_var('th_bg',  $GLOBALS['phpgw_info']['theme']['th_bg']); 
    516516        $t->set_var('th_text',$GLOBALS['phpgw_info']['theme']['th_text']); 
Note: See TracChangeset for help on using the changeset viewer.