Browse Source

! Really fixed the banned entities list table list headers

emanuele 13 years ago
parent
commit
4e83f45df3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Themes/default/ManageBans.template.php

+ 4 - 4
Themes/default/ManageBans.template.php

@@ -184,10 +184,10 @@ function template_ban_edit()
 				<table class="table_grid" width="100%">
 					<thead>
 						<tr class="catbg">
-							<th width="65%" align="left">', $txt['ban_banned_entity'], '</th>
-							<th width="15%" align="center">', $txt['ban_hits'], '</th>
-							<th width="15%" align="center">', $txt['ban_actions'], '</th>
-							<th width="5%" align="center"><input type="checkbox" onclick="invertAll(this, this.form, \'ban_items\');" class="input_check" /></th>
+							<th scope="col" class="first_th" width="65%" align="left">', $txt['ban_banned_entity'], '</th>
+							<th scope="col" width="15%" align="center">', $txt['ban_hits'], '</th>
+							<th scope="col" width="15%" align="center">', $txt['ban_actions'], '</th>
+							<th scope="col" class="last_th" width="5%" align="center"><input type="checkbox" onclick="invertAll(this, this.form, \'ban_items\');" class="input_check" /></th>
 						</tr>
 					</thead>
 					<tbody>';