[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/browser/manage_access.pt
Merged from trunk:
Jim Fulton
jim at zope.com
Wed Aug 11 16:41:54 EDT 2004
Log message for revision 27034:
Merged from trunk:
r27029 | jim | 2004-08-11 16:23:14 -0400 (Wed, 11 Aug 2004) | 2 lines
Added some missing i18n:translate markup.
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/browser/manage_access.pt
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/browser/manage_access.pt
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/browser/manage_access.pt 2004-08-11 20:40:56 UTC (rev 27033)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/securitypolicy/browser/manage_access.pt 2004-08-11 20:41:54 UTC (rev 27034)
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/dialog">
+<html metal:use-macro="views/standard_macros/dialog" i18n:domain="zope">
<head>
<tal:block
metal:fill-slot="headers"
@@ -40,6 +40,7 @@
<td align="center" tal:repeat="role view/roles">
<div class="list-item">
<a href="RolePermissions.html"
+ i18n:translate=""
tal:attributes="
href string:RolePermissions.html?role_to_manage=${role/id}"
tal:content="role/title">Anonymous</a>
@@ -59,6 +60,7 @@
<td align="left" nowrap="nowrap">
<div class="list-item">
<a href="RolesWithPermission.html"
+ i18n:translate=""
tal:attributes="href
string:RolesWithPermission.html?permission_to_manage=${perm/id}"
tal:content="perm/title"
More information about the Zope3-Checkins
mailing list