Zeile 33 | Zeile 33 |
---|
</tr> <tr> <td class="trow1" width="25%"><strong>{$lang->filter_warned_user}</strong></td>
|
</tr> <tr> <td class="trow1" width="25%"><strong>{$lang->filter_warned_user}</strong></td>
|
<td class="trow1" width="75%"><input type="text" name="filter[username]" id="username" value="{$mybb->input['filter']['username']}" class="textbox" /></td>
| <td class="trow1" width="75%"><input type="text" name="filter[username]" id="username" value="{$filter_username}" class="textbox" /></td>
|
</tr> <tr> <td class="trow2" width="25%"><strong>{$lang->filter_issued_by}</strong></td>
|
</tr> <tr> <td class="trow2" width="25%"><strong>{$lang->filter_issued_by}</strong></td>
|
<td class="trow2" width="75%"><input type="text" name="filter[mod_username]" value="{$mybb->input['filter']['mod_username']}" class="textbox" /></td>
| <td class="trow2" width="75%"><input type="text" name="filter[mod_username]" value="{$filter_modusername}" class="textbox" /></td>
|
</tr> <tr> <td class="trow1" width="25%"><strong>{$lang->filter_reason}</strong></td>
|
</tr> <tr> <td class="trow1" width="25%"><strong>{$lang->filter_reason}</strong></td>
|
<td class="trow1" width="75%"><input type="text" name="filter[reason]" value="{$mybb->input['filter']['reason']}" class="textbox" /></td>
| <td class="trow1" width="75%"><input type="text" name="filter[reason]" value="{$filter_reason}" class="textbox" /></td>
|
</tr> <tr> <td class="trow2" width="25%"><strong>{$lang->sort_by}</strong></td>
| </tr> <tr> <td class="trow2" width="25%"><strong>{$lang->sort_by}</strong></td>
|
Zeile 74 | Zeile 74 |
---|
</tr> </table> {$footer}
|
</tr> </table> {$footer}
|
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1806">
| <link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
|
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> <script type="text/javascript"> <!--
| <script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> <script type="text/javascript"> <!--
|
Zeile 83 | Zeile 83 |
---|
MyBB.select2(); $("#username").select2({ placeholder: "{$lang->search_user}",
|
MyBB.select2(); $("#username").select2({ placeholder: "{$lang->search_user}",
|
minimumInputLength: 3, maximumSelectionSize: 3,
| minimumInputLength: 2,
|
multiple: false,
|
multiple: false,
|
| allowClear: true,
|
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper url: "xmlhttp.php?action=get_users", dataType: 'json',
| ajax: { // instead of writing the function to execute the request we use Select2's convenient helper url: "xmlhttp.php?action=get_users", dataType: 'json',
|