[Checkins] SVN: Products.CMFDefault/branches/cookiecrumbler_with_views/Products/CMFDefault/browser/templates/logged_out.pt Failed to commit previously.

Charlie Clark charlie at begeistert.org
Mon Apr 26 14:31:22 EDT 2010


Log message for revision 111452:
  Failed to commit previously.

Changed:
  A   Products.CMFDefault/branches/cookiecrumbler_with_views/Products/CMFDefault/browser/templates/logged_out.pt

-=-
Added: Products.CMFDefault/branches/cookiecrumbler_with_views/Products/CMFDefault/browser/templates/logged_out.pt
===================================================================
--- Products.CMFDefault/branches/cookiecrumbler_with_views/Products/CMFDefault/browser/templates/logged_out.pt	                        (rev 0)
+++ Products.CMFDefault/branches/cookiecrumbler_with_views/Products/CMFDefault/browser/templates/logged_out.pt	2010-04-26 18:31:22 UTC (rev 111452)
@@ -0,0 +1,13 @@
+<html metal:use-macro="context/@@standard_macros/page">
+<body>
+
+<metal:slot metal:fill-slot="body" i18n:domain="cmf_default">
+<p tal:condition="view/logged_in"
+   i18n:translate="">You have been logged out.</p>
+<p tal:condition="not: view/logged_in"
+   i18n:translate="">You are logged in outside the portal. You may need to
+<a href="/manage_zmi_logout">log out of the Zope management interface</a>.</p>
+</metal:slot>
+
+</body>
+</html>



More information about the checkins mailing list