Changeset 1341:530893ad2aab for plugins/antispam/index.php
- Timestamp:
- 08/12/13 15:46:42 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1339 r1341 178 178 # Filters 179 179 echo 180 '<form action="'.$p_url.'" method="post" class="fieldset"id="filters-form">';180 '<form action="'.$p_url.'" method="post" id="filters-form">'; 181 181 182 182 if (!empty($_GET['upd'])) { … … 186 186 echo 187 187 '<table class="dragable">'. 188 '<caption >'.__('Available spam filters').'</caption>'.188 '<caption class="as_h3">'.__('Available spam filters').'</caption>'. 189 189 '<thead><tr>'. 190 190 '<th>'.__('Order').'</th>'.
Note: See TracChangeset
for help on using the changeset viewer.