Ignore:
Timestamp:
28 Apr 2011, 05:45:12 (13 years ago)
Author:
Henrik Bettermann
Message:

Use facultypage.pt for both FacultyPage? and FacultyContainerPage?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultypage.pt

    r5988 r5993  
    1 <h2>Departments</h2>
     1<h2 tal:content="view/label">TITLE</h2>
    22
    33<div tal:condition="python: not len(context.keys())">
    4 There are no departments registered yet.
     4There no subobjects registered yet.
    55</div>
    66
     
    1616      <td> <a tal:attributes="href value/__name__"> <span tal:content="value/code">Name</span></a></td>
    1717      <td tal:content="value/longtitle">Title</td>
    18       <td class="text-right">
    19       </td>
    2018    </tr>
    2119  </tbody>
Note: See TracChangeset for help on using the changeset viewer.