phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] manual/email.php, 1.4.8.1


From: nomail
Subject: [Phpgroupware-cvs] manual/email.php, 1.4.8.1
Date: Sat, 6 Nov 2004 17:13:46 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: manual/email.php
diff -u manual/email.php:1.4 manual/email.php:1.4.8.1
--- manual/email.php:1.4        Sun Jan  7 17:59:20 2001
+++ manual/email.php    Sat Nov  6 16:13:46 2004
@@ -33,28 +33,28 @@
 <li><b>Collecting and viewing:</b>
 Clicking on the email icon in the navigation bar at the top of the screen, 
will make a connection
 to your mailserver (as set by the systems admin). All your mail should then be 
displayed on screen.
-<br>To read a particular mail, click on the subject line of the mail.
+<br />To read a particular mail, click on the subject line of the mail.
 </ul>
 <p>The following icons will be displayed at the top right of the screen and 
the email will then be displayed.
-<br><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_reply.gif">  Reply to sender
-<br><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_reply_all.gif">  Reply to all (sender and other cc recipients)
-<br><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_forward.gif">  Forward to another address
-<br><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_delete.gif">  Delete 
-<br>Make a choice ! :)
+<br /><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_reply.gif">  Reply to sender
+<br /><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_reply_all.gif">  Reply to all (sender and other cc recipients)
+<br /><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_forward.gif">  Forward to another address
+<br /><img src="<?php echo $phpgw_info["server"]["app_images"]; 
?>/sm_delete.gif">  Delete 
+<br />Make a choice ! :)
 <ul>
 <p><li><b>Replying:</b>
-<br><i>To the sender:</i>
-<br>Click on the reply icon,  the email will then be displayed on the screen, 
with the relevant details. Your cursor
+<br /><i>To the sender:</i>
+<br />Click on the reply icon,  the email will then be displayed on the 
screen, with the relevant details. Your cursor
 will be positioned ready for you to type your reply at the top of the original 
mail. Type your reply, then click
 on the send button, top right of your screen.
 <p>
 <i>To both sender and other cc recipents:</i>
-<br>Click on the reply to all icon,  the email will then be displayed on the 
screen, with the relevant details. Your cursor
+<br />Click on the reply to all icon,  the email will then be displayed on the 
screen, with the relevant details. Your cursor
 will be positioned ready for you to type your reply at the top of the original 
mail. Type your reply, then click
 on the send button, top right of your screen.
 <p>
 <i>To forward the mail to another address:</i>
-<br>Click on the reply to all icon,  the email will then be displayed on the 
screen, with the relevant details. Your cursor
+<br />Click on the reply to all icon,  the email will then be displayed on the 
screen, with the relevant details. Your cursor
 will be positioned ready for you to type your reply at the top of the original 
mail. Type your reply, then click
 on the send button, top right of your screen.
 To send email to an address not in the address book, type the address in the 
field marked To: 
@@ -62,20 +62,20 @@
 the subject line, type the body of the large text field, then click on the 
send button.
 <p>
 <li><b>Adding attachments to mail:</b>
-<br>To add an attachemnt to your mail click on the link "Add Attachment",  a 
popup window will 
+<br />To add an attachemnt to your mail click on the link "Add Attachment",  a 
popup window will 
 appear, browse through your computer to find the file/files you want, then 
click ok.
-<br>The pop box will disappear, and the file/files will be attached to your 
mail.
-<br>This function is available in all steps of sending/forwarding mail.
+<br />The pop box will disappear, and the file/files will be attached to your 
mail.
+<br />This function is available in all steps of sending/forwarding mail.
 <p><li><b>Composing:</b>
-<br>To compose a new email message, click on the "compose" button at the 
bottom of the screen.
+<br />To compose a new email message, click on the "compose" button at the 
bottom of the screen.
 A screen will be displayed with a point
 and click button to your address book. To use an address already in the 
address book,
 click on the address button, a list of your current entries will be displayed, 
choose one.
 <p><li><b>Saving:</b>
-<br>Click the small box on the left of the screen, next to the message you 
want to save. A tick will appear in
+<br />Click the small box on the left of the screen, next to the message you 
want to save. A tick will appear in
 the box, then click on folder. A list of folders will be displayed, chose the 
folder you want to save the mail
 into and the email will be saved  into that folder.
 <p><li><b>Deleting:</b>
-<br>Click the small box on the left of the screen, next to the message you 
want to delete. A tick will appear in
+<br />Click the small box on the left of the screen, next to the message you 
want to delete. A tick will appear in
 the box, then scroll down to the bottom of the screen, click on delete. The 
mail will then be deleted.
 <?php $phpgw->common->phpgw_footer(); ?>




reply via email to

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