aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-05 21:01:02 -0800
committerfriendica <info@friendica.com>2015-02-05 21:01:02 -0800
commite7a68eaef002a9263d20076bcbe6b4c93378255f (patch)
tree12abda2f0f54e4bef46113d5385f595d257432af /mod/events.php
parentabcc70722c3577e63b53fcd3acf19d2916d810df (diff)
downloadvolse-hubzilla-e7a68eaef002a9263d20076bcbe6b4c93378255f.tar.gz
volse-hubzilla-e7a68eaef002a9263d20076bcbe6b4c93378255f.tar.bz2
volse-hubzilla-e7a68eaef002a9263d20076bcbe6b4c93378255f.zip
style the checkboxes in the event form
Diffstat (limited to 'mod/events.php')
-rwxr-xr-xmod/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php
index 7143963f4..233447cb1 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -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:'),