phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/hook_settings.inc.php, 1.1.2.3


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/hook_settings.inc.php
diff -u email/inc/hook_settings.inc.php:1.1.2.2 
email/inc/hook_settings.inc.php:1.1.2.3
--- email/inc/hook_settings.inc.php:1.1.2.2     Mon Apr  7 00:28:25 2003
+++ email/inc/hook_settings.inc.php     Sat Nov  6 16:13:45 2004
@@ -17,7 +17,7 @@
        if ($acctnum)
        {
                create_check_box('enable this email 
account','ex_account_enabled',
-                       'THIS PREF CURRENTLY DOES NOTHING<br>Users may have 
more than one email account. In the future it is anticipated that automatic 
actions may be performedon these accounts, such as automatic new mail checks, 
auto filtering, etc... Perhaps the user may want to disable an account so that 
these automatic actions do not occur for that account. This is one possible 
use.<br>Also, an admin may want to disable accounts from time to time.');
+                       'THIS PREF CURRENTLY DOES NOTHING<br />Users may have 
more than one email account. In the future it is anticipated that automatic 
actions may be performedon these accounts, such as automatic new mail checks, 
auto filtering, etc... Perhaps the user may want to disable an account so that 
these automatic actions do not occur for that account. This is one possible 
use.<br />Also, an admin may want to disable accounts from time to time.');
        }
        create_input_box('Account Name','account_name',
                'This is the name that appears in the account combobox. If for 
leave this blank, your accounts will be given a standard name like Account[1]: 
Jane Doe, where Jane Doe is the name you give below as "Your full name". If you 
want to give an account a special name you can fill this in. No matter what, 
this is for your use, your emails will still use "Your full name" as your FROM 
name for email messages. Note that "Your full name" for your email account 0 is 
the name you gave in the phpgroupware setup.');
@@ -77,7 +77,7 @@
                        'ReplyTo' => lang('ReplyTo')
                );
                create_select_box('Show sender\'s email address with 
name','show_addresses',$options,
-                       'This confusing and often misunderstood option is left 
over from this email apps origins as Aeromail by Mark Cushman. When viewing a 
list of emails in a folder, the FROM column may show you<br>a) the senders name 
only, if a name was provided,<br>b) the senders From email address, in addition 
to the senders name, or<br>c) the senders reply to address if it is different 
from the senders<br>from address, in addition to the senders name if it was 
provided. Typically users set this to none, which will show only the senders 
name. If no name was supplied by the sender, then the senders FROM email 
address will be shown, whether a seperate reply to address is provided has no 
effect on this, the FROM address is always used if the senders name is not 
provided.');
+                       'This confusing and often misunderstood option is left 
over from this email apps origins as Aeromail by Mark Cushman. When viewing a 
list of emails in a folder, the FROM column may show you<br />a) the senders 
name only, if a name was provided,<br />b) the senders From email address, in 
addition to the senders name, or<br />c) the senders reply to address if it is 
different from the senders<br />from address, in addition to the senders name 
if it was provided. Typically users set this to none, which will show only the 
senders name. If no name was supplied by the sender, then the senders FROM 
email address will be shown, whether a seperate reply to address is provided 
has no effect on this, the FROM address is always used if the senders name is 
not provided.');
                
                create_check_box('show new messages on main 
screen','mainscreen_showmail',
                        'Each user has a summary page which can display a 
variety of information. This option will show a small list of email messages in 
the INBOX of the users default email account onthe users summary home page.');
@@ -105,7 +105,7 @@
                'lex' => lang('Javascript')
        );
        create_select_box('Select your style for the addressbook. The 
traditional, simple style. Or the new javascript enabled complex addressbook',
-               'addressbook_choice',$options,'We have recently added this new 
addressbook so that users can choose to have a more complex addressbook that 
features<br>a) Easy, point and click searching,<br>b) Best suited for 
organizations with large central addressbooks with many categories.<br>You can 
choose here which addressbook do you prefer.');
+               'addressbook_choice',$options,'We have recently added this new 
addressbook so that users can choose to have a more complex addressbook that 
features<br />a) Easy, point and click searching,<br />b) Best suited for 
organizations with large central addressbooks with many categories.<br />You 
can choose here which addressbook do you prefer.');
 
        $options = array(
                '900' =>'1200x1600',




reply via email to

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