style the checkboxes in the event form

This commit is contained in:
friendica
2015-02-05 21:01:02 -08:00
parent abcc70722c
commit e7a68eaef0
3 changed files with 9 additions and 5 deletions

View File

@@ -588,8 +588,8 @@ function events_content(&$a) {
'$n_checked' => $n_checked,
'$f_text' => t('Event Finishes:'),
'$f_dsel' => datetimesel($f,new DateTime(),DateTime::createFromFormat('Y',$fyear+5),DateTime::createFromFormat('Y-m-d H:i',"$fyear-$fmonth-$fday $fhour:$fminute"),'finish_text',true,true,'start_text'),
'$adjust' => array('adjust', t('Adjust for viewer timezone'), $a_checked),
'$a_text' => t('Adjust for viewer timezone'),
'$a_checked' => $a_checked,
'$d_text' => t('Description:'),
'$d_orig' => $d_orig,
'$l_text' => t('Location:'),