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/datepicker.css | 2 +- admin/template/goto/include/datepicker.inc.tpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'admin/template/goto') diff --git a/admin/template/goto/datepicker.css b/admin/template/goto/datepicker.css index 264d44b0b..eb41d0a16 100644 --- a/admin/template/goto/datepicker.css +++ b/admin/template/goto/datepicker.css @@ -1,4 +1,4 @@ -/* $Id $ */ +/* $Id */ /* Main Style Sheet for jQuery UI date picker */ #ui-datepicker-div, .ui-datepicker-inline { font-family: Arial, Helvetica, sans-serif; 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