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

Remove rapping element <div class="table-responsive"> again and apply Diazo rule instead.

File:
1 edited

Legend:

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

    r11037 r11040  
    3434    <div id="tab2" class="tab-pane">
    3535      <br />
    36       <div class="table-responsive">
    37         <div class="table-responsive">
    38           <table class="display dataTableManage">
    39             <thead>
    40               <tr>
    41                 <th>&nbsp;</th>
    42                 <th i18n:translate="">Term</th>
    43                 <th i18n:translate="">Code</th>
    44                 <th i18n:translate="">Title</th>
    45                 <th i18n:translate="">Dept.</th>
    46                 <th i18n:translate="">Fact.</th>
    47                 <th i18n:translate="">Cred.</th>
    48                 <th i18n:translate="">Requ.</th>
    49                 <th i18n:translate="">Score</th>
    50                 <th i18n:translate="">CO</th>
    51                 <th i18n:translate="">Auto</th>
    52               </tr>
    53             </thead>
    54             <tbody>
    55               <tr tal:repeat="value view/translated_values" class="gradeC">
    56                 <td>
    57                   <input type="checkbox" name="val_id"
    58                           tal:attributes="value value/__name__" />
    59                 </td>
    60                 <td tal:content="value/semester" nowrap>TERM</td>
    61                 <td> <a tal:attributes="href value/url">
    62                 <span tal:content="value/code">CODE</span>
    63                 </a></td>
    64                 <td tal:content="value/title">TITLE</td>
    65                 <td tal:content="value/dcode">DEPARTMENT</td>
    66                 <td tal:content="value/fcode">FACULTY</td>
    67                 <td tal:content="value/credits">CREDITS</td>
    68                 <td tal:content="value/mandatory">MANDATORY</td>
    69                 <td tal:content="value/score|nothing">SCORE</td>
    70                 <td tal:content="value/carry_over">CO</td>
    71                 <td tal:content="value/automatic">AUTO</td>
    72               </tr>
    73             </tbody>
    74           </table>
    75         </div>
    76       </div>
     36      <table class="display dataTableManage">
     37        <thead>
     38          <tr>
     39            <th>&nbsp;</th>
     40            <th i18n:translate="">Term</th>
     41            <th i18n:translate="">Code</th>
     42            <th i18n:translate="">Title</th>
     43            <th i18n:translate="">Dept.</th>
     44            <th i18n:translate="">Fact.</th>
     45            <th i18n:translate="">Cred.</th>
     46            <th i18n:translate="">Requ.</th>
     47            <th i18n:translate="">Score</th>
     48            <th i18n:translate="">CO</th>
     49            <th i18n:translate="">Auto</th>
     50          </tr>
     51        </thead>
     52        <tbody>
     53          <tr tal:repeat="value view/translated_values" class="gradeC">
     54            <td>
     55              <input type="checkbox" name="val_id"
     56                          tal:attributes="value value/__name__" />
     57            </td>
     58            <td tal:content="value/semester" nowrap>TERM</td>
     59            <td> <a tal:attributes="href value/url">
     60            <span tal:content="value/code">CODE</span>
     61            </a></td>
     62            <td tal:content="value/title">TITLE</td>
     63            <td tal:content="value/dcode">DEPARTMENT</td>
     64            <td tal:content="value/fcode">FACULTY</td>
     65            <td tal:content="value/credits">CREDITS</td>
     66            <td tal:content="value/mandatory">MANDATORY</td>
     67            <td tal:content="value/score|nothing">SCORE</td>
     68            <td tal:content="value/carry_over">CO</td>
     69            <td tal:content="value/automatic">AUTO</td>
     70          </tr>
     71        </tbody>
     72      </table>
    7773
    7874      <div tal:condition="view/availableActions">
Note: See TracChangeset for help on using the changeset viewer.