Ignore:
Timestamp:
21 Nov 2014, 05:08:19 (10 years ago)
Author:
Henrik Bettermann
Message:

Add more customer document components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/documentsmanagepage.pt

    r12015 r12016  
    77      <th>&nbsp;</th>
    88      <th i18n:translate="">Document Id</th>
     9      <th i18n:translate="">Title</th>
    910    </tr>
    1011    </thead>
     
    1718         tal:condition="python: not view.unremovable(cl)" />
    1819        </td>
    19         <td> <a tal:attributes="href python: view.url(cl)">
    20         <span tal:content="cl/document_id">PDID</span></a></td>
     20        <td>
     21          <a tal:attributes="href python: view.url(cl)">
     22          <span tal:content="cl/document_id">DOCID</span></a>
     23        </td>
     24        <td>
     25          <span tal:content="cl/title">TITLE</span>
     26        </td>
    2127      </tr>
    2228    </tbody>
Note: See TracChangeset for help on using the changeset viewer.