Dotclear


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

Tableaux responsive. Poke jcDenis :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.pager.php

    r1999 r2002  
    167167               } 
    168168               $html_block = 
    169                '<table class="clear"><caption class="hidden">'.__('Entries list').'</caption><tr>'. 
     169               '<div class="table-outer">'. 
     170               '<table><caption class="hidden">'.__('Entries list').'</caption><tr>'. 
    170171               '<th colspan="2" class="first">'.__('Title').'</th>'. 
    171172               '<th scope="col">'.__('Date').'</th>'. 
     
    175176               '<th scope="col">'.__('Trackbacks').'</th>'. 
    176177               '<th scope="col">'.__('Status').'</th>'. 
    177                '</tr>%s</table>'; 
     178               '</tr>%s</table></div>'; 
    178179                
    179180               if ($enclose_block) { 
     
    279280                
    280281               $html_block = 
    281                '<table class="clear"><caption class="hidden">'.__('Entries list').'</caption><tr>'. 
     282               '<div class="table-outer clear">'. 
     283               '<table><caption class="hidden">'.__('Entries list').'</caption><tr>'. 
    282284               '<th scope="col">'.__('Title').'</th>'. 
    283285               '<th scope="col">'.__('Date').'</th>'. 
    284286               '<th scope="col">'.__('Author').'</th>'. 
    285287               '<th scope="col">'.__('Status').'</th>'. 
    286                '</tr>%s</table>'; 
     288               '</tr>%s</table></div>'; 
    287289                
    288290               if ($enclose_block) { 
     
    377379               }               
    378380               $html_block = 
     381               '<div class="table-outer">'. 
    379382               '<table><caption class="hidden">'.__('Comments and trackbacks list').'</caption><tr>'. 
    380383               '<th colspan="2" scope="col" abbr="comm" class="first">'.__('Type').'</th>'. 
     
    383386               '<th scope="col" class="txt-center">'.__('Status').'</th>'. 
    384387               '<th scope="col" abbr="entry">'.__('Entry title').'</th>'. 
    385                '</tr>%s</table>'; 
     388               '</tr>%s</table></div>'; 
    386389 
    387390               if ($enclose_block) { 
     
    485488                
    486489               $html_block = 
    487                '<table class="clear"><caption class="hidden">'.__('Users list').'</caption><tr>'. 
     490               '<div class="table-outer clear">'. 
     491               '<table><caption class="hidden">'.__('Users list').'</caption><tr>'. 
    488492               '<th colspan="2" scope="col" class="first">'.__('Username').'</th>'. 
    489493               '<th scope="col">'.__('First Name').'</th>'. 
     
    491495               '<th scope="col">'.__('Display name').'</th>'. 
    492496               '<th scope="col" class="nowrap">'.__('Entries (all types)').'</th>'. 
    493                '</tr>%s</table>'; 
     497               '</tr>%s</table></div>'; 
    494498                
    495499               if ($enclose_block) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map