Skip to content

Commit

Permalink
backported from trunk:
Browse files Browse the repository at this point in the history
- part of r29789 (I18n domain definition has been set for bunch of pagetemplates)
  • Loading branch information
Unknown committed Jul 27, 2005
1 parent db0e23f commit c97e764
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion browser/add.pt
@@ -1,4 +1,5 @@
<html metal:use-macro="context/@@standard_macros/page">
<html metal:use-macro="context/@@standard_macros/page"
i18n:domain="zope">
<body>
<div metal:fill-slot="body">

Expand Down
4 changes: 3 additions & 1 deletion browser/addwizard.pt
@@ -1,4 +1,6 @@
<tal:block condition="view/update"/><html metal:use-macro="context/@@standard_macros/page">
<tal:block condition="view/update"/>
<html metal:use-macro="context/@@standard_macros/page"
i18n:domain="zope">

<body>
<div metal:fill-slot="body">
Expand Down
3 changes: 2 additions & 1 deletion browser/display.pt
@@ -1,4 +1,5 @@
<html metal:use-macro="context/@@standard_macros/page">
<html metal:use-macro="context/@@standard_macros/view"
i18n:domain="zope">
<body>
<div metal:fill-slot="body">
<div metal:define-macro="body">
Expand Down
3 changes: 2 additions & 1 deletion browser/edit.pt
@@ -1,5 +1,6 @@
<tal:tag condition="view/update"/>
<html metal:use-macro="context/@@standard_macros/view">
<html metal:use-macro="context/@@standard_macros/view"
i18n:domain="zope">
<body>
<div metal:fill-slot="body">

Expand Down
4 changes: 3 additions & 1 deletion browser/editwizard.pt
@@ -1,4 +1,6 @@
<tal:tag condition="view/update" /><html metal:use-macro="context/@@standard_macros/page">
<tal:tag condition="view/update" />
<html metal:use-macro="context/@@standard_macros/page"
i18n:domain="zope">
<body>
<div metal:fill-slot="body">

Expand Down

0 comments on commit c97e764

Please sign in to comment.