phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/inc/hook_settings.inc.php, 1.2.2.3.2.10


From: nomail
Subject: [Phpgroupware-cvs] preferences/inc/hook_settings.inc.php, 1.2.2.3.2.10
Date: Sat, 6 Nov 2004 17:13:41 +0100

Update of /preferences/inc
Modified Files:
        Branch: Version-0_9_16-branch
          hook_settings.inc.php

date: 2004/11/06 16:13:41;  author: powerstat;  state: Exp;  lines: +5 -5

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: preferences/inc/hook_settings.inc.php
diff -u preferences/inc/hook_settings.inc.php:1.2.2.3.2.9 
preferences/inc/hook_settings.inc.php:1.2.2.3.2.10
--- preferences/inc/hook_settings.inc.php:1.2.2.3.2.9   Sun May 18 06:07:58 2003
+++ preferences/inc/hook_settings.inc.php       Sat Nov  6 16:13:41 2004
@@ -24,7 +24,7 @@
        }
 
        create_input_box('Max matches per page','maxmatchs',
-               'Any listing in phpGW will show you this number of entries or 
lines per page.<br>To many slow down the page display, to less will cost you 
the overview.','',3);
+               'Any listing in phpGW will show you this number of entries or 
lines per page.<br />To many slow down the page display, to less will cost you 
the overview.','',3);
        create_select_box('Interface/Template 
Selection','template_set',$_templates,
                'A template defines the layout of phpGroupWare and it contains 
icons for each application.');
        create_select_box('Theme (colors/fonts) Selection','theme',$_themes,
@@ -54,7 +54,7 @@
                $tz_offset[$i] = $i . ' ' . lang('hours').': ' . 
date($format,$t);
        }
        create_select_box('Time zone offset','tz_offset',$tz_offset,
-               'How many hours are you in front or after the timezone of the 
server.<br>If you are in the same time zone as the server select 0 hours, else 
select your locale date and time.');
+               'How many hours are you in front or after the timezone of the 
server.<br />If you are in the same time zone as the server select 0 hours, 
else select your locale date and time.');
 
        $date_formats = array(
                'm/d/Y' => 'm/d/Y',
@@ -95,7 +95,7 @@
                }
        } 
        create_select_box('Language','lang',$langs,
-               'Select the language of texts and messages within 
phpGroupWare.<br>Some languages may not contain all messages, in that case you 
will see an english message.');
+               'Select the language of texts and messages within 
phpGroupWare.<br />Some languages may not contain all messages, in that case 
you will see an english message.');
        
        // preference.php handles this function
        if (is_admin())
@@ -113,7 +113,7 @@
                }
        }
        create_select_box('Default application','default_app',$user_apps,
-               "The default application will be started when you enter 
phpGroupWare or click on the homepage icon.<br>You can also have more than one 
application showing up on the homepage, if you don't choose a specific 
application here (has to be configured in the preferences of each 
application).");
+               "The default application will be started when you enter 
phpGroupWare or click on the homepage icon.<br />You can also have more than 
one application showing up on the homepage, if you don't choose a specific 
application here (has to be configured in the preferences of each 
application).");
 
        create_input_box('Currency','currency',
                'Which currency symbol or name should be used in 
phpGroupWare.');




reply via email to

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