phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/templates/default/head.tpl, 1.5


From: nomail
Subject: [Phpgroupware-cvs] setup/templates/default/head.tpl, 1.5
Date: Thu, 30 Dec 2004 09:43:15 +0100

Update of /setup/templates/default
Modified Files:
        Branch: 
          head.tpl

date: 2004/12/30 08:43:15;  author: skwashd;  state: Exp;  lines: +21 -8

Log Message:
adding missing files to new HEAD
=====================================================================
Index: setup/templates/default/head.tpl
diff -u setup/templates/default/head.tpl:1.4 
setup/templates/default/head.tpl:1.5
--- setup/templates/default/head.tpl:1.4        Sun Dec 22 23:08:09 2002
+++ setup/templates/default/head.tpl    Thu Dec 30 08:43:15 2004
@@ -11,7 +11,19 @@
 
   <style type="text/css">
   <!-- 
-  .link { color: #FFFFFF; } 
+  a, body, tr, th, td, input, select { font-family: Verdana, Arial, Helvetica, 
sans-serif; font-size: 10pt; text-decoration: none; }
+  a:hover, a:active { text-decoration: underline; }
+  .banner { background-color: {banner_bg}; color: {th_text}; font-weight: 
bold; }
+  .centered { text-align: center; }
+  .msg { color: {msg}; }
+  .link { color: #FFFFFF; }
+  .th { background: {th_bg}; font-weight: bold; color: {th_text} }
+  .row_err_table {background-color: #FFCCAA;}
+  .row_err_gen {background-color: #CCCCFF;}
+  .row_install {background-color: #CCFFCC;}
+  .row_on,.th_bright { background: {row_on}; }
+  .row_off { background: {row_off}; }
+  .row_upgrade {background-color: #CCCCFF;}
   -->
   </style>
   <title>phpGroupWare {lang_setup} {page_title}</title>
@@ -19,13 +31,14 @@
 
 <body bgcolor="#FFFFFF">
 
-<table border="0" width="100%" cellspacing="0" cellpadding="2">
-<tr>
-       <td align="left" bgcolor="#4865F1">
-               &nbsp;<font color="#fefefe">phpGroupWare version {pgw_ver} 
{lang_setup} {configdomain}</font>
+<table width="100%" border="0" cellspacing="0" cellpadding="2">
+<tr class="banner">
+       <td align="left">
+               &nbsp;phpGroupWare version {pgw_ver} {lang_setup} {configdomain}
        </td>
-       <td align="right" bgcolor="#4865F1">
-               {logoutbutton}
-       </tr>
+       <td align="right">{logoutbutton}</td>
+</tr>
 </table>
+<p class="msg centered">{lang_cookies_must_be_enabled}</p>
 <!-- end head.tpl -->
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]