Ignore:
Timestamp:
7 Jul 2021, 07:05:37 (3 years ago)
Author:
Henrik Bettermann
Message:

Adjust pagetemplates.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatepage.pt

    r14647 r16530  
    1616  </tal:block>
    1717</tbody>
     18</table>
     19
     20<h3>
     21  <span i18n:domain="waeup.kofa" i18n:translate="">Local Roles</span>
     22</h3>
     23
     24<table class="table table-hover" i18n:domain="waeup.kofa">
     25  <thead>
     26    <tr>
     27      <th i18n:translate="">Officer Name
     28      </th>
     29      <th i18n:translate="">Local Role
     30      </th>
     31      <th></th>
     32    </tr>
     33  </thead>
     34  <tbody>
     35    <tr tal:repeat="entry view/getUsersWithLocalRoles">
     36      <td tal:content="entry/public_name"> PUBLICNAME </td>
     37      <td tal:content="entry/local_role_title"> LOCAL ROLE </td>
     38      <td>
     39        <a href=""
     40           i18n:translate=""
     41           tal:attributes="href python: view.url(entry['user'], 'contactuser')"
     42           class="btn btn-success btn-xs">Contact</a>
     43      </td>
     44    </tr>
     45  </tbody>
    1846</table>
    1947
Note: See TracChangeset for help on using the changeset viewer.