Admidio/admidio

View on GitHub
adm_program/installation/templates/installation.download-config.tpl

Summary

Maintainability
Test Coverage
<form {foreach $attributes as $attribute}
{$attribute@key}="{$attribute}"
{/foreach}>
    {include 'sys-template-parts/form.input.tpl' data=$elements['admidio-csrf-token']}
    <div class="form-alert" style="display: none;">&nbsp;</div>
    {include 'sys-template-parts/form.button.tpl' data=$elements['previous_page']}
    {include 'sys-template-parts/form.button.tpl' data=$elements['download_config']}
    {include 'sys-template-parts/form.button.tpl' data=$elements['next_page']}
</form>