Changeset 2023 for WAeUP_SRP


Ignore:
Timestamp:
16 Jul 2007, 19:22:16 (17 years ago)
Author:
Henrik Bettermann
Message:

... that was the wrong place to put ajax out of action

Location:
WAeUP_SRP/trunk/skins/waeup_default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/external_edit_buttons.pt

    r2020 r2023  
    99         id="external_close_button"
    1010         i18n:attributes="value" />
     11  <span tal:condition="python:0">
    1112  <tal:block define="
    1213  use_ajax use_ajax|python:True;
     
    3334    </script>
    3435  </tal:block>
     36  </span>
    3537</metal:block>
    3638
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt

    r2022 r2023  
    125125          </dl>         
    126126        </tal:block>
    127         <span tal:condition="python:0">
    128             <metal:block use-macro="python:path('context/%s_edit_buttons/macros/buttons' % form_type)"/>
    129         </span>
     127        <metal:block use-macro="python:path('context/%s_edit_buttons/macros/buttons' % form_type)"/>
    130128        </div>
    131129      </form>
Note: See TracChangeset for help on using the changeset viewer.