phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates base/accounts_popup.tpl base...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/templates base/accounts_popup.tpl base...
Date: Tue, 06 Feb 2007 14:19:54 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/02/06 14:19:54

Modified files:
        templates/base : accounts_popup.tpl addressbook-js-frameset.tpl 
                         addressbook-js-smaller.tpl addressbook-js.tpl 
                         login.tpl login_denylogin.tpl 
        templates/desktop: head.tpl login.tpl login_selectdomain.tpl 
        templates/idots: head.tpl 
        templates/idots/css: idots.css 
        templates/idsociety: head.tpl 
        templates/justweb: head.tpl 
        templates/linux-at-work.de: head.tpl 
        templates/probusiness: head.tpl 
        templates/simple: head.tpl 
        templates/verdilak: head.tpl 

Log message:
        Revert accident

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/accounts_popup.tpl?cvsroot=phpgwapi&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/addressbook-js-frameset.tpl?cvsroot=phpgwapi&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/addressbook-js-smaller.tpl?cvsroot=phpgwapi&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/addressbook-js.tpl?cvsroot=phpgwapi&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/login.tpl?cvsroot=phpgwapi&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/login_denylogin.tpl?cvsroot=phpgwapi&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/desktop/head.tpl?cvsroot=phpgwapi&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/desktop/login.tpl?cvsroot=phpgwapi&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/desktop/login_selectdomain.tpl?cvsroot=phpgwapi&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idots/head.tpl?cvsroot=phpgwapi&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idots/css/idots.css?cvsroot=phpgwapi&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idsociety/head.tpl?cvsroot=phpgwapi&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/justweb/head.tpl?cvsroot=phpgwapi&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/linux-at-work.de/head.tpl?cvsroot=phpgwapi&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/probusiness/head.tpl?cvsroot=phpgwapi&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/simple/head.tpl?cvsroot=phpgwapi&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/verdilak/head.tpl?cvsroot=phpgwapi&r1=1.18&r2=1.19

Patches:
Index: base/accounts_popup.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/base/accounts_popup.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- base/accounts_popup.tpl     6 Feb 2007 12:48:19 -0000       1.5
+++ base/accounts_popup.tpl     6 Feb 2007 14:19:54 -0000       1.6
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
        "http://www.w3.org/TR/REC-html40/loose.dtd";>
-<!-- $Id: accounts_popup.tpl,v 1.5 2007/02/06 12:48:19 sigurdne Exp $ -->
+<!-- $Id: accounts_popup.tpl,v 1.6 2007/02/06 14:19:54 sigurdne Exp $ -->
 <html lang="en">
        <head>
                <title>{title}</title>
-               <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1">
+               <meta http-equiv="content-type" content="text/html; 
charset=utf-8">
 
                <script type="text/javascript">
                        var userSelectBox = 
opener.document.forms["app_form"].elements['{select_name};

Index: base/addressbook-js-frameset.tpl
===================================================================
RCS file: 
/sources/phpgwapi/phpgwapi/templates/base/addressbook-js-frameset.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- base/addressbook-js-frameset.tpl    6 Feb 2007 12:48:19 -0000       1.4
+++ base/addressbook-js-frameset.tpl    6 Feb 2007 14:19:54 -0000       1.5
@@ -2,7 +2,7 @@
 <html>
        <head>
        <meta http-equiv="CONTENT-TYPE"
-       content="text/html; charset=iso-8859-1">
+       content="text/html; charset=utf-8">
        <title>{title}</title>
        <STYLE TYPE="text/css">
                SELECT { font-size: {widget_font_size}; }

Index: base/addressbook-js-smaller.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/base/addressbook-js-smaller.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- base/addressbook-js-smaller.tpl     6 Feb 2007 12:48:19 -0000       1.4
+++ base/addressbook-js-smaller.tpl     6 Feb 2007 14:19:54 -0000       1.5
@@ -2,7 +2,7 @@
 <html>
 <head>
          
-  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1">
+  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
   <title>{title}</title>
                   
   <script src="%7Binclude_link%7D"> </script>

Index: base/addressbook-js.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/base/addressbook-js.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- base/addressbook-js.tpl     6 Feb 2007 12:48:19 -0000       1.4
+++ base/addressbook-js.tpl     6 Feb 2007 14:19:54 -0000       1.5
@@ -3,7 +3,7 @@
 <head>
      
   <meta http-equiv="CONTENT-TYPE"
-        content="text/html; charset=iso-8859-1">
+        content="text/html; charset=utf-8">
   <STYLE TYPE="text/css">
        SELECT { font-size: {widget_font_size};}
        INPUT{ font-size: {widget_font_size};}

Index: base/login.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/base/login.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- base/login.tpl      6 Feb 2007 12:48:19 -0000       1.11
+++ base/login.tpl      6 Feb 2007 14:19:54 -0000       1.12
@@ -3,7 +3,7 @@
 <html>
 <!-- BEGIN login_form -->
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
/>
+       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="author" content="phpGroupWare http://www.phpgroupware.org"; 
/>
        <meta name="description" content="{website_title} login screen, working 
environment powered by phpGroupWare" />
        <meta name="keywords" content="{website_title} login screen, 
phpgroupware, groupware, groupware suite" />

Index: base/login_denylogin.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/base/login_denylogin.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- base/login_denylogin.tpl    6 Feb 2007 12:48:19 -0000       1.6
+++ base/login_denylogin.tpl    6 Feb 2007 14:19:54 -0000       1.7
@@ -3,7 +3,7 @@
 <html>
 <!-- BEGIN login_form -->
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" 
/>
+       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org"; 
/>
        <meta name="description" content="{website_title} login screen, working 
environment powered by phpGroupWare" />
        <meta name="keywords" content="{website_title} login screen, 
phpgroupware, groupware, groupware suite" />

Index: desktop/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/desktop/head.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- desktop/head.tpl    6 Feb 2007 12:48:32 -0000       1.8
+++ desktop/head.tpl    6 Feb 2007 14:19:54 -0000       1.9
@@ -3,7 +3,7 @@
 <!-- BEGIN head -->
 <html>
        <head>
-               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
+               <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />
                <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org"; />
                <meta name="description" content="phpGroupWare" />
                <meta name="keywords" content="phpGroupWare" />

Index: desktop/login.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/desktop/login.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- desktop/login.tpl   6 Feb 2007 12:48:32 -0000       1.6
+++ desktop/login.tpl   6 Feb 2007 14:19:54 -0000       1.7
@@ -3,7 +3,7 @@
 <!-- BEGIN login_form -->
 <head>
 
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org"; />
 <meta name="description" content="{website_title} login screen, working 
environment powered by phpGroupWare" />
 <meta name="keywords" content="{website_title} login screen, phpgroupware, 
groupware, groupware suite" />

Index: desktop/login_selectdomain.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/desktop/login_selectdomain.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- desktop/login_selectdomain.tpl      6 Feb 2007 12:48:32 -0000       1.6
+++ desktop/login_selectdomain.tpl      6 Feb 2007 14:19:54 -0000       1.7
@@ -3,7 +3,7 @@
 <!-- BEGIN login_form -->
 <head>
 
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org"; />
 <meta name="description" content="phpGroupWare login screen" />
 <meta name="keywords" content="phpGroupWare login screen" />

Index: idots/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/idots/head.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- idots/head.tpl      6 Feb 2007 12:48:51 -0000       1.14
+++ idots/head.tpl      6 Feb 2007 14:19:54 -0000       1.15
@@ -3,7 +3,7 @@
 <!-- BEGIN head -->
 <html>
        <head>
-               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1">
+               <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8">
                <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org";>
                <meta name="description" content="phpGroupWare">
                <meta name="keywords" content="phpGroupWare">

Index: idots/css/idots.css
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/idots/css/idots.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- idots/css/idots.css 6 Feb 2007 12:48:51 -0000       1.21
+++ idots/css/idots.css 6 Feb 2007 14:19:54 -0000       1.22
@@ -3,7 +3,7 @@
    Originally written by Pim Snel
    Currently Maintained by Dave Hall
 
-   $Id: idots.css,v 1.21 2007/02/06 12:48:51 sigurdne Exp $
+   $Id: idots.css,v 1.22 2007/02/06 14:19:54 sigurdne Exp $
 */
 
 #articlecontent 
@@ -391,7 +391,7 @@
        color: #000;
 }
 
-thead, tfoot, .th
+thead, tfoot
 {
        background-color: #d3dce3;
        color: #000;

Index: idsociety/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/idsociety/head.tpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- idsociety/head.tpl  6 Feb 2007 12:48:51 -0000       1.17
+++ idsociety/head.tpl  6 Feb 2007 14:19:54 -0000       1.18
@@ -2,7 +2,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <HTML>
 <HEAD>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
 <META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org";>
 <META NAME="description" CONTENT="phpGroupWare">
 <META NAME="keywords" CONTENT="phpGroupWare">

Index: justweb/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/justweb/head.tpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- justweb/head.tpl    6 Feb 2007 12:48:51 -0000       1.16
+++ justweb/head.tpl    6 Feb 2007 14:19:54 -0000       1.17
@@ -3,7 +3,7 @@
 <!-- BEGIN head -->
 <html>
        <head>
-               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
+               <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />
                <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org"; />
                <meta name="description" CONTENT="phpGroupWare" />
                <meta name="keywords" CONTENT="phpGroupWare" />

Index: linux-at-work.de/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/linux-at-work.de/head.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- linux-at-work.de/head.tpl   6 Feb 2007 12:48:51 -0000       1.12
+++ linux-at-work.de/head.tpl   6 Feb 2007 14:19:54 -0000       1.13
@@ -3,7 +3,7 @@
 <!-- BEGIN head -->
 <html>
        <head>
-               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
+               <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />
                <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org"; />
                <meta NAME="description" CONTENT="phpGroupWare" />
                <meta NAME="keywords" CONTENT="phpGroupWare" />

Index: probusiness/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/probusiness/head.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- probusiness/head.tpl        6 Feb 2007 12:48:51 -0000       1.7
+++ probusiness/head.tpl        6 Feb 2007 14:19:54 -0000       1.8
@@ -2,7 +2,7 @@
 <!-- BEGIN head -->
 <html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
        <head>
-               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
+               <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />
                <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org"; />
                <meta name="description" content="phpGroupWare" />
                <meta name="keywords" content="phpGroupWare" />

Index: simple/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/simple/head.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- simple/head.tpl     6 Feb 2007 12:48:52 -0000       1.6
+++ simple/head.tpl     6 Feb 2007 14:19:54 -0000       1.7
@@ -2,7 +2,7 @@
 <!-- BEGIN head -->
 <HTML>
        <HEAD>
-               <META http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1">
+               <META http-equiv="Content-Type" content="text/html; 
charset=utf-8">
                <META name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org";>
                <META NAME="description" CONTENT="phpGroupWare">
                <META NAME="keywords" CONTENT="phpGroupWare">

Index: verdilak/head.tpl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/verdilak/head.tpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- verdilak/head.tpl   6 Feb 2007 12:48:52 -0000       1.18
+++ verdilak/head.tpl   6 Feb 2007 14:19:54 -0000       1.19
@@ -3,7 +3,7 @@
 <!-- BEGIN head -->
 <html>
        <head>
-               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1">
+               <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8">
                <meta name="AUTHOR" content="phpGroupWare 
http://www.phpgroupware.org";>
                <meta NAME="description" CONTENT="phpGroupWare">
                <meta NAME="keywords" CONTENT="phpGroupWare">




reply via email to

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