Vergleich modcp_finduser - 1.8.15 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 31Zeile 31
						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->username_contains}</strong></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->username_contains}</strong></td>

							<td class="trow1" width="75%"><input type="text" name="username" id="username" value="{$mybb->input['username']}" class="textbox" /></td>

							<td class="trow1" width="75%"><input type="text" name="username" id="username" value="{$username}" class="textbox" /></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->sort_by}</strong></td>

						</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->sort_by}</strong></td>

Zeile 71Zeile 71
		placeholder: "{$lang->find_users}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->find_users}",
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',