aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/include/datepicker.inc.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-04 14:41:25 +0000
committervdigital <vdigital@piwigo.org>2008-10-04 14:41:25 +0000
commitb1ef886694e662724d731e95c597de65e9a7c51b (patch)
tree2bcb1ec9ba152ae9554efacdd25549c6d67cfab6 /admin/template/goto/include/datepicker.inc.tpl
parenteb07150f22c453f66524b8124b0c9ffd4bb119b7 (diff)
Admin side icons for goto template (Some are missing, older icons are there).
git-svn-id: http://piwigo.org/svn/trunk@2654 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/template/goto/include/datepicker.inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/include/datepicker.inc.tpl b/admin/template/goto/include/datepicker.inc.tpl
index 360a2e0d7..050def63b 100644
--- a/admin/template/goto/include/datepicker.inc.tpl
+++ b/admin/template/goto/include/datepicker.inc.tpl
@@ -107,7 +107,7 @@ function pwg_initialization_datepicker(day, month, year, linked_date, min_linked
},
showOn: "both",
{/literal}
- buttonImage: "{$ROOT_URL}admin/template/{$themeconf.template}/theme/{$themeconf.theme}/images/calendar.gif",
+ buttonImage: "{$ROOT_URL}admin/template/{$themeconf.template}/icon/datepicker.png",
{literal}
buttonImageOnly: true
});