Changeset 2042 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
20 Jul 2007, 15:30:45 (17 years ago)
Author:
Henrik Bettermann
Message:

disable ajax because it does not work on the live system

also, it does not write any logging message

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

Legend:

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

    r2026 r2042  
    99         id="external_close_button"
    1010         i18n:attributes="value" />
    11   <span tal:condition="python:1">
     11  <span tal:condition="python:0">
    1212  <tal:block define="
    1313  use_ajax use_ajax|python:True;
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py

    r2018 r2042  
    117117                context.courses_catalog.addRecord(**dd)
    118118    ###################################################
    119    
    120    
     119
     120
    121121    if cpsdocument_edit_and_view_button is not None:
    122122        action = ''
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_buttons.pt

    r2029 r2042  
    1515         id="cpsdocument_create_button"
    1616         tal:condition="creation" />
     17  <span tal:condition="python:0">       
    1718  <tal:block define="
    1819  use_ajax use_ajax|python:True;
     
    3940    </script>
    4041  </tal:block>
     42  </span>
    4143</metal:block>
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt

    r2025 r2042  
    1717              tal:attributes="href string:${base_url}document.css" />
    1818        <metal:block define-macro="widgets_javascript">
    19           <span tal:condition="python:1">
     19
     20       
     21         
     22          <span tal:condition="python:0">
    2023            <script type="text/javascript" src="prototype.js"
    2124                    tal:attributes="src string:${base_url}prototype.js"></script>
     
    2932                    tal:attributes="src string:${base_url}cpsschemas.js"></script>
    3033          </span>
     34         
     35         
     36         
    3137          <tal:block condition="python:modules['Products.CPSUtil.integration'].isProductPresent('Products.FCKeditor')">
    3238            <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.