diff options
author | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-10-07 02:47:06 -0300 |
---|---|---|
committer | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-10-07 02:47:06 -0300 |
commit | 55a937375df5b21da7cece5ec4b4cb5deb49245b (patch) | |
tree | 455616c481dc53463f669c0e489f7a2bb68cf2ab | |
parent | c6e86ae0d9df1081313ef1e8c4c6a3e484e15f4c (diff) | |
download | volse-hubzilla-55a937375df5b21da7cece5ec4b4cb5deb49245b.tar.gz volse-hubzilla-55a937375df5b21da7cece5ec4b4cb5deb49245b.tar.bz2 volse-hubzilla-55a937375df5b21da7cece5ec4b4cb5deb49245b.zip |
datetimepicker data-format now data-date-format
-rwxr-xr-x | view/tpl/event_form.tpl | 4 | ||||
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
2 files changed, 3 insertions, 3 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> --> diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c51dc02a5..be896adb5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -112,7 +112,7 @@ <span class="input-group-addon"><!-- <span class="glyphicon glyphicon-calendar"></span> --> <span class="icon-calendar"></span> </span> - <input id="expiration-date" type='text' class="form-control" data-format="YYYY-MM-DD HH:mm" size="20"/> + <input id="expiration-date" type='text' class="form-control" data-date-format="YYYY-MM-DD HH:mm" size="20"/> </div> </div> <!-- </div> --> |