phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] bookmarks/inc/class.ui.inc.php, 1.1.2.14


From: nomail
Subject: [Phpgroupware-cvs] bookmarks/inc/class.ui.inc.php, 1.1.2.14
Date: Sat, 6 Nov 2004 17:13:48 +0100

Update of /bookmarks/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.ui.inc.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: bookmarks/inc/class.ui.inc.php
diff -u bookmarks/inc/class.ui.inc.php:1.1.2.13 
bookmarks/inc/class.ui.inc.php:1.1.2.14
--- bookmarks/inc/class.ui.inc.php:1.1.2.13     Sat Sep  4 06:03:29 2004
+++ bookmarks/inc/class.ui.inc.php      Sat Nov  6 16:13:48 2004
@@ -1007,7 +1007,7 @@
                                // Do we have all necessary data?
                                if (empty($to) || empty($subject) || 
empty($message))
                                {
-                                       $this->bo->error_msg .= 
'<br>'.lang('Please fill out <B>To E-Mail Address</B>, <B>Subject</B>, and 
<B>Message</B>!');
+                                       $this->bo->error_msg .= '<br 
/>'.lang('Please fill out <B>To E-Mail Address</B>, <B>Subject</B>, and 
<B>Message</B>!');
                                }
                                else
                                {
@@ -1020,9 +1020,9 @@
                                                // Is email address in the 
proper format?
                                                if (!$validate->is_email($val))
                                                {
-                                                       $this->bo->error_msg .= 
'<br>' .
+                                                       $this->bo->error_msg .= 
'<br />' .
                                                                lang('To 
address %1 invalid. Format must be <strong>address@hidden</strong> and domain 
must exist!',$val).
-                                                               
'<br><small>'.$validate->ERROR.'</small>';
+                                                               '<br 
/><small>'.$validate->ERROR.'</small>';
                                                        break;
                                                }
                                        }
@@ -1043,7 +1043,7 @@
                                        }
                                        // send the message
                                        
$send->msg('email',$to,$subject,$message ."\n". 
$this->bo->config['mail_footer'],'','','',$reply_to);
-                                       $this->bo->msg .= 
'<br>'.lang('mail-this-link message sent to %1.',$to);
+                                       $this->bo->msg .= '<br 
/>'.lang('mail-this-link message sent to %1.',$to);
                                }
                        }
 
@@ -1180,7 +1180,7 @@
                        $this->t->set_file('body','import.body.tpl');
                        $this->t->set_var(Array(
                                'FORM_ACTION' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=bookmarks.ui.import'),
-                               'lang_name' => lang('Enter the name of the 
Netscape bookmark file<br>that you want imported into bookmarker below.'),
+                               'lang_name' => lang('Enter the name of the 
Netscape bookmark file<br />that you want imported into bookmarker below.'),
                                'lang_file' => lang('Netscape Bookmark File'),
                                'lang_import_button' => lang('Import 
Bookmarks'),
                                'lang_note' => lang('<b>Note:</b> This 
currently works with netscape bookmarks only'),




reply via email to

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