From c3a16bd83fade1757712a1fd214feade8f0810c5 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 13 Nov 2007 11:51:35 -0600 Subject: [PATCH] Ported step2.tmpl to support PostgreSQL Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/installer/step2.tmpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tmpl index b3cdec6d92..2348203820 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tmpl @@ -1,17 +1,21 @@ + + + Koha › Web Installer › Step 2

Koha Web Installer › Step 2

Database settings:

    +
  • database type :
  • database name :
  • database host :
  • database port : (probably OK if blank)
  • database user :
- -
+ +

Connection established.

@@ -20,7 +24,7 @@

User has all required privileges on database .

user doesn't have enough privilege on database

-

Ask for or make a change in the user's privileges. Need help? See this page. User must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on

+

Ask for or make a change in the user's privileges. Need help? See http://www.postgresql.org/docs/8.2/interactive/sql-createrole.htmlthis page. User must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on

No database named detected.

@@ -46,7 +50,7 @@ - +

Please click Next to continue if this information is correct

-- 2.20.1