aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_form.tpl
diff options
context:
space:
mode:
authorAlexandre Hannud Abdo <abdo@member.fsf.org>2014-10-07 02:47:06 -0300
committerAlexandre Hannud Abdo <abdo@member.fsf.org>2014-10-07 02:47:06 -0300
commit55a937375df5b21da7cece5ec4b4cb5deb49245b (patch)
tree455616c481dc53463f669c0e489f7a2bb68cf2ab /view/tpl/event_form.tpl
parentc6e86ae0d9df1081313ef1e8c4c6a3e484e15f4c (diff)
downloadvolse-hubzilla-55a937375df5b21da7cece5ec4b4cb5deb49245b.tar.gz
volse-hubzilla-55a937375df5b21da7cece5ec4b4cb5deb49245b.tar.bz2
volse-hubzilla-55a937375df5b21da7cece5ec4b4cb5deb49245b.zip
datetimepicker data-format now data-date-format
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-xview/tpl/event_form.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index af10e6c73..b2455e26c 100755
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -84,7 +84,7 @@
<span class="input-group-addon"><!-- <span class="glyphicon glyphicon-calendar"></span> -->
<span class="icon-calendar"></span>
</span>
- <input id="start-date" value='{{$stext}}' type='text' class="form-control" data-format="YYYY-MM-DD HH:mm" size="20"/>
+ <input id="start-date" value='{{$stext}}' type='text' class="form-control" data-date-format="YYYY-MM-DD HH:mm" size="20"/>
</div>
</div>
<!-- </div> -->
@@ -123,7 +123,7 @@
<span class="input-group-addon"><!-- <span class="glyphicon glyphicon-calendar"></span> -->
<span class="icon-calendar"></span>
</span>
- <input id="finish-date" value='{{$ftext}}' type='text' class="form-control" data-format="YYYY-MM-DD HH:mm" size="20"/>
+ <input id="finish-date" value='{{$ftext}}' type='text' class="form-control" data-date-format="YYYY-MM-DD HH:mm" size="20"/>
</div>
</div>
<!-- </div> -->