Ignore:
Timestamp:
6 Dec 2006, 10:46:32 (18 years ago)
Author:
joachim
Message:

edit app_ac_pin if not set (logged_in.py)
set default to all states (search students)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_contents.pt

    r502 r999  
    5353
    5454<!-- a content_lib macro -->
    55 <!-- $Id$ -->
     55<!-- from content_lib_display_contents_column.pt academics_contents.pt -->
    5656
    5757<!-- List contents in 'items' in the specified number of columns
     
    5959
    6060<tal:block
    61   define="tmp_format format|nothing;
     61  define="no_ajax not:nothing;
     62          tmp_format format|nothing;
    6263          tmp_sort_by sort_by|nothing;
    6364          tmp_direction direction|nothing;
     
    118119      <td align="left" valign="top">
    119120       <tal:block define="no_form not:nothing;
     121                          no_ajax no_ajax|nothing;
    120122         info python:here.getContentInfo(item, level=1, cpsmcat=cpsmcat);">
    121123         <metal:block use-macro="here/content_lib_info_summary/macros/info_summary" />
     
    133135        <tal:block condition="batch_items">
    134136<!-- a content_lib macro -->
    135 <!-- $Id$ -->
     137<!-- from content_lib_info_detail_tab.pt -->
    136138
    137139<!-- Final display of items in a column using the given format -->
     
    150152                                     ('Manager', 'WorkspaceManager'), here);
    151153">
    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">
    153155      ajax feedback
    154156  </div>
     
    170172  XXX Deactivated for CPS 3.4.0, will be re-enabled for 3.4.1
    171173
    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"
    173175               tal:define="ajax_working_msg python:cpsmcat('ajax_working');
    174176                           ajax_working_msg python:ajax_working_msg.replace('\'', '\\\'');
Note: See TracChangeset for help on using the changeset viewer.