{* A toolbar displayed in forms, to display language change flags, submit and close buttons. Parameters: - hide_flags: true / false. If true, the flags will not be visible - hide_submit_buttons: true / false. If true, only the close button will be displayed. - hide_save_buttons: true / false. If true, the "Save" button will be hidden - hide_save_and_close_button: true / false. If true, the "Save and close" button will be hidden - show_currencies: true/false. If true, show the currency selection bar - page_url: the current page URL. Default is $current_url. Used to switchedition anguage. - close_url: no default. URL displayed when close button is clicked. If empty, the close button is not displayed. -page_bottom: true/false. If true, the toolbar will have a style suitable for page bottom *}
{if $hide_flags|default:false != true} {/if}
{if $show_currencies|default:false == true}
{loop name="currency_list" type="currency" backend_context="1"} {$SYMBOL} {/loop}
{/if}
{if $hide_submit_buttons|default:false != true} {if $hide_save_buttons|default:false != true} {/if} {if $hide_save_and_close_button|default:false != true} {/if} {/if} {if ! empty($close_url)} {intl l='Close'} {/if}