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:
helmutm 2008-08-09 12:53:55 +00:00
parent 27e380dec0
commit 6caeb35a9f

View file

@ -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>