diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-06 21:44:05 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-06 21:44:05 +0000 |
commit | b0c514745ff0f602a9a04c9a47ae8eb56fc072c0 (patch) | |
tree | a3cc319bdcc424dd840e4e32c74c76b7661a6ee8 /template/yoga/notification.tpl | |
parent | 184f006c2c0f2af9a0381dac9f7fbd3792ea87ae (diff) |
Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later).
Notification and help pages have been reviewed.
Swap rating stars in Sylvia.
git-svn-id: http://piwigo.org/svn/trunk@2677 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/notification.tpl')
-rw-r--r-- | template/yoga/notification.tpl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/template/yoga/notification.tpl b/template/yoga/notification.tpl index de8185e58..e7d443e77 100644 --- a/template/yoga/notification.tpl +++ b/template/yoga/notification.tpl @@ -14,6 +14,12 @@ <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p> - <p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p> - <p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p> + <dl> + <dt> + <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br /><br /> + </dt> + <dt> + <a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a> + </dt> + </dl> </div> |