Ignore:
Timestamp:
1 Mar 2012, 07:51:32 (13 years ago)
Author:
Henrik Bettermann
Message:

Finalize internationalization of py and pt files. Javascript is still missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/paymentsmanagepage.pt

    r7629 r7738  
    11<form action="." tal:attributes="action request/URL" method="POST"
    2       enctype="multipart/form-data">
     2      i18n:domain="waeup.sirp" enctype="multipart/form-data">
    33
    44  <table class="display dataTableManage">
    55    <thead>
    66    <tr>
    7       <th>&nbsp;</th>
    8       <th>Payment Id</th>
    9       <th>Creation Date</th>
    10       <th>Payment Date</th>
    11       <th>Category</th>
    12       <th>Item</th>
    13       <th>Session</th>
    14       <th>State</th>
     7      <th i18n:translate="">&nbsp;</th>
     8      <th i18n:translate="">Payment Id</th>
     9      <th i18n:translate="">Creation Date</th>
     10      <th i18n:translate="">Payment Date</th>
     11      <th i18n:translate="">Category</th>
     12      <th i18n:translate="">Item</th>
     13      <th i18n:translate="">Session</th>
     14      <th i18n:translate="">State</th>
    1515    </tr>
    1616    </thead>
Note: See TracChangeset for help on using the changeset viewer.