[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] manual/email_viewing.php, 1.4.8.1
From: |
nomail |
Subject: |
[Phpgroupware-cvs] manual/email_viewing.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_viewing.php
date: 2004/11/06 16:13:46; author: powerstat; state: Exp; lines: +6 -6
Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: manual/email_viewing.php
diff -u manual/email_viewing.php:1.4 manual/email_viewing.php:1.4.8.1
--- manual/email_viewing.php:1.4 Sun Jan 7 17:59:20 2001
+++ manual/email_viewing.php Sat Nov 6 16:13:46 2004
@@ -26,13 +26,13 @@
<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 /><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
<p>Make a choice ! :)
<ul>
<?php $phpgw->common->phpgw_footer(); ?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] manual/email_viewing.php, 1.4.8.1,
nomail <=