phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/inc/hook_settings.inc.php, 1.1.2.9


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: calendar/inc/hook_settings.inc.php
diff -u calendar/inc/hook_settings.inc.php:1.1.2.8 
calendar/inc/hook_settings.inc.php:1.1.2.9
--- calendar/inc/hook_settings.inc.php:1.1.2.8  Wed Jul 23 01:42:03 2003
+++ calendar/inc/hook_settings.inc.php  Sat Nov  6 16:13:42 2004
@@ -37,7 +37,7 @@
                'weekly' => lang('Weekly')
        );
        create_select_box('Receive summary of appointments','summary',$summary,
-               'Do you want to receive a regulary summary of your 
appointsments via email?<br>The summary is sent to your standard email-address 
on the morning of that day or on Monday for weekly summarys.<br>It is only sent 
when you have any appointments on that day or week.');
+               'Do you want to receive a regulary summary of your 
appointsments via email?<br />The summary is sent to your standard 
email-address on the morning of that day or on Monday for weekly summarys.<br 
/>It is only sent when you have any appointments on that day or week.');
 */
        $updates = array(
                'no'             => lang('Never'),
@@ -48,7 +48,7 @@
                'responses'      => lang('on participant responses too')
        );
        create_select_box('Receive email updates','receive_updates',$updates,
-               "Do you want to be notified about new or changed appointments? 
You be notified about changes you make yourself.<br>You can limit the 
notifications to certain changes only. Each item includes all the notification 
listed above it. All modifications include changes of title, description, 
participants, but no participant responses. If the owner of an event requested 
any notifcations, he will always get the participant responses like acceptions 
and rejections too.");
+               "Do you want to be notified about new or changed appointments? 
You be notified about changes you make yourself.<br />You can limit the 
notifications to certain changes only. Each item includes all the notification 
listed above it. All modifications include changes of title, description, 
participants, but no participant responses. If the owner of an event requested 
any notifcations, he will always get the participant responses like acceptions 
and rejections too.");
 
        $update_formats = array(
                'none'     => lang('None'),
@@ -76,7 +76,7 @@
                'action'      => lang('Action that caused the notify: Added, 
Canceled, Accepted, Rejected, ...')
        );
        create_notify('Notification messages for added events 
','notifyAdded',5,50,
-               'This message is sent to every participant of events you own, 
who has requested notifcations about new events.<br>You can use certain 
variables which get substituted with the data of the event. The first line is 
the subject of the email.',
+               'This message is sent to every participant of events you own, 
who has requested notifcations about new events.<br />You can use certain 
variables which get substituted with the data of the event. The first line is 
the subject of the email.',
                '',$event_details);
        create_notify('Notification messages for canceled events 
','notifyCanceled',5,50,
                'This message is sent for canceled or deleted 
events.','',$event_details,False);
@@ -90,7 +90,7 @@
                '',$event_details,False);
 
        create_check_box('Show invitations you rejected','show_rejected',
-               'Should invitations you rejected still be shown in your 
calendar ?<br>You can only accept them later (eg. when your scheduling conflict 
is removed), if they are still shown in your calendar!');
+               'Should invitations you rejected still be shown in your 
calendar ?<br />You can only accept them later (eg. when your scheduling 
conflict is removed), if they are still shown in your calendar!');
 
        create_check_box('Display status of events','display_status',
                'Should the status of the event-participants (accept, reject, 
...) be shown in brakets after each participants name ?');
@@ -108,7 +108,7 @@
                $options[$i] = $GLOBALS['phpgw']->common->formattime($i,'00');
        }
        create_select_box('work day starts on','workdaystarts',$options,
-               'This defines the start of your dayview. Events before this 
time, are shown above the dayview.<br>This time is also used as a default 
starttime for new events.');
+               'This defines the start of your dayview. Events before this 
time, are shown above the dayview.<br />This time is also used as a default 
starttime for new events.');
        create_select_box('work day ends on','workdayends',$options,
                'This defines the end of your dayview. Events after this time, 
are shown below the dayview.');
        $intervals = array(




reply via email to

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