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
27 lines
695 B
Smarty
27 lines
695 B
Smarty
{*
|
|
********************************************************************
|
|
* AUTHOR: Clemens Schwaighofer
|
|
* DATE: 2005/06/23
|
|
* DESCRIPTION:
|
|
* new part
|
|
* HISTORY:
|
|
********************************************************************
|
|
*}
|
|
{if $new.seclevel_okay}
|
|
<!-- NEW START //-->
|
|
<tr>
|
|
<td class="edit_fgcolor_alt" class="normal">
|
|
{t}Create new media:{/t}
|
|
</td>
|
|
<td class="edit_fgcolor_alt" class="normal">
|
|
{if $new.show_checkbox}
|
|
<input type="checkbox" name="really_new" value="yes"> {t}really{/t}
|
|
{else}
|
|
<input type="hidden" name="really_new" value="yes">
|
|
{/if}
|
|
<input type="submit" name="new" value="{$new.new_name}">
|
|
</td>
|
|
</tr>
|
|
<!-- NEW END //-->
|
|
{/if}
|