Changeset 999 for WAeUP_SRP/trunk/skins/waeup_academics
- Timestamp:
- 6 Dec 2006, 10:46:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_contents.pt
r502 r999 53 53 54 54 <!-- a content_lib macro --> 55 <!-- $Id$-->55 <!-- from content_lib_display_contents_column.pt academics_contents.pt --> 56 56 57 57 <!-- List contents in 'items' in the specified number of columns … … 59 59 60 60 <tal:block 61 define="tmp_format format|nothing; 61 define="no_ajax not:nothing; 62 tmp_format format|nothing; 62 63 tmp_sort_by sort_by|nothing; 63 64 tmp_direction direction|nothing; … … 118 119 <td align="left" valign="top"> 119 120 <tal:block define="no_form not:nothing; 121 no_ajax no_ajax|nothing; 120 122 info python:here.getContentInfo(item, level=1, cpsmcat=cpsmcat);"> 121 123 <metal:block use-macro="here/content_lib_info_summary/macros/info_summary" /> … … 133 135 <tal:block condition="batch_items"> 134 136 <!-- a content_lib macro --> 135 <!-- $Id$-->137 <!-- from content_lib_info_detail_tab.pt --> 136 138 137 139 <!-- Final display of items in a column using the given format --> … … 150 152 ('Manager', 'WorkspaceManager'), here); 151 153 "> 152 <div id="ajax_psm" style="display:none" tal:condition="python:not no_form ">154 <div id="ajax_psm" style="display:none" tal:condition="python:not no_form and not no_ajax"> 153 155 ajax feedback 154 156 </div> … … 170 172 XXX Deactivated for CPS 3.4.0, will be re-enabled for 3.4.1 171 173 172 <tal:block tal:condition="python:not no_form and sort_by is None"174 <tal:block tal:condition="python:not no_form and not no_ajax and sort_by is None" 173 175 tal:define="ajax_working_msg python:cpsmcat('ajax_working'); 174 176 ajax_working_msg python:ajax_working_msg.replace('\'', '\\\'');
Note: See TracChangeset for help on using the changeset viewer.