-
{if !empty($image_orders)}
- {strip}
{'Sort order'|@translate}{foreach from=$image_orders item=image_order name=loop}{if !$smarty.foreach.loop.first}
{/if} {if $image_order.SELECTED} ✔ {$image_order.DISPLAY} {else} {$image_order.DISPLAY} {/if} {/foreach}
{/if}
{if !empty($image_derivatives)}
- {strip}
{'Photo sizes'|@translate}{foreach from=$image_derivatives item=image_derivative name=loop}{if !$smarty.foreach.loop.first}
{/if} {if $image_derivative.SELECTED} ✔ {$image_derivative.DISPLAY} {else} {$image_derivative.DISPLAY} {/if} {/foreach}
{/if}
{if !empty($PLUGIN_INDEX_BUTTONS)}{foreach from=$PLUGIN_INDEX_BUTTONS item=button} - {$button} {/foreach}{/if} {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}