diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-08-28 01:26:26 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-08-28 01:26:26 +0000 |
commit | 3a67845aaf128fe718b27a89635fb33810ba7e41 (patch) | |
tree | cc12790366983d2c7496bbbf5eb5de5ac2b3b6a8 /template/yoga/redirect.tpl | |
parent | abb2f22b2e96a89a44ad9d36db3bf612c6f88b9f (diff) |
- removed and moved (from common to admin) some CSS rules
- upgraded jQuery and accordion to latest version (and reorganised a bit their location)
git-svn-id: http://piwigo.org/svn/trunk@2489 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/redirect.tpl')
-rw-r--r-- | template/yoga/redirect.tpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl index aa007426f..91edd0979 100644 --- a/template/yoga/redirect.tpl +++ b/template/yoga/redirect.tpl @@ -1,3 +1,7 @@ {* $Id$ *} -<p>{$REDIRECT_MSG}</p> -<p><a href="{$page_refresh.U_REFRESH}">{'click_to_redirect'|@translate}</a></p> +<h2>{$REDIRECT_MSG}</h2> +<p style="text-align:center; margin: 2em"> + <a href="{$page_refresh.U_REFRESH}"> + {'click_to_redirect'|@translate} + </a> +</p> |