Ignore:
Timestamp:
3 Feb 2014, 06:56:27 (11 years ago)
Author:
Henrik Bettermann
Message:

Put all data tables into a <div class="table-responsive"> element.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/hostels/browser_templates/containermanagepage.pt

    r11015 r11037  
    3434    <div id="tab2" class="tab-pane">
    3535      <br />
    36       <table class="dataTableManage">
    37         <thead>
    38           <tr>
    39             <th>&nbsp;
    40             </th>
    41             <th i18n:translate="">Id
    42             </th>
    43             <th i18n:translate="">Name
    44             </th>
    45           </tr>
    46         </thead>
    47         <tbody>
    48           <tr tal:repeat="hostel context/values"> <td>
    49               <input type="checkbox" name="val_id" tal:attributes="value hostel/hostel_id" /> </td> <td>
    50               <a tal:attributes="href python: view.url(hostel)" tal:content="hostel/__name__"> ID</a> </td> <td>
    51               <span tal:content="hostel/hostel_name">ID
    52               </span> </td>
    53           </tr>
    54         </tbody>
    55       </table>
     36      <div class="table-responsive">
     37        <table class="dataTableManage">
     38          <thead>
     39            <tr>
     40              <th>&nbsp;
     41              </th>
     42              <th i18n:translate="">Id
     43              </th>
     44              <th i18n:translate="">Name
     45              </th>
     46            </tr>
     47          </thead>
     48          <tbody>
     49            <tr tal:repeat="hostel context/values"> <td>
     50                <input type="checkbox" name="val_id" tal:attributes="value hostel/hostel_id" /> </td> <td>
     51                <a tal:attributes="href python: view.url(hostel)" tal:content="hostel/__name__"> ID</a> </td> <td>
     52                <span tal:content="hostel/hostel_name">ID
     53                </span> </td>
     54            </tr>
     55          </tbody>
     56        </table>
     57      </div>
    5658      <div tal:condition="view/availableActions">
    5759        <span tal:repeat="action view/actions" tal:omit-tag="">
Note: See TracChangeset for help on using the changeset viewer.