Ignore:
Timestamp:
05/27/09 17:58:33 (15 years ago)
Author:
rafaelraymundo
Message:

Ticket #527 - Selecao por Particular deve omitir determinados elementos da tela

File:
1 edited

Legend:

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

    r925 r927  
    45794579                                'data'  => '<select onchange="javascript:changeViewMode(this.value);" id="cal[type]" name="cal[type]" '.($event['type'] == 'H'?'DISABLED':'').'><option value="normal">'.lang('Normal').'</option><option value="private" '.(!$event['public']?'SELECTED':'').' >'. lang('Private').'</option><option value="hourAppointment" '.($event['type'] == 'H'?'SELECTED':'').' >'.lang('Hours Appointment').'</option></select>' 
    45804580                        ); //event['public'] 
     4581 
     4582                        /* 
     4583                        $var['access'] = Array( 
     4584                                'field' => lang('Private'), 
     4585                                'data'  => '<input type="checkbox" id="privado" onClick="testaPrivado(this);" name="cal[private]" value="private"'.(!$event['public']?' checked':'').'>' 
     4586                        );*/ 
    45814587 
    45824588// Participants 
     
    47614767                                $var['owner'] = Array( 
    47624768                                        'field' => $GLOBALS['phpgw']->common->grab_owner_name($event['owner']).' '.lang('Participates'), 
    4763                                         'data'  => '<input type="checkbox" name="participants[]" value="'.$event['owner'].$event['participants'][$event['owner']].'"'.$checked.'>' 
     4769                                        'data'  => '<input type="checkbox" id="usuarioParticipa" name="participants[]" value="'.$event['owner'].$event['participants'][$event['owner']].'"'.$checked.'>' 
    47644770                                ); 
    47654771                        } 
Note: See TracChangeset for help on using the changeset viewer.