diff options
author | rub <rub@piwigo.org> | 2008-10-05 21:34:02 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-05 21:34:02 +0000 |
commit | 516b8f1134ce63a85c416674a7058ee0a8983c1d (patch) | |
tree | 503cee35a40b84c6b10af772f83576c4bd375753 /admin/template/goto | |
parent | b53cddbf6ae1eb70170dd8a31e3cba879929797e (diff) |
Remove "..." button witch appears on calendar button.
git-svn-id: http://piwigo.org/svn/trunk@2671 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/datepicker.css | 2 | ||||
-rw-r--r-- | admin/template/goto/include/datepicker.inc.tpl | 5 |
2 files changed, 4 insertions, 3 deletions
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 |