[Zope-CVS] CVS: Products/PluggableAuthService/plugins/www - spEditInterfaces.zpt:1.2

Zachery Bir zbir at urbanape.com
Wed Jul 6 14:49:36 EDT 2005


Update of /cvs-repository/Products/PluggableAuthService/plugins/www
In directory cvs.zope.org:/tmp/cvs-serv29036/plugins/www

Modified Files:
	spEditInterfaces.zpt 
Log Message:
Merging per-plugin id mangling and Zope 2.7/2.8 Interface compatibility code


=== Products/PluggableAuthService/plugins/www/spEditInterfaces.zpt 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/www/spEditInterfaces.zpt:1.1.1.1	Wed Apr 28 15:19:07 2004
+++ Products/PluggableAuthService/plugins/www/spEditInterfaces.zpt	Wed Jul  6 14:49:05 2005
@@ -19,7 +19,7 @@
         <input type="checkbox" name="interfaces:list" value=""
            tal:attributes="value interface_name;
                checked python:implements and 'checked' or '';
-               disabled python:not hasattr(here, method) and 'checked' or ''" 
+               disabled python:not here.hasMethod(method) and 'checked' or ''" 
         />&nbsp;
         <span tal:replace="title/title"/>
         <i>(<span tal:replace="method"/>)</i>



More information about the Zope-CVS mailing list