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

Add second customer document class.
Select document factory when adding documents.
Add last_transition_date attribute and further property attributes to documents.

File:
1 edited

Legend:

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

    r12016 r12053  
    88      <th i18n:translate="">Document Id</th>
    99      <th i18n:translate="">Title</th>
     10      <th i18n:translate="">Type</th>
     11      <th i18n:translate="">State</th>
     12      <th i18n:translate="">Last Transition</th>
    1013    </tr>
    1114    </thead>
     
    2528          <span tal:content="cl/title">TITLE</span>
    2629        </td>
     30        <td>
     31          <span tal:content="cl/translated_classname">CLASSNAME</span>
     32        </td>
     33        <td>
     34          <span tal:content="cl/translated_state">STATE</span>
     35        </td>
     36        <td>
     37          <span tal:content="cl/formatted_transition_date">
     38              LASTTRANSITIONDATE
     39          </span>
     40        </td>
    2741      </tr>
    2842    </tbody>
Note: See TracChangeset for help on using the changeset viewer.