Changeset 457:e2c2754452b1 for plugins/antispam
- Timestamp:
- 06/30/11 19:38:28 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r223 r457 166 166 echo 167 167 '<table class="dragable">'. 168 '<caption>'.__('Antispan filters list').'</caption>'. 168 169 '<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>'. 174 175 '</tr></thead>'. 175 176 '<tbody id="filters-list" >'; … … 191 192 '<td class="nowrap">'.form::checkbox(array('filters_active[]'),$fid,$f->active, '', '', false, 'title="'.__('Active').'"').'</td>'. 192 193 '<td class="nowrap">'.form::checkbox(array('filters_auto_del[]'),$fid,$f->auto_delete, '', '', false, 'title="'.__('Auto Del.').'"').'</td>'. 193 '<t d class="nowrap">'.$f->name.'</td>'.194 '<th scope="row" class="nowrap">'.$f->name.'</th>'. 194 195 '<td class="maximal">'.$f->description.'</td>'. 195 196 '<td class="status">'.$gui_link.'</td>'.
Note: See TracChangeset
for help on using the changeset viewer.