diff options
author | rub <rub@piwigo.org> | 2008-10-11 20:23:30 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-11 20:23:30 +0000 |
commit | b8f1c3753080886617cc4f3fb52935c483fe7822 (patch) | |
tree | 25342e61b8b8a8a88cfe12ae4402fc2131da25d8 /admin/template/goto/site_update.tpl | |
parent | 9772b96f9a59e73ff9c97e6809424397f54201eb (diff) |
jQuery Datepicker:
Readd resize for list of categories
Use include for double select list
Merge trunk 2717:2718 into branch 2.0
git-svn-id: http://piwigo.org/svn/branches/2.0@2719 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/site_update.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/template/goto/site_update.tpl b/admin/template/goto/site_update.tpl index ad4f99e0f..54429c1b6 100644 --- a/admin/template/goto/site_update.tpl +++ b/admin/template/goto/site_update.tpl @@ -1,5 +1,7 @@ {* $Id$ *} +{include file='include/resize.inc.tpl'} + <div class="titrePage"> <h2>{'title_update'|@translate}: <a href="{$SITE_URL}">{$SITE_URL}</a></h2> </div> |