From 516b8f1134ce63a85c416674a7058ee0a8983c1d Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 5 Oct 2008 21:34:02 +0000 Subject: Remove "..." button witch appears on calendar button. git-svn-id: http://piwigo.org/svn/trunk@2671 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/include/datepicker.inc.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/template/goto/include/datepicker.inc.tpl') diff --git a/admin/template/goto/include/datepicker.inc.tpl b/admin/template/goto/include/datepicker.inc.tpl index eace4ce3b..e9fd0aea2 100644 --- a/admin/template/goto/include/datepicker.inc.tpl +++ b/admin/template/goto/include/datepicker.inc.tpl @@ -107,9 +107,10 @@ function pwg_initialization_datepicker(day, month, year, linked_date, min_linked }, showOn: "both", {/literal} - buttonImage: "{$ROOT_URL}admin/template/{$themeconf.template}/icon/datepicker.png", + buttonImage: "{$ROOT_URL}admin/template/{$themeconf.template}/icon/datepicker.png", {literal} - buttonImageOnly: true + buttonImageOnly: true, + buttonText: "" }); // Check showed controls -- cgit v1.2.3