[Zope-CVS] CVS: Products/PluggableAuthService/plugins/www -
daGeneric.zpt:1.2 daMatches.zpt:1.2
Kapil Thangavelu
hazmat at objectrealms.net
Thu Feb 3 14:41:06 EST 2005
Update of /cvs-repository/Products/PluggableAuthService/plugins/www
In directory cvs.zope.org:/tmp/cvs-serv13095
Modified Files:
daGeneric.zpt daMatches.zpt
Log Message:
fix some obvious zpt issues, closes issue 8.
=== Products/PluggableAuthService/plugins/www/daGeneric.zpt 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/www/daGeneric.zpt:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/www/daGeneric.zpt Thu Feb 3 14:41:06 2005
@@ -8,7 +8,7 @@
<div tal:define="user_id request/user_id|options/user_id|nothing;
search_term request/search_term|options/search_term|nothing;
- acl_users here/acl_users;
+ acl_users nocall: here/acl_users;
my_url here/absolute_url;"
tal:omit-tag="">
=== Products/PluggableAuthService/plugins/www/daMatches.zpt 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/www/daMatches.zpt:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/www/daMatches.zpt Thu Feb 3 14:41:06 2005
@@ -3,7 +3,7 @@
<div tal:define="user_id request/user_id|options/user_id|nothing;
search_term request/search_term|options/search_term|nothing;
- acl_users here/acl_users;
+ acl_users nocall: here/acl_users;
my_url here/absolute_url;"
tal:omit-tag="">
More information about the Zope-CVS
mailing list