Changeset 2034 in products for quintagroup.captcha.core


Ignore:
Timestamp:
Mar 30, 2010 11:39:51 AM (14 years ago)
Author:
mylan
Message:

#172: Fix breakage in plone4

Location:
quintagroup.captcha.core/trunk/quintagroup/captcha/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/skins/captcha_core/captcha_widget.pt

    r1954 r2034  
    11<div metal:define-macro="captcha" 
    22     tal:omit-tag="" 
    3      i18n:domain="quintagroup.captcha.core"> 
     3     i18n:domain="quintagroup.captcha.core" 
     4     tal:define="Iterator python:modules['Products.CMFPlone'].IndexIterator; 
     5                 tabindex python:Iterator(mainSlot=False)"> 
    46  <div class="field" 
    57       tal:define="hk here/getCaptcha; 
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/tests/test_captcha/test_form.cpt

    r1957 r2034  
    77    <div metal:use-macro="here/global_statusmessage/macros/portal_message" /> 
    88    <form name="edit_form" method="post" action="talkback" 
    9           tal:attributes="action string:$here_url/$template_id"> 
     9          tal:attributes="action python:context.absolute_url()+'/'+template.id"> 
    1010        <div metal:use-macro="here/captcha_widget/macros/captcha"></div> 
    1111        <input class="context" type="submit" value="Save" name="form.button.Save" /> 
Note: See TracChangeset for help on using the changeset viewer.