aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2014-11-17 15:28:36 -0800
committerHabeas Codice <habeascodice@federated.social>2014-11-17 15:28:36 -0800
commit4529c20ba81f71a92be21133384dd825cd071409 (patch)
treec3f75c6d4313f6801f41b84f9a3775ee17501185 /view/tpl
parent333f3b17152475e780cc5a9fbedaf3b03dfb2cce (diff)
parent96427a23a3523daf2c1966fe1b8a6e119e797e50 (diff)
downloadvolse-hubzilla-4529c20ba81f71a92be21133384dd825cd071409.tar.gz
volse-hubzilla-4529c20ba81f71a92be21133384dd825cd071409.tar.bz2
volse-hubzilla-4529c20ba81f71a92be21133384dd825cd071409.zip
Merge branch 'master' of https://github.com/habeascodice/red
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/jot.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 29dc41525..c77d49a74 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -108,12 +108,7 @@
</div>
<!-- <div class="modal-body"> -->
<div class="modal-body form-group" style="width:90%">
- <div class="input-group input-group-sm date" id="datetimepicker1">
- <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-date-format="YYYY-MM-DD HH:mm" size="20"/>
- </div>
+ <div class='date'><input type='text' placeholder='yyyy-mm-dd HH:MM' name='start_text' id='expiration-date' class="form-control" /></div><script type='text/javascript'>$(function () {var picker = $('#expiration-date').datetimepicker({format:'Y-m-d H:i', minDate: 0 }); })</script>
</div>
<!-- </div> -->
<div class="modal-footer">