{* * $Revision: 1.5 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{if $form.mimeType} {g->text text="Edit MIME type: %s" arg1=$form.mimeType} {else} {g->text text="New MIME type"} {/if}

{if isset($status.saved)}

{g->text text="Mime entry saved successfully"}

{/if}

{g->text text="MIME type: "}

{g->text text="Viewable?"} {if isset($form.error.mimeType.missing)}
{g->text text="MIME type must be specified."}
{/if}

{g->text text="Extensions"}

{foreach from=$form.extensions item=extension name=inputs} {if isset($form.error.extensions.inuse.$extension)}
{g->text text="This extension is already in use and cannot be reused."}
{/if}
{/foreach} {if isset($form.error.extensions.missing)}
{g->text text="You must specify at least one extension."}
{/if}

{g->text text="Warning: Adding any of the following mime types could leave you open to %sCross Site Scripting%s security vulnerabilities." arg1="" arg2=""}