diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-26 12:24:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-26 12:24:22 +0000 |
| commit | 040528e91e58d8383bf0783a701bc0f7cb4c0566 (patch) | |
| tree | efeef2294a169dd81ac500fbe93892070a74c3c5 /templates/install_database.tpl | |
| parent | a2bee8605f329664b9d6f6ff41b65194d0c6b860 (diff) | |
| download | install-040528e91e58d8383bf0783a701bc0f7cb4c0566.tar.gz install-040528e91e58d8383bf0783a701bc0f7cb4c0566.tar.bz2 install-040528e91e58d8383bf0783a701bc0f7cb4c0566.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/install_database.tpl')
| -rw-r--r-- | templates/install_database.tpl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl index b4b1120..6401717 100644 --- a/templates/install_database.tpl +++ b/templates/install_database.tpl @@ -15,7 +15,16 @@ {elseif $error} <li class="error"> {biticon ipackage=liberty iname=error iexplain=error} - Database connection could not be established. + <p>Database connection could not be established.</p> + + {if $errorMsg} + <p> + The returned error message is: + <br /> + <strong>{$errorMsg}</strong> + </p> + {/if} + <ul> <li>Perhaps your database is not available</li> <li>or the server cannot connect to it</li> |
