add squirrelmail attribution to the bottom of message list,
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Feb 2007 15:12:09 +0000 (15:12 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Feb 2007 15:12:09 +0000 (15:12 +0000)
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
templates/default/message_list.tpl

index 85e3a28fef452020c1ab925c9857162bd860d22c..a5361d3d18e4142b2deb06826ea41c8340472eb3 100644 (file)
@@ -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;
 }
index 95ec763c7ff2b9e2082b63256df3e1f1cdf2cd58..ce79d63592fcf11c2c8ead45be31c31a63784ed0 100644 (file)
@@ -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')
     </table>
 </form>
 </div>
+
+<?php if (!$hide_sm_attributions): ?>
+<p class="sqm_squirrelcopyright">&copy; 1999-2007 The SquirrelMail Project Team - <a href="about.php">About SquirrelMail</a></p>
+<?php endif; ?>