Skip to content

Commit d9068f6

Browse files
committed
Fix a search parameter.
1 parent 72a542b commit d9068f6

9 files changed

+18
-18
lines changed

web_upload/themes/default/box_admin_admins_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >SteamID</td>
1818
<td class="listtable_1" >
1919
<input class="textbox" type="text" id="steamid" value="" onmouseup="$('steam_').checked = true" style="width: 233px; margin-right: 15px;"><select class="select" id="steam_match" onmouseup="$('steam_').checked = true" style="width: 105px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/default/box_admin_bans_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >Steam ID</td>
1818
<td class="listtable_1" >
1919
<input class="textbox" type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="width: 50%; margin-right: 12px;"><select class="select" id="steam_match" onmouseup="$('steam_').checked = true" style="width: 33%;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/default/box_admin_comms_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >Steam ID</td>
1818
<td class="listtable_1" >
1919
<input class="textbox" type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="width: 50%; margin-right: 12px;"><select class="select" id="steam_match" onmouseup="$('steam_').checked = true" style="width: 33%;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/sb_default/box_admin_admins_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >SteamID</td>
1818
<td class="listtable_1" >
1919
<input type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 150px;"><select id="steam_match" onmouseup="$('steam_').checked = true" style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 100px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/sb_default/box_admin_bans_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >Steam ID</td>
1818
<td class="listtable_1" >
1919
<input type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 150px;"><select id="steam_match" onmouseup="$('steam_').checked = true" style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 100px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/sb_default/box_admin_comms_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >Steam ID</td>
1818
<td class="listtable_1" >
1919
<input type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 150px;"><select id="steam_match" onmouseup="$('steam_').checked = true" style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 100px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/sourcebans_dark/box_admin_admins_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >SteamID</td>
1818
<td class="listtable_1" >
1919
<input type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 150px;"><select id="steam_match" onmouseup="$('steam_').checked = true" style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 100px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/sourcebans_dark/box_admin_bans_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >Steam ID</td>
1818
<td class="listtable_1" >
1919
<input type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 150px;"><select id="steam_match" onmouseup="$('steam_').checked = true" style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 100px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

web_upload/themes/sourcebans_dark/box_admin_comms_search.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<td class="listtable_1" >Steam ID</td>
1818
<td class="listtable_1" >
1919
<input type="text" id="steamid" value="" onmouseup="$('steam_').checked = true"style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 150px;"><select id="steam_match" onmouseup="$('steam_').checked = true" style="border: 1px solid #000000; font-size: 12px; background-color: rgb(215, 215, 215);width: 100px;">
20-
<option label="exact" value="0" selected>Exact Match</option>
21-
<option label="partial" value="1">Partial Match</option>
20+
<option value="0" selected>Exact Match</option>
21+
<option value="1">Partial Match</option>
2222
</select>
2323
</td>
2424
</tr>

0 commit comments

Comments
 (0)