소스 검색

Merge pull request #542 from smfrunic/release-2.1

Adds a select all to ban triggers
Michael Eshom 11 년 전
부모
커밋
941b67ab62
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Themes/default/ManageBans.template.php

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

@@ -101,7 +101,7 @@ function template_ban_edit()
 		echo '
 				<fieldset>
 					<legend>
-						', $txt['ban_triggers'], '
+						<input type="checkbox" onclick="invertAll(this, this.form, \'ban_suggestion\');" class="input_check"> ', $txt['ban_triggers'], '
 					</legend>
 					<dl class="settings">
 						<dt>
@@ -252,7 +252,7 @@ function template_ban_edit_trigger()
 				<div class="content">
 					<fieldset>
 						<legend>
-							', $txt['ban_triggers'], '
+							<input type="checkbox" onclick="invertAll(this, this.form, \'ban_suggestion\');" class="input_check"> ', $txt['ban_triggers'], '
 						</legend>
 						<dl class="settings">
 							<dt>