diff options
Diffstat (limited to 'phpBB/adm/style/acp_prune_forums.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_forums.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html index 31be90427d..22592f79c5 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -78,15 +78,15 @@ </dl> <dl> <dt><label for="polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt> - <dd><input type="radio" name="prune_old_polls" value="1" /> {L_YES} <input type="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd> + <dd><input type="radio" class="radio" name="prune_old_polls" value="1" /> {L_YES} <input type="radio" class="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd> </dl> <dl> <dt><label for="announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt> - <dd><input type="radio" name="prune_announce" value="1" /> {L_YES} <input type="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd> + <dd><input type="radio" class="radio" name="prune_announce" value="1" /> {L_YES} <input type="radio" class="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd> </dl> <dl> <dt><label for="sticky">{L_PRUNE_STICKY}:</label></dt> - <dd><input type="radio" name="prune_sticky" value="1" /> {L_YES} <input type="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd> + <dd><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES} <input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd> </dl> </fieldset> |