{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{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}