add i18n domain to macro template
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2794 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
27e380dec0
commit
6caeb35a9f
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
<!-- action macros -->
|
||||
<html i18n:domain="loops">
|
||||
<!-- action macros
|
||||
$Id$-->
|
||||
|
||||
|
||||
<metal:action define-macro="action"
|
||||
tal:condition="action/condition">
|
||||
|
@ -24,3 +27,6 @@
|
|||
tal:condition="action/innerHtmlId"
|
||||
tal:attributes="id action/innerHtmlId"></span>
|
||||
</metal:action>
|
||||
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue