Ignore:
Timestamp:
Feb 10, 2010 2:13:46 PM (14 years ago)
Author:
liebster
Message:

Fixed global definitions in templates by Plone4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/skins/captchas_discussion/discussion_reply_form.cpt

    r817 r1691  
    1313 
    1414<div metal:fill-slot="main" 
    15      tal:define="errors options/state/getErrors; 
     15     tal:define="template_id template/getId; 
     16                 errors options/state/getErrors; 
     17                 putils context/plone_utils; 
    1618                 thread python:putils.getDiscussionThread(here); 
    1719                 discussable python:thread[0]; 
     20                 here_url context/@@plone_context_state/object_url; 
     21                 member context/@@plone_portal_state/member; 
     22                 isAnon context/@@plone_portal_state/anonymous; 
     23                 toLocalizedTime nocall:context/@@plone/toLocalizedTime; 
    1824                 replies python:thread[1:]"> 
    1925 
Note: See TracChangeset for help on using the changeset viewer.