Karl Bengtsson(e)k dio:
> 
> 2) The manage_comments.pt page template uses the syntax "python  
> test()", which does not work any more. The syntax is used on line 92  
> and 102. According to some googling and searching of the mailing lists  
> the test() method is deprecated. Instead the proper syntax should be :
> 
> tal:attributes="class python:oddrow and 'even' or 'odd'" (line 92)
> 
> and
> 
> checked python:request.get('ids_checked', False) and 'checked' or  
> None; (line 102)


I see a lot of page templates with the "test" syntax inside 
Products.CMFPlone, what is exactly what it doesn't work?


Mikel


-- 
Mikel Larreategi
[EMAIL PROTECTED]

CodeSyntax
Azitaingo Industrialdea 3 K
E-20600 Eibar
Tel: (+34) 943 82 17 80

_______________________________________________
quills-dev mailing list
[email protected]
http://lists.etria.com/cgi-bin/mailman/listinfo/quills-dev

Reply via email to