phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/default/addressbook-js-frameset.t


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/default/addressbook-js-frameset.tpl, 1.1.2.5
Date: Sat, 6 Nov 2004 16:34:25 +0100

Update of /phpgwapi/templates/default
Modified Files:
        Branch: Version-0_9_16-branch
          addressbook-js-frameset.tpl

date: 2004/11/06 15:34:25;  author: powerstat;  state: Exp;  lines: +8 -8

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/templates/default/addressbook-js-frameset.tpl
diff -u phpgwapi/templates/default/addressbook-js-frameset.tpl:1.1.2.4 
phpgwapi/templates/default/addressbook-js-frameset.tpl:1.1.2.5
--- phpgwapi/templates/default/addressbook-js-frameset.tpl:1.1.2.4      Fri Feb 
27 01:01:37 2004
+++ phpgwapi/templates/default/addressbook-js-frameset.tpl      Sat Nov  6 
15:34:25 2004
@@ -2,14 +2,14 @@
 <html>
        <head>
        <meta http-equiv="CONTENT-TYPE"
-       content="text/html; charset={charset}">
+       content="text/html; charset={charset}" />
        <title>{title}</title>
-       <STYLE TYPE="text/css">
-               SELECT { font-size: {widget_font_size}; }
-               INPUT{ font-size: {widget_font_size}; }
-               TEXTAREA { font-size: {widget_font_size}; color: blue }
+       <style type="text/css">
+               select { font-size: {widget_font_size}; }
+               input{ font-size: {widget_font_size}; }
+               textarea { font-size: {widget_font_size}; color: blue }
                body { margin-top: 0px; margin-right: 0px; margin-left: 0px; 
font-family: Arial, Helvetica, san-serif }
-       </STYLE>
+       </style>
        <script language="javascript">
                //Variable declarations
                // All these are data expected to be here by the mainframe or 
the secondary frame at
@@ -156,8 +156,8 @@
        </script>
        </head>
        <frameset cols="100%,0%">
-               <FRAME NAME="mainframe" SRC="{mainframe_link}">
-               <FRAME NAME="secondaryframe" SRC="{set_destboxes_link}">
+               <frame name="mainframe" src="{mainframe_link}" />
+               <frame name="secondaryframe" src="{set_destboxes_link}" />
        </frameset>
 </html>
 




reply via email to

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