From 26f277a6f9b3c816da010ef89cef45def1ccec29 Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 23 Jan 2002 13:56:05 +0000 Subject: [PATCH] Replaced hard-coded colors with theme colors. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2219 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 12 ++++++------ functions/options.php | 2 +- src/signout.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index 9c06da2e..04859428 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -15,8 +15,8 @@ function error_username_password_incorrect() { echo '
'. - ''. - ''. + '
'. + ''. ''. '' . '
' . _("ERROR") . '
'. @@ -32,16 +32,16 @@ function error_username_password_incorrect() { function general_info($motd, $org_logo, $version, $org_name, $color) { echo '
'; echo "
"; - echo ''; + echo '
'; echo ' '; echo "
"; echo '
'; printf (_("Welcome to %s's WebMail system"), $org_name); echo '
'; - echo '
'; + echo '
'; echo ' '; echo ' '; - echo ' '; - echo ' '; echo ' '; diff --git a/functions/options.php b/functions/options.php index d4aa8bc6..b0f5ee0b 100644 --- a/functions/options.php +++ b/functions/options.php @@ -163,7 +163,7 @@ class SquirrelOption { $result = $this->createWidget_Comment(); break; default: - $result = '' + $result = '' . sprintf(_("Option Type '%s' Not Found"), $this->type) . ''; } diff --git a/src/signout.php b/src/signout.php index 83cc1fca..9a37ca20 100644 --- a/src/signout.php +++ b/src/signout.php @@ -77,7 +77,7 @@ require_once('../functions/strings.php'); LINK="" VLINK="" ALINK="">

-
'; + echo '
'; if ( strlen($org_logo) > 3 ) { echo " "; } else { @@ -51,7 +51,7 @@ function general_info($motd, $org_logo, $version, $org_name, $color) { printf (_("Running SquirrelMail version %s (c) 1999-2001."), $version); echo '

'; echo '
'; + echo ' '; echo " $motd"; echo '
-- 2.25.1