<#Upload New Icon#>
<#Max Size#>: {$themeconf.icons.max_size|abbrnum:0}
<#Max Dimensions#>: {$themeconf.icons.max_width}x{$themeconf.icons.max_height} <#pixels#>
<#Image Types Allowed#>: gif,jpg,png
{if $allow_icon_overwrite}
Newly uploaded icon images will overwrite existing icons.
{else}
You are not allowed to overwrite existing icon images.
{/if}
{if $fatal_errors}
{foreach from=$fatal_errors item='e'}
{$e}
{/foreach}
{/if}
{if $success_msgs}
{foreach from=$success_msgs item='e'}
{$e}
{/foreach}
{/if}
{* the 'c' url parameter is specified so that this same file can be used in the admin section *}
- <#Or#> -
{* The forms are separated so that if the user hits 'enter' it will trigger the proper submit button *}
{include file='block_form_footer.html'}