aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/batch_manager_global.tpl
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-06-22 12:44:43 +0000
committermistic100 <mistic@piwigo.org>2014-06-22 12:44:43 +0000
commit275e810c5f062721d8477a484cd2e4a0c2358da9 (patch)
tree01023f8468345a558bd0ac206847ea210f7968c8 /admin/themes/default/template/batch_manager_global.tpl
parentb4b17975304e776518bb2f456f8000cef6bd60e9 (diff)
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
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-rw-r--r--admin/themes/default/template/batch_manager_global.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl
index c484144e1..6425f49e9 100644
--- a/admin/themes/default/template/batch_manager_global.tpl
+++ b/admin/themes/default/template/batch_manager_global.tpl
@@ -64,7 +64,10 @@ jQuery(document).ready(function() {
{/literal}
jQuery(document).ready(function() {ldelim}
- jQuery('[data-datepicker]').pwgDatepicker({ showTimepicker: true });
+ jQuery('[data-datepicker]').pwgDatepicker({
+ showTimepicker: true,
+ cancelButton: '{'Cancel'|translate}'
+ });
jQuery("a.preview-box").colorbox();