aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_form.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-08 21:22:07 -0700
committerfriendica <info@friendica.com>2014-05-08 21:22:07 -0700
commit831b18cf283cd52fd1b01d6c6c4648b8351985a7 (patch)
tree7d3dd3cba7fbd054837674cfb2ba3c7bec07949c /view/tpl/event_form.tpl
parent22b79207f9c30ce54d65e134303bd179ea21b377 (diff)
downloadvolse-hubzilla-831b18cf283cd52fd1b01d6c6c4648b8351985a7.tar.gz
volse-hubzilla-831b18cf283cd52fd1b01d6c6c4648b8351985a7.tar.bz2
volse-hubzilla-831b18cf283cd52fd1b01d6c6c4648b8351985a7.zip
move the event "unknown finish time" checkbox up so it actually precedes entering the finish time.
TODO: we should probably disable the finish time selector with jquery if this is checked.
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-xview/tpl/event_form.tpl10
1 files changed, 7 insertions, 3 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index eaf3f74fe..bfdf4d0b6 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -13,14 +13,18 @@
<div id="event-start-text">{{$s_text}}</div>
{{$s_dsel}} {{$s_tsel}}
+<div class="clear"></div><br />
+
+<input type="checkbox" name="nofinish" value="1" id="event-nofinish-checkbox" {{$n_checked}} /> <div id="event-nofinish-text">{{$n_text}}</div>
+
+<div id="event-nofinish-break"></div>
+
+
<div id="event-finish-text">{{$f_text}}</div>
{{$f_dsel}} {{$f_tsel}}
<div id="event-datetime-break"></div>
-<input type="checkbox" name="nofinish" value="1" id="event-nofinish-checkbox" {{$n_checked}} /> <div id="event-nofinish-text">{{$n_text}}</div>
-
-<div id="event-nofinish-break"></div>
<input type="checkbox" name="adjust" value="1" id="event-adjust-checkbox" {{$a_checked}} /> <div id="event-adjust-text">{{$a_text}}</div>