Changeset 4430


Ignore:
Timestamp:
25 Jul 2009, 08:41:23 (15 years ago)
Author:
uli
Message:

Use new department table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/university/faculty_templates/departmentlist.pt

    r4227 r4430  
    66  </div>
    77
    8   <ul>
    9     <li tal:repeat="dep context/values">
    10       <a href="."
    11          tal:content="dep/title"
    12          tal:attributes="href python:view.url(dep)">
    13         Department Name
    14       </a>
    15     </li>
    16   </ul>
    17 
    18   <div>
    19     <form method="POST"
    20           tal:attributes="action string:add">
    21       <input type="submit" name="adddepartment" value="Add" />
    22     </form>
     8  <div name="thedepartmenttable" tal:condition="python: len(context.keys())">
     9    <div tal:replace="structure viewlet/table/renderHTML" />
    2310  </div>
Note: See TracChangeset for help on using the changeset viewer.