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/include | |
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/include')
-rw-r--r-- | admin/template/goto/include/datepicker.inc.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
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 |