[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/exception/browser/unauthorized.pt
Merged from trunk:
Jim Fulton
jim at zope.com
Thu Jul 8 15:22:55 EDT 2004
Log message for revision 26221:
Merged from trunk:
r26170 | jim | 2004-07-07 13:38:47 -0400 (Wed, 07 Jul 2004) | 3 lines
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/branches/ZopeX3-3.0/src/zope/app/exception/browser/unauthorized.pt
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/exception/browser/unauthorized.pt 2004-07-08 19:19:10 UTC (rev 26220)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/exception/browser/unauthorized.pt 2004-07-08 19:22:55 UTC (rev 26221)
@@ -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