Dotclear

Changeset 2002:a0de6679a058 for plugins


Ignore:
Timestamp:
09/22/13 12:09:07 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Tableaux responsive. Poke jcDenis :-)

Location:
plugins
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/index.php

    r1553 r2002  
    134134 
    135135<?php 
    136 $table_header = '<table class="settings" id="%s"><caption class="as_h3">%s</caption>'. 
     136$table_header = '<div class="table-outer"><table class="settings" id="%s"><caption class="as_h3">%s</caption>'. 
    137137'<thead>'. 
    138138'<tr>'."\n". 
     
    144144'</thead>'."\n". 
    145145'<tbody>'; 
    146 $table_footer = '</tbody></table>'; 
     146$table_footer = '</tbody></table></div>'; 
    147147 
    148148$settings = array(); 
  • plugins/antispam/index.php

    r1941 r2002  
    185185 
    186186     echo 
     187     '<div class="table-outer">'. 
    187188     '<table class="dragable">'. 
    188189     '<caption class="as_h3">'.__('Available spam filters').'</caption>'. 
     
    219220     } 
    220221     echo 
    221      '</tbody></table>'. 
     222     '</tbody></table></div>'. 
    222223     '<p>'.form::hidden('filters_order',''). 
    223224     $core->formNonce(). 
  • plugins/blogroll/edit.php

    r1941 r2002  
    154154     '<div class="col70 last-col">'. 
    155155     '<h3>'.__('XFN information').'</h3>'. 
     156     '<div class="table-outer">'. 
    156157     '<table class="noborder">'. 
    157158      
     
    235236     '</p></td>'. 
    236237     '</tr>'. 
    237      '</table>'. 
     238     '</table></div>'. 
    238239      
    239240     '</div>'. 
  • plugins/blogroll/index.php

    r1553 r2002  
    212212 
    213213<form action="plugin.php" method="post" id="links-form"> 
    214 <table class="maximal dragable"> 
     214<div class="table-outer"> 
     215<table class="dragable"> 
    215216<thead> 
    216217<tr> 
     
    253254?> 
    254255</tbody> 
    255 </table> 
     256</table></div> 
    256257 
    257258<div class="two-cols"> 
  • plugins/daInstaller/inc/lib.da.installer.ui.php

    r1568 r2002  
    5252                
    5353               $html_block = 
    54                     '<table summary="modules" class="maximal">'. 
     54                    '<div class="table-outer">'. 
     55                    '<table caption="modules" class="maximal">'. 
    5556                    '<thead>'. 
    5657                    '<tr>'. 
     
    6263                    '</thead>'. 
    6364                    '<tbody>%s</tbody>'. 
    64                     '</table>'; 
     65                    '</table></div>'; 
    6566                
    6667               echo '<p class="pagination">'.__('Page(s)').' : '.$pager->getLinks().'</p>'; 
     
    206207          $html_block = 
    207208               '<form action="'.$url.'" method="post">'. 
    208                '<table summary="upd-%1$s" class="maximal">'. 
     209               '<div class="table-outer">'. 
     210               '<table caption="upd-%1$s" class="maximal">'. 
    209211               '<thead>'. 
    210212               '<tr>'. 
     
    215217               '</thead>'. 
    216218               '<tbody>%2$s</tbody>'. 
    217                '</table>'. 
     219               '</table></div>'. 
    218220               '<div class="two-cols">'. 
    219221               '<p class="col checkboxes-helpers"></p>'. 
  • plugins/pages/list.php

    r2000 r2002  
    3333               }               
    3434               $html_block = 
     35               '<div class="table-outer">'. 
    3536               '<table class="maximal dragable"><thead><tr>'. 
    3637               '<th colspan="3">'.__('Title').'</th>'. 
     
    4041               '<th>'.__('Trackbacks').'</th>'. 
    4142               '<th>'.__('Status').'</th>'. 
    42                '</tr></thead><tbody id="pageslist">%s</tbody></table>'; 
     43               '</tr></thead><tbody id="pageslist">%s</tbody></table></div>'; 
    4344                
    4445               if ($enclose_block) { 
  • plugins/simpleMenu/index.php

    r1973 r2002  
    461461     // Entête table 
    462462     echo  
    463           '<table class="maximal dragable">'. 
     463          '<div class="table-outer">'. 
     464          '<table class="dragable">'. 
    464465          '<caption>'.__('Menu items list').'</caption>'. 
    465466          '<thead>'. 
     
    495496     } 
    496497     echo '</tbody>'. 
    497           '</table>'; 
     498          '</table></div>'; 
    498499     if (!$step) { 
    499500          echo '<div class="two-cols">'; 
  • plugins/tags/tags.php

    r1358 r2002  
    6262} 
    6363 
    64 $table = '<div class="col"><table class="tags">%s</table></div>'; 
     64$table = '<div class="col"><div class="table-outer"><table class="tags">%s</table></div></div>'; 
    6565 
    6666if ($cols[0]) 
  • plugins/userPref/index.php

    r1553 r2002  
    130130 
    131131<?php  
    132 $table_header = '<table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 
     132$table_header = '<div class="table-outer"><table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 
    133133'<thead>'. 
    134134'<tr>'."\n". 
     
    140140'</thead>'."\n". 
    141141'<tbody>'; 
    142 $table_footer = '</tbody></table>'; 
     142$table_footer = '</tbody></table></div>'; 
    143143 
    144144$prefs = array(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map