Changeset 301 for WAeUP_SRP/trunk


Ignore:
Timestamp:
14 Jul 2006, 14:54:42 (18 years ago)
Author:
joachim
Message:

=fixed StudentsFolder?

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

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

    r296 r301  
    66 <property name="content_icon">students_folder.gif</property>
    77 <property name="content_meta_type">StudentsFolder</property>
    8  <property name="product">WAeUP_SRP</property>
    9  <property name="factory">addStudentsFolder</property>
     8 <property name="product">CPSDefault</property>
     9 <property name="factory">addFolder</property>
    1010 <property name="immediate_view">folder_view</property>
    1111 <property name="global_allow">True</property>
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt

    r298 r301  
    4949           tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_author and direction=='asc','author_desc','author_asc'))"
    5050           i18n:translate="label_info_tab_author"></a></strong></th>
    51       <th tal:condition="status_in_tabs" align="center">
     51        <th></th>
     52        <th tal:condition="status_in_tabs" align="center">
    5253        <strong tal:define="sort_status python:sort_by=='status'"
    5354           tal:omit-tag="not:sort_status"><a href=""
     
    9596    <strong tal:content="info/long_title|info/title_or_id">ID</strong></a></td>
    9697  <td align="right">
    97     <span tal:content="item/getId"> </span></td>
     98    <a href="dummy" tal:attributes="href string:${item/absolute_url}/faculty_edit_form">[edit]</a></td>
    9899  <td align="right" tal:condition="size_in_tabs">
    99100    <span tal:condition="info/size|nothing" tal:content="info/size"> </span></td>
Note: See TracChangeset for help on using the changeset viewer.