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 85 | Zeile 85 |
---|
placeholder: "{$lang->search_user}", minimumInputLength: 2, multiple: false,
|
placeholder: "{$lang->search_user}", minimumInputLength: 2, 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',
|