link to archives

This commit is contained in:
Frederic Peters 2009-05-25 17:41:31 +02:00
parent e48c937b0e
commit 745bebdc7f
3 changed files with 8 additions and 0 deletions

View File

@ -20,3 +20,6 @@ msgstr ""
msgid "today_press_review"
msgstr "Revue de presse du jour"
msgid "archives"
msgstr "Archives"

View File

@ -17,3 +17,6 @@ msgstr ""
msgid "today_press_review"
msgstr "Today Press Review"
msgid "archives"
msgstr "Archives"

View File

@ -61,6 +61,8 @@ div.calendars ul {
i18n:translate="today_press_review">Today Press Review</a></li>
<li tal:repeat="link python: context.getLinks(15)">
<a tal:attributes="href python: link[0]" tal:content="python: link[1]">plop</a></li>
<li><a tal:attributes="href python: context.absolute_url() + '/archives'"
i18n:translate="archives">Archives</a>
</ul>
</div>