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

Further adjustments of forms, tables and buttons in browser module.

File:
1 edited

Legend:

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

    r10995 r10999  
    3535        <span i18n:domain="waeup.kofa" i18n:translate="">Courses</span>
    3636      </h3>
    37       <table class="display dataTableManage">
     37      <table class="dataTableManage">
    3838        <thead>
    3939          <tr>
     
    4848        </thead>
    4949        <tbody>
    50           <tr tal:repeat="cc context/values" class="gradeC">
     50          <tr tal:repeat="cc context/values">
    5151            <td>
    5252              <input type="checkbox" name="val_id"
     
    9494    <div id="tab3" class="tab-pane">
    9595      <br />
    96       <table class="display dataTableManage">
     96      <table class="dataTableManage">
    9797        <thead>
    9898          <tr>
     
    108108        </thead>
    109109        <tbody>
    110           <tr tal:repeat="entry view/getUsersWithLocalRoles" class="gradeC"> <td>
     110          <tr tal:repeat="entry view/getUsersWithLocalRoles"> <td>
    111111            <input type="checkbox" name="role_id"
    112112                   tal:attributes="value python: entry['user_name']+'|'+entry['local_role']" /> </td>
     
    122122                 tal:replace="structure action/render"/>
    123123        </span>
    124         </div><br /><br />
    125         <table class="form-table">
    126           <tr> <td>
    127             <select id="user" name="user">
    128               <option tal:repeat="user view/getUsers"
    129                       tal:attributes="value user/name">
    130                 <span tal:replace="user/val/title">USERTITLE
    131                 </span>
    132               </option>
    133               </select> </td> <td>
    134               <select id="local_role" name="local_role">
    135                 <option tal:repeat="localrole view/getLocalRoles"
    136                         tal:attributes="value localrole/name">
    137                   <span tal:replace="localrole/title">LOCALROLETITLE
    138                   </span>
    139                 </option>
    140                 </select> </td> <td>
    141                 <div tal:condition="view/availableActions">
    142                   <span tal:repeat="action view/actions" tal:omit-tag="">
    143                     <input tal:condition="python:action.label in view.tabthreeactions2"
    144                            tal:replace="structure action/render"/>
    145                   </span>
    146                 </div>
    147               </td>
    148           </tr>
    149         </table>
     124      </div><br /><br />
     125      <div class="form-inline">
     126        <br />
     127        <div class="form-group">
     128          <select id="user" name="user">
     129            <option tal:repeat="user view/getUsers"
     130                    tal:attributes="value user/name">
     131            <span tal:replace="user/val/title">USERTITLE
     132            </span>
     133            </option>
     134          </select>
     135        </div>
     136        <div class="form-group">
     137          <select id="local_role" name="local_role">
     138            <option tal:repeat="localrole view/getLocalRoles"
     139                    tal:attributes="value localrole/name">
     140            <span tal:replace="localrole/title">LOCALROLETITLE
     141            </span>
     142            </option>
     143          </select>
     144        </div>
     145        <div class="form-group">
     146          <div tal:condition="view/availableActions">
     147            <span tal:repeat="action view/actions" tal:omit-tag="">
     148              <input tal:condition="python:action.label in view.tabthreeactions2"
     149                     tal:replace="structure action/render"/>
     150            </span>
     151          </div>
     152        </div>
     153      </div>
    150154    </div>
    151155  </div>
Note: See TracChangeset for help on using the changeset viewer.