Installation: MDL-17122 add comment and link to the Moodle Docs in the postgresql installation database page

This commit is contained in:
jerome
2008-11-10 04:57:20 +00:00
parent 85f1f34c85
commit 5b64744053
4 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -621,7 +621,9 @@ if (isset($_GET['help'])) {
echo '<p style="text-align: center">' . get_string('databasesettingswillbecreated', 'install') . '</p>';
echo '</div>';
echo '<div id="postgres7">' . get_string('databasesettingssub_postgres7', 'install') . '</div>';
echo '<div id="postgres7">' . get_string('databasesettingssub_postgres7', 'install');
echo '<p style="text-align: left">' . get_string('postgresqlwarning', 'install') . '</p>';
echo '</div>';
echo '<div id="mssql">' . get_string('databasesettingssub_mssql', 'install');
/// Link to mssql installation page