Ignore:
Timestamp:
30 Jan 2014, 17:11:23 (11 years ago)
Author:
Henrik Bettermann
Message:

First adjustments in students module.

Location:
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/departmentmanagepage.pt

    r10999 r11013  
    9191    </div>
    9292    <div id="tab4" class="tab-pane"> <br />
    93     <table class="dataTableManage">
    94       <thead>
    95         <tr>
    96           <th>&nbsp;
    97           </th>
    98           <th i18n:translate="">User Id
    99           </th>
    100           <th i18n:translate="">Name
    101           </th>
    102           <th i18n:translate="">Local Role
    103           </th>
    104         </tr>
    105       </thead>
    106       <tbody>
    107         <tr tal:repeat="entry view/getUsersWithLocalRoles">
    108           <td> <input type="checkbox" name="role_id"
    109           tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td>
    110           <td tal:content="entry/user_name"> USERNAME </td>
    111           <td tal:content="entry/user_title"> USERTITLE </td>
    112           <td tal:content="entry/local_role_title"> LOCAL ROLE </td>
    113         </tr>
    114       </tbody>
    115     </table>
     93      <table class="dataTableManage">
     94        <thead>
     95          <tr>
     96            <th>&nbsp;
     97            </th>
     98            <th i18n:translate="">User Id
     99            </th>
     100            <th i18n:translate="">Name
     101            </th>
     102            <th i18n:translate="">Local Role
     103            </th>
     104          </tr>
     105        </thead>
     106        <tbody>
     107          <tr tal:repeat="entry view/getUsersWithLocalRoles">
     108            <td> <input type="checkbox" name="role_id"
     109            tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td>
     110            <td tal:content="entry/user_name"> USERNAME </td>
     111            <td tal:content="entry/user_title"> USERTITLE </td>
     112            <td tal:content="entry/local_role_title"> LOCAL ROLE </td>
     113          </tr>
     114        </tbody>
     115      </table>
    116116      <div tal:condition="view/availableActions">
    117117        <span tal:repeat="action view/actions" tal:omit-tag="">
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/fileupload.pt

    r8135 r11013  
    1818              name python:('delete_%s' % viewlet.input_name);
    1919              value viewlet/delete_button"
    20            class="btn error" />
     20           class="btn btn-danger" />
    2121    <input type="submit"
    2222             tal:attributes="id python:('upload_%s' % viewlet.input_name);
    2323                name python:('upload_%s' % viewlet.input_name);
    2424                value viewlet/upload_button"
    25              class="btn primary" />
     25             class="btn btn-primary" />
    2626    <span i18n:translate="">
    2727      Max. file size:
Note: See TracChangeset for help on using the changeset viewer.