Fixed phpunit test runs with encoding test run and not resetting the subsitute character back to default Note: There are mime encoding failures for php 7.4 and 8.0 and one ACL login failure test for php 7.4
24 lines
668 B
Smarty
24 lines
668 B
Smarty
{*
|
|
********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* DATE: 2005/06/23
|
|
* DESCRIPTION:
|
|
* load part of template
|
|
* HISTORY:
|
|
********************************************************************
|
|
*}
|
|
<!-- LOAD START //-->
|
|
<tr>
|
|
<td class="edit_fgcolor_alt" class="normal">
|
|
Load:
|
|
</td>
|
|
<td class="edit_fgcolor_alt" class="normal">
|
|
<select name="{$load.t_pk_name}">
|
|
<option value="">{t}Please choose{/t}</option>
|
|
{html_options values=$load.pk_ids output=$load.pk_names selected=$load.pk_selected}
|
|
</select>
|
|
<input type="submit" name="archive" value="{t}Load{/t}">
|
|
</td>
|
|
</tr>
|
|
<!-- LOAD END //-->
|