Changeset 2472 for trunk/calendar


Ignore:
Timestamp:
04/09/10 12:18:13 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Inutilizando âncora em participantes externos na adição de evento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uicalendar.inc.php

    r2439 r2472  
    52195219                                                                                        '</tr>'. 
    52205220                                                                                        '</table>'.  
    5221                                                                                         '<script type="text/javascript" src="phpgwapi/js/wz_dragdrop/wz_dragdrop.js"></script>'. 
    52225221                                                                                        '<script type="text/javascript" src="phpgwapi/js/dJSWin/dJSWin.js"></script>'.           
    52235222                                                                                        "<script src='calendar/js/edit_exmail.js' type='text/javascript'></script>" . 
     
    52325231                                                 
    52335232                                                $var['participants']['data'] .= '<br /><a id="a_ext_participants" title="'.lang("It types below the email addresses, if you want to invite other people out" . 
    5234                                                         " of this system").'" name="a_ext_participants" onClick="javascript:showExParticipants(this,\''.$module_name.'\')" href="#a_ext_participants"><b>'.lang("Inform").' '.lang("external participants").'</b>&nbsp;<img align="top" ' . 
     5233                                                        " of this system").'" name="a_ext_participants" onClick="javascript:showExParticipants(this,\''.$module_name.'\');return false;" href="#a_ext_participants"><b>'.lang("Inform").' '.lang("external participants").'</b>&nbsp;<img align="top" ' . 
    52355234                                                        'src="calendar/templates/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'].'/images/sent.gif"></a><table id="tbl_ext_participants" width="100%" border="0" style="display:none">'. 
    52365235                                                        '<tr>'. 
    52375236                                                        '<td>'.  
    52385237                                                        '&nbsp;&nbsp;<b>'.lang("external participants").'</b>&nbsp;<img align="top" src="calendar/templates/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'].'/images/sent.gif">' . 
    5239                                                         '&nbsp;&nbsp;<a title="'.lang("Close").'" name="b_ext_participants" onClick="javascript:hideExParticipants(this,\''.$module_name.'\')" href="#a_ext_participants">['.lang("Close").']</a>&nbsp;'.                                                                                                                
     5238                                                        '&nbsp;&nbsp;<a title="'.lang("Close").'" name="b_ext_participants" onClick="javascript:hideExParticipants(this,\''.$module_name.'\');return false;" href="#a_ext_participants">['.lang("Close").']</a>&nbsp;'.                                                                                                          
    52405239                                                        '</td>'. 
    52415240                                                        '</tr>'. 
Note: See TracChangeset for help on using the changeset viewer.