diff options
author | rub <rub@piwigo.org> | 2007-01-18 21:48:32 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-01-18 21:48:32 +0000 |
commit | b6e43df29cdd720ad26477e3df8f35b009098c67 (patch) | |
tree | 7c0b8befdd6888e1673aaea31543bf284e230d34 /template/yoga/mail | |
parent | 02b26f7684bb1626618c52b21999cbaa829496e4 (diff) |
Apply same modifications of revision 1734.
Mail footer.tpl like page footer.tpl
git-svn-id: http://piwigo.org/svn/trunk@1735 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/mail/footer.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/mail/footer.tpl b/template/yoga/mail/footer.tpl index 7588b7d81..d5f5123be 100644 --- a/template/yoga/mail/footer.tpl +++ b/template/yoga/mail/footer.tpl @@ -5,8 +5,8 @@ to show the origin of the script...-->
<a href="{GALLERY_URL}" class="back">{GALLERY_TITLE}</a> -
- <a href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;">
- <img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
+ <a class="button" href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;">
+ <img class="button" src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
</a>
{VERSION}
- {lang:send_mail}
|