From e7a68eaef002a9263d20076bcbe6b4c93378255f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Feb 2015 21:01:02 -0800 Subject: style the checkboxes in the event form --- mod/events.php | 2 +- view/js/mod_events.js | 2 +- view/tpl/event_form.tpl | 10 +++++++--- 3 files changed, 9 insertions(+), 5 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:'), diff --git a/view/js/mod_events.js b/view/js/mod_events.js index 0ce128fcc..d4dc9b585 100644 --- a/view/js/mod_events.js +++ b/view/js/mod_events.js @@ -2,7 +2,7 @@ $(document).ready( function() { showHideFinishDate(); }); function showHideFinishDate() { - if( $('#event-nofinish-checkbox').is(':checked')) + if( $('#id_nofinish').is(':checked')) $('#event-finish-wrapper').hide(); else $('#event-finish-wrapper').show(); diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 1cea156dd..444e77df7 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -24,7 +24,12 @@

-
{{$n_text}}
+
+ +
+
+
@@ -35,8 +40,7 @@
- -
{{$a_text}}
+{{include file="field_checkbox.tpl" field=$adjust}}
-- cgit v1.2.3