Ignore:
Timestamp:
13 Mar 2011, 01:45:49 (14 years ago)
Author:
uli
Message:

Don't display (maybe huge) description of applicants containers on
applicants root manage page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantsrooteditpage.pt

    r5826 r5860  
    1 Available applicant containers:
    21<form method="POST">
    32  <table>
    43    <thead>
    54      <tr>
    6         <th>&nbsp;</th><th>Name</th><th>Description</th>
     5        <th>&nbsp;</th><th>Name</th><th>Title</th>
    76      </tr>
    87    </thead>
     
    2221        <td>
    2322          <span tal:define="name entry/name">
    24             <span tal:content="python: context[name].title">Title</span> --
    25             <span tal:content="python: context[name].description">Description</span>
     23            <span tal:content="python: context[name].title">Title</span>
    2624          </span>
    2725        </td>
Note: See TracChangeset for help on using the changeset viewer.