Package Installation

{form legend="Installed Packages"} {if $failedcommands or $error} {if $error}
{/if} {if $failedcommands}

The following database operations failed

{section loop=$failedcommands name=idx}

{$errors[idx]|escape}:
    {$failedcommands[idx]|escape}

{/section}

Some errors occured. Your site may not be ready to run. You can revisit the previous page to rerun the installation.

{/if} {else}
{if !$first_install}
{/if} {if $packageList.install}
{formlabel label="Packages that were installed"} {forminput} {/forminput}
{/if} {if $packageList.uninstall}
{formlabel label="Packages that were uninstalled"} {forminput} {/forminput}
{/if} {if $packageList.reinstall}
{formlabel label="Packages that were reinstalled"} {forminput} {/forminput}
{/if} {/if}
{/form}