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 87 | Zeile 87 |
---|
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',
|