From c7bfd1e1bae28f2305e2d1d3425052a864a6e251 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 2 Jan 2012 20:16:28 +0100 Subject: 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 --- view/install_checks.tpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 view/install_checks.tpl (limited to 'view/install_checks.tpl') diff --git a/view/install_checks.tpl b/view/install_checks.tpl new file mode 100644 index 000000000..538bdf0ba --- /dev/null +++ b/view/install_checks.tpl @@ -0,0 +1,24 @@ +

$title

+

$pass

+
+ +{{ for $checks as $check }} + + {{if $check.help }} + + {{endif}} +{{ endfor }} +
$check.title {{if $check.required}}(required){{endif}}
$check.help
+ +{{ if $phpath }} + +{{ endif }} + +{{ if $passed }} + + +{{ else }} + + +{{ endif }} +
-- cgit v1.2.3