Zeile 31 | Zeile 31 |
---|
</td> </tr> <tr>
|
</td> </tr> <tr>
|
<td class="trow2"><strong><label for="keywords">{$lang->sender}</label></strong></td>
| <td class="trow2"><strong><label for="sender">{$lang->sender}</label></strong></td>
|
<td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td> </tr> <tr>
| <td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td> </tr> <tr>
|
Zeile 76 | Zeile 76 |
---|
</table> </form> {$footer}
|
</table> </form> {$footer}
|
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css" /> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js"></script>
| <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"> <!-- if(use_xmlhttprequest == "1") { MyBB.select2(); $("#sender").select2({
|
<script type="text/javascript"> <!-- if(use_xmlhttprequest == "1") { MyBB.select2(); $("#sender").select2({
|
placeholder: "{$lang->find_users}", minimumInputLength: 3, maximumSelectionSize: 3,
| placeholder: "{$lang->search_user}", 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',
|