Upgrade from Beta 1 to Beta 2
{form legend="Installed Packages"}
{if $failedcommands}
The following database operations failed
Some errors occured. Your site may not be ready to run. You can revisit the previous page to rerun the installation.
{else}
-
All Database operations completed succesfully
{formlabel label="Packages that were installed"}
{forminput}
{foreach from=$package_list item=package}
- {$package}
-
{/foreach}
{/forminput}
{/if}
{/form}