diff options
author | Fabio Comuni <fabio@krik.localdomain> | 2012-01-02 20:16:28 +0100 |
---|---|---|
committer | Fabio Comuni <fabio@krik.localdomain> | 2012-01-02 20:16:28 +0100 |
commit | c7bfd1e1bae28f2305e2d1d3425052a864a6e251 (patch) | |
tree | cb213f0657d8e949d2a43156b8080085567fa7d0 /view/install.tpl | |
parent | 1fbffc76b18e94ecda86452fe16609295976c619 (diff) | |
download | volse-hubzilla-c7bfd1e1bae28f2305e2d1d3425052a864a6e251.tar.gz volse-hubzilla-c7bfd1e1bae28f2305e2d1d3425052a864a6e251.tar.bz2 volse-hubzilla-c7bfd1e1bae28f2305e2d1d3425052a864a6e251.zip |
install: fix install procedure
install procedure as a wizard
graphical rappresentation of passed/unpassed system checks
db connection test don't try anymore to create the db
admin email and timezone are asked in a separate pass
fix loading of database.sql, removing comments from phpmyadmin export
fix check for .htconfig.php writability
ask for php-cli path if not found in PATH
install_db.tpl use field_* templates to render the form
Diffstat (limited to 'view/install.tpl')
-rw-r--r-- | view/install.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/install.tpl b/view/install.tpl new file mode 100644 index 000000000..b3a5f46ff --- /dev/null +++ b/view/install.tpl @@ -0,0 +1,10 @@ + +<h1>$title</h1> +<h2>$pass</h2> + + +{{ if $status }} +<h3 class="error-message">$status</h3> +{{ endif }} + +$text |