Ignore:
Timestamp:
4 May 2007, 19:38:23 (18 years ago)
Author:
Henrik Bettermann
Message:

merging with CPSSkinsless branch

In ZMI:

  • delete all portlets in .cps_portlets
  • delete all portlets in portal_cpsportlets
  • import Portlet Tool, Skins Tool and Themes Tool
  • optionally: - delete all themes in portal_themes and delete all method themes in portal_themes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/student_view.pt

    r1527 r1737  
    11<metal:body use-macro="here/main_template/macros/master">
    22    <metal:main fill-slot="main"
    3            tal:define="info context/getStudentFolderInfo;
    4                 is_so info/is_sectionofficer|nothing;
    5                 is_staff info/is_staff|nothing;
    6                 is_student info/is_student">
    7       <span tal:condition="not: info">
     3           tal:define="info context/getStudentFolderInfo;">
     4      <metal:block tal:condition="not: info">
    85        <span tal:content="here/illegal_view" />
    9       </span>
    10       <span tal:condition="info"
    11             tal:define="review_state info/review_state;
    12                         rows python: info['items']">
     6      </metal:block>
     7      <metal:block tal:condition="info">
     8      <metal:block tal:define="review_state info/review_state;
     9                        rows python: info['items'];
     10                        is_so info/is_sectionofficer|nothing;
     11                        is_staff info/is_staff|nothing;
     12                        is_student info/is_student">
    1313
    1414      <a href="" tal:condition="is_staff"
     
    103103    </table>
    104104       
    105     </span>
     105    </metal:block>
     106    </metal:block>
    106107    </metal:main>
    107108</metal:body>
Note: See TracChangeset for help on using the changeset viewer.