[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/exception/browser/unauthorized.pt
Changed to display a simple message rather than using a
simple message that comes from the exception.
Jim Fulton
jim at zope.com
Wed Jul 7 13:38:48 EDT 2004
Log message for revision 26170:
Changed to display a simple message rather than using a simple message that comes from the exception.
The end result is no change in any practical sense.
-=-
Modified: Zope3/trunk/src/zope/app/exception/browser/unauthorized.pt
===================================================================
--- Zope3/trunk/src/zope/app/exception/browser/unauthorized.pt 2004-07-07 17:27:25 UTC (rev 26169)
+++ Zope3/trunk/src/zope/app/exception/browser/unauthorized.pt 2004-07-07 17:38:47 UTC (rev 26170)
@@ -1,11 +1,14 @@
<tal:Make_sure_we_process_the_authorization_challenge_first
condition="view/issueChallenge"
/><html metal:use-macro="context/@@standard_macros/page">
-<body>
+<body i18n:domain="zope">
<div metal:fill-slot="body">
<h1 i18n:translate="">Unauthorized</h1>
+
+<p i18n:translate="">You are not authorized</p>
+
<p tal:content="context"/>
</div>
More information about the Zope3-Checkins
mailing list