Browse Source

! In the non-deny setup, the 'check all' textbox was mysteriously detached from its label.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
af2fc5692a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/ManageMembergroups.template.php

+ 1 - 1
Themes/default/ManageMembergroups.template.php

@@ -470,7 +470,7 @@ function template_add_edit_group_boards_list($collapse = true)
 
 	if (empty($modSettings['deny_boards_access']))
 		echo '
-								<br />
+								<br class="clear" /><br />
 								<input type="checkbox" id="checkall_check" class="input_check" onclick="invertAll(this, this.form, \'boardaccess\');" /> <label for="checkall_check"><em>', $txt['check_all'], '</em></label>
 							</fieldset>';
 	else