diff options
author | friendica <info@friendica.com> | 2015-03-26 18:03:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-26 18:03:39 -0700 |
commit | 47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f (patch) | |
tree | 741e9397e6e8697603ae88cd1916d9eca24eed27 /view/tpl | |
parent | f1a16607095e0ebbd8ce2201a2f087557b39f282 (diff) | |
download | volse-hubzilla-47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f.tar.gz volse-hubzilla-47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f.tar.bz2 volse-hubzilla-47292c612c5a2a6d3819ca3c415fa2d99ab2ee7f.zip |
provide ways to over-ride the datetime pickers
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index f8afa2e36..7ec32d2c9 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -27,7 +27,7 @@ <div class='field checkbox'> <label class="mainlabel" for='id_nofinish'>{{$n_text}}</label> - <div><input type="checkbox" name='nofinish' id='id_nofinish' value="1" {{$n_checked}} onclick="showHideFinishDate(); return true;" > + <div class="pull-right"><input type="checkbox" name='nofinish' id='id_nofinish' value="1" {{$n_checked}} onclick="showHideFinishDate(); return true;" > <label class="switchlabel" for='id_nofinish'> <span class="onoffswitch-inner" data-on='' data-off='' ></span> <span class="onoffswitch-switch"></span> </label></div><span class='field_help'></span> </div> @@ -157,7 +157,7 @@ <div class='field checkbox'> <label class="mainlabel" for='id_share'>{{$sh_text}}</label> - <div><input type="checkbox" name='share' id='id_share' value="1" {{$sh_checked}} > + <div class="pull-right"><input type="checkbox" name='share' id='id_share' value="1" {{$sh_checked}} > <label class="switchlabel" for='id_share'> <span class="onoffswitch-inner" data-on='' data-off='' ></span> <span class="onoffswitch-switch"></span> </label></div><span class='field_help'></span> </div> |