Changeset 3:cf375f1e7b0f for plugins/antispam/index.php
- Timestamp:
- 04/27/11 09:06:30 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r0 r3 147 147 '<p>'.$core->formNonce(). 148 148 form::hidden('ts',time()). 149 '<input name="delete_all" type="submit" value="'.__('Delete all spams').'" /></p>';149 '<input name="delete_all" class="delete" type="submit" value="'.__('Delete all spams').'" /></p>'; 150 150 } 151 151 if ($moderationTTL != null && $moderationTTL >=0) {
Note: See TracChangeset
for help on using the changeset viewer.