Changeset 494 for WAeUP_SRP


Ignore:
Timestamp:
8 Sep 2006, 13:20:42 (18 years ago)
Author:
Henrik Bettermann
Message:

new vocabulary
academics_contents view for StudentApplication?

Location:
WAeUP_SRP/trunk
Files:
1 added
32 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml

    r488 r494  
    2222  <element value="student_application"/>
    2323 </property>
    24  <property name="layout_clusters">
    25   <element value="adm_slip:student_application_fe"/>
    26  </property>
     24 <property name="layout_clusters"/>
    2725 <property name="flexible_layouts"/>
    2826 <property name="storage_methods"/>
    2927 <property name="cps_is_portlet">False</property>
    30  <alias from="(Default)" to="cpsdocument_view"/>
    31  <alias from="view" to="cpsdocument_view"/>
    32  <action title="View" action_id="view" category="object" condition_expr=""
    33     url_expr="string:${object_url}/cpsdocument_view" visible="True">
     28 <alias from="(Default)" to="academics_contents"/>
     29 <alias from="view" to="academics_contents"/>
     30 <action title="Standard View" action_id="view" category="object" condition_expr=""
     31    url_expr="string:${object_url}/academics_contents" visible="True">
    3432  <permission value="View"/>
    3533 </action>
     
    3937  <permission value="Modify portal content"/>
    4038 </action>
     39 <action title="action_metadata" action_id="metadata" category="object"
     40    condition_expr="python:member and 'Manager' in member.getRoles()"
     41    url_expr="string:${object_url}/cpsdocument_metadata" visible="False">
     42  <permission value="Modify portal content"/>
     43 </action>
    4144</object>
  • WAeUP_SRP/trunk/profiles/default/vocabularies.xml

    r486 r494  
    88 <object name="waeup_bed_letters" meta_type="CPS Vocabulary"/>
    99 <object name="nigerian_states" meta_type="CPS Vocabulary"/>
    10  <object name="range10" meta_type="CPS Vocabulary"/>
    11  <object name="range20" meta_type="CPS Vocabulary"/>
    12  <object name="range5" meta_type="CPS Vocabulary"/>
    13  <object name="range50" meta_type="CPS Vocabulary"/>
    1410 <object name="semester_voc" meta_type="CPS Vocabulary"/>
    1511 <object name="local_gov_areas" meta_type="CPS Vocabulary"/>
     
    1915 <object name="religion" meta_type="CPS Vocabulary"/>
    2016 <object name="exam_types" meta_type="CPS Vocabulary"/>
     17 <object name="pin_prefixes" meta_type="CPS Vocabulary"/>
    2118 </object>
  • WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt

    r493 r494  
    77      tal:attributes="href string:${base_url}document.css" />
    88  </metal:block>
     9 
    910  <metal:block fill-slot="header">
    1011  </metal:block>
     
    1819      <tal:block tal:define="application_data python:context.getContent();">
    1920     
    20       <span tal:content="here/passport" />
     21      <span tal:content="structure here/passport" />
    2122     
    2223      <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
Note: See TracChangeset for help on using the changeset viewer.