Changeset 1280:d9627cb1cb02 for plugins/antispam/index.php
- Timestamp:
- 08/06/13 10:03:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1274 r1280 204 204 '<td class="nowrap">'.form::checkbox(array('filters_active[]'),$fid,$f->active, '', '', false, 'title="'.__('Active').'"').'</td>'. 205 205 '<td class="nowrap">'.form::checkbox(array('filters_auto_del[]'),$fid,$f->auto_delete, '', '', false, 'title="'.__('Auto Del.').'"').'</td>'. 206 '<td class="nowrap" scope="r ow">'.$f->name.'</td>'.206 '<td class="nowrap" scope="raw">'.$f->name.'</td>'. 207 207 '<td class="maximal">'.$f->description.'</td>'. 208 208 '<td class="status">'.$gui_link.'</td>'.
Note: See TracChangeset
for help on using the changeset viewer.