From 0c6b36b086db5dfaa7c0e778296a36104fc2468d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 04:41:53 +0000 Subject: Fix preambles, delete unused file --- installer/views/about_install.html.php | 18 ------------------ installer/views/already_installed.html.php | 1 + installer/views/db_not_empty.html.php | 2 ++ installer/views/environment_errors.html.php | 1 + installer/views/get_db_info.html.php | 2 ++ installer/views/oops.html.php | 1 + installer/views/success.html.php | 1 + 7 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 installer/views/about_install.html.php (limited to 'installer/views') diff --git a/installer/views/about_install.html.php b/installer/views/about_install.html.php deleted file mode 100644 index 6ad2c242..00000000 --- a/installer/views/about_install.html.php +++ /dev/null @@ -1,18 +0,0 @@ -

- Gallery needs to talk to your MySQL database, so to get started - you'll need to know: -

-
    -
  1. Database name
  2. -
  3. Database username
  4. -
  5. Database password
  6. -
  7. Database host
  8. -
- -

- If you're missing any of this information, please ask your - web host or system administrator for a little help. -

-

- Continue -

diff --git a/installer/views/already_installed.html.php b/installer/views/already_installed.html.php index f8fc5706..0d7fc193 100644 --- a/installer/views/already_installed.html.php +++ b/installer/views/already_installed.html.php @@ -1,3 +1,4 @@ +

Your Gallery3 install is complete.

diff --git a/installer/views/db_not_empty.html.php b/installer/views/db_not_empty.html.php index 754d46c6..7125a0b6 100644 --- a/installer/views/db_not_empty.html.php +++ b/installer/views/db_not_empty.html.php @@ -1,3 +1,5 @@ + +

Uh oh!

The database you provided already has other tables in it. Continuing with the install might overwrite an existing Gallery diff --git a/installer/views/environment_errors.html.php b/installer/views/environment_errors.html.php index 7c31c1c2..318be61d 100644 --- a/installer/views/environment_errors.html.php +++ b/installer/views/environment_errors.html.php @@ -1,3 +1,4 @@ +

Whoa there!

diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index 3459948e..22ed82ad 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -1,3 +1,5 @@ + +

Welcome!

Installing Gallery is very easy. We just need to know how to talk to your MySQL database, and we need a place to store your photos on diff --git a/installer/views/oops.html.php b/installer/views/oops.html.php index 141a4538..9c6b1654 100644 --- a/installer/views/oops.html.php +++ b/installer/views/oops.html.php @@ -1,3 +1,4 @@ +

Oops!

Something unexpected happened and we can't finish your install. diff --git a/installer/views/success.html.php b/installer/views/success.html.php index fbf5395d..4bca2fb1 100644 --- a/installer/views/success.html.php +++ b/installer/views/success.html.php @@ -1,3 +1,4 @@ +

Success!

Your Gallery3 install is complete! -- cgit v1.2.3