Dotclear


Ignore:
Timestamp:
06/30/11 19:38:28 (14 years ago)
Author:
Tomtom33 <tbouron@…>
Branch:
formfilters
Message:

Fixed tables in admin pages - step 2, closes #1068,#1069

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/index.php

    r223 r457  
    166166     echo 
    167167     '<table class="dragable">'. 
     168     '<caption>'.__('Antispan filters list').'</caption>'. 
    168169     '<thead><tr>'. 
    169      '<th>'.__('Order').'</th>'. 
    170      '<th>'.__('Active').'</th>'. 
    171      '<th>'.__('Auto Del.').'</th>'. 
    172      '<th class="nowrap">'.__('Filter name').'</th>'. 
    173      '<th colspan="2">'.__('Description').'</th>'. 
     170     '<th scope="col">'.__('Order').'</th>'. 
     171     '<th scope="col">'.__('Active').'</th>'. 
     172     '<th scope="col">'.__('Auto Del.').'</th>'. 
     173     '<th scope="col" class="nowrap">'.__('Filter name').'</th>'. 
     174     '<th scope="col" colspan="2">'.__('Description').'</th>'. 
    174175     '</tr></thead>'. 
    175176     '<tbody id="filters-list" >'; 
     
    191192          '<td class="nowrap">'.form::checkbox(array('filters_active[]'),$fid,$f->active, '', '', false, 'title="'.__('Active').'"').'</td>'. 
    192193          '<td class="nowrap">'.form::checkbox(array('filters_auto_del[]'),$fid,$f->auto_delete, '', '', false, 'title="'.__('Auto Del.').'"').'</td>'. 
    193           '<td class="nowrap">'.$f->name.'</td>'. 
     194          '<th scope="row" class="nowrap">'.$f->name.'</th>'. 
    194195          '<td class="maximal">'.$f->description.'</td>'. 
    195196          '<td class="status">'.$gui_link.'</td>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map