From e6e2e7fdc56c2d046236ba91c3e359102d857841 Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 8 Feb 2007 15:12:09 +0000 Subject: [PATCH] add squirrelmail attribution to the bottom of message list, to keep a path to the about page from our "main" interface. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12243 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/default.css | 12 ++++++++++-- templates/default/message_list.tpl | 6 +++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/templates/default/css/default.css b/templates/default/css/default.css index 85e3a28f..a5361d3d 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -385,6 +385,15 @@ td.message_count { background: #ffffff /* __COLOR4__*/; } +.sqm_squirrelcopyright, .sqm_squirrelcopyright a:link, .sqm_squirrelcopyright a:visited { + font-size: xx-small; + color: gray; + text-align: center; +} +.sqm_squirrelcopyright a:hover { + color: navy; +} + /* folder_manip.tpl defs */ #folderManip { text-align:center; @@ -1069,8 +1078,7 @@ div.viewText td.header2 a { font-weight: normal; } -div.viewText td.actions { - text-align: center; +div.viewText td.actions { text-align: center; padding-top: 4px; padding-bottom: 4px; } diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 95ec763c..ce79d635 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -19,7 +19,7 @@ * $header_sent * $body_tag_js * $shortBoxName - * $sm_attribute_str + * $provider_link * $frame_top * $urlMailbox * $startMessage @@ -521,3 +521,7 @@ if ($class != 'even' && $class != 'odd') + + +

© 1999-2007 The SquirrelMail Project Team - About SquirrelMail

+ -- 2.25.1