Changeset 2042 for WAeUP_SRP/trunk/skins
- Timestamp:
- 20 Jul 2007, 15:30:45 (17 years ago)
- 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 9 9 id="external_close_button" 10 10 i18n:attributes="value" /> 11 <span tal:condition="python: 1">11 <span tal:condition="python:0"> 12 12 <tal:block define=" 13 13 use_ajax use_ajax|python:True; -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py
r2018 r2042 117 117 context.courses_catalog.addRecord(**dd) 118 118 ################################################### 119 120 119 120 121 121 if cpsdocument_edit_and_view_button is not None: 122 122 action = '' -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_buttons.pt
r2029 r2042 15 15 id="cpsdocument_create_button" 16 16 tal:condition="creation" /> 17 <span tal:condition="python:0"> 17 18 <tal:block define=" 18 19 use_ajax use_ajax|python:True; … … 39 40 </script> 40 41 </tal:block> 42 </span> 41 43 </metal:block> -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt
r2025 r2042 17 17 tal:attributes="href string:${base_url}document.css" /> 18 18 <metal:block define-macro="widgets_javascript"> 19 <span tal:condition="python:1"> 19 20 21 22 <span tal:condition="python:0"> 20 23 <script type="text/javascript" src="prototype.js" 21 24 tal:attributes="src string:${base_url}prototype.js"></script> … … 29 32 tal:attributes="src string:${base_url}cpsschemas.js"></script> 30 33 </span> 34 35 36 31 37 <tal:block condition="python:modules['Products.CPSUtil.integration'].isProductPresent('Products.FCKeditor')"> 32 38 <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.