diff options
author | plegall <plg@piwigo.org> | 2010-03-31 13:10:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-31 13:10:09 +0000 |
commit | 8a7a223af0823e9974092e95f6e0eb6fed67096e (patch) | |
tree | 10fdb9c5473bc5268930e160e7d964afd0d7573d /admin/themes/default/template/footer.tpl | |
parent | 30500c8d56fa570d01d79bddafc5b44cb1a58fad (diff) |
feature 1535: apply the plugin/theme managers look&feel to language manager.
git-svn-id: http://piwigo.org/svn/trunk@5496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/footer.tpl b/admin/themes/default/template/footer.tpl index f1c3694a8..f287bab0e 100644 --- a/admin/themes/default/template/footer.tpl +++ b/admin/themes/default/template/footer.tpl @@ -45,7 +45,7 @@ {literal} <script type='text/javascript'> $(function() { - $('#pwgHead A, #footer A, .themeActions A, .themeActions SPAN').tipTip({ + $('#pwgHead A, #footer A, .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({ 'delay' : 0, 'fadeIn' : 200, 'fadeOut' : 200, |