From 275e810c5f062721d8477a484cd2e4a0c2358da9 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 22 Jun 2014 12:44:43 +0000 Subject: feature 3080: add cancel button, one minute granularity, fix missing css git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/picture_modify.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'admin/themes/default/template/picture_modify.tpl') diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index cea48e28d..20891a2d2 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -32,7 +32,10 @@ tagsCache.selectize(jQuery('[data-selectize=tags]'), { lang: { {* *} jQuery(function(){ {* *} - jQuery('[data-datepicker]').pwgDatepicker({ showTimepicker: true }); + jQuery('[data-datepicker]').pwgDatepicker({ + showTimepicker: true, + cancelButton: '{'Cancel'|translate}' + }); }); }()); {/footer_script} -- cgit v1.2.3