Ignore:
Timestamp:
28 Aug 2006, 17:05:19 (18 years ago)
Author:
joachim
Message:

removed metadata and common schemas from Student*
allow Catalog search for getFolderContents
added indizes jamb_reg_no matric_no to catalog.xml

File:
1 edited

Legend:

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

    r430 r435  
    9898        </td>
    9999      </span>
    100       <td align="center" tal:condition="type_in_tabs"
    101           tal:define="draggableclass python:test(not no_form  and sort_by is None, 'draggable droppable', '');
    102                   draggableid python:'draggable'+str(item.getId());
    103                   draggablemouseover
    104                     python:test(not no_form  and sort_by is None, 'setCursor(this, \'move\')', '')">
    105     <div tal:attributes="class draggableclass; id draggableid; onmouseover draggablemouseover">
     100      <td align="center" tal:condition="type_in_tabs">
    106101      <img tal:replace="structure python:here.getImgTag(info['icon'],
    107102                        base_url=base_url, title=info['type'])" />
    108     </div>
    109103  </td>
    110104  <td tal:condition="title_in_tabs">
Note: See TracChangeset for help on using the changeset viewer.