Zeile 5 | Zeile 5 |
---|
</head> <body> {$header}
|
</head> <body> {$header}
|
<form method="post" action="search.php">
| <form action="search.php">
|
<input type="hidden" name="action" value="do_search" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <input type="hidden" name="action" value="do_search" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 91 | Zeile 91 |
---|
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',
|