Ignore:
Timestamp:
06/17/09 14:56:02 (15 years ago)
Author:
amuller
Message:

Ticket #485 - Correção de assinatura com texto rico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/preferences.php

    r879 r1002  
    193193                        $t->fp('rows',process_help($help) ? 'help_row' : 'row',True); 
    194194        } 
    195         function create_html_code($code) 
    196         { 
    197                 global $t; 
    198                 $t->set_var('row_value',$code); 
     195        function create_html_code($name,$code,$appendcode) 
     196        { 
     197                global $t,$prefs; 
     198                $t->set_var('row_value',$code.$prefs[$name].$appendcode); 
    199199                $t->set_var('row_name',lang("signature")); 
    200200                $GLOBALS['phpgw']->nextmatchs->template_alternate_row_color($t); 
Note: See TracChangeset for help on using the changeset viewer.