{* * $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. *}

{g->text text="Toolkit Priority"}

{if isset($status.saved)}

{g->text text="Settings saved successfully"}

{/if}

{g->text text="The toolkits shown below have some overlap in supported operations and mime types. Rank the toolkits here to determine which will perform these operations."}

{foreach from=$AdminToolkitPriority.list key=toolkit item=priority} {counter assign=idx} {/foreach}
{g->text text="Toolkit"} {g->text text="Order"}
{$toolkit} {if $idx>1} {g->text text="up"} {/if} {if $idx<$AdminToolkitPriority.count} {g->text text="down"} {/if}