diff options
Diffstat (limited to 'admin')
-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 |