phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/class.uivcard.inc.php, 1.5.2.1.2.5


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/class.uivcard.inc.php, 1.5.2.1.2.5
Date: Sat, 6 Nov 2004 17:13:43 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: addressbook/inc/class.uivcard.inc.php
diff -u addressbook/inc/class.uivcard.inc.php:1.5.2.1.2.4 
addressbook/inc/class.uivcard.inc.php:1.5.2.1.2.5
--- addressbook/inc/class.uivcard.inc.php:1.5.2.1.2.4   Tue Feb 24 19:03:29 2004
+++ addressbook/inc/class.uivcard.inc.php       Sat Nov  6 16:13:43 2004
@@ -52,12 +52,12 @@
   
                        if ($action == 'GetFile')
                        {
-                               echo '<b><center>' . lang('You must select a 
vcard. (*.vcf)') . '</b></center><br><br>';
+                               echo '<b><center>' . lang('You must select a 
vcard. (*.vcf)') . '</b></center><br /><br />';
                        }
 
                        $this->template->set_file(array('vcardin' => 
'vcardin.tpl'));
 
-                       $this->template->set_var('vcard_header','<p>&nbsp;<b>' 
. lang('Address book - VCard in') . '</b><hr><p>');
+                       $this->template->set_var('vcard_header','<p>&nbsp;<b>' 
. lang('Address book - VCard in') . '</b><hr /><p>');
                        
$this->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.boaddressbook.add_vcard'));
                        $this->template->set_var('lang_access',lang('Access'));
                        $this->template->set_var('lang_groups',lang('Which 
groups'));
@@ -225,7 +225,7 @@
                                {
                                        if ($myexport[$name] && ($value != "") )
                                        {
-                                               //echo 
'<br>'.$name."=".$fields[$name]."\n";
+                                               //echo '<br 
/>'.$name."=".$fields[$name]."\n";
                                                $buffer[$myexport[$name]] = 
$value;
                                        }
                                }
@@ -244,9 +244,9 @@
 
                        if($nofname)
                        {
-                               echo '<br><br><center>';
-                               echo lang("This person's first name was not in 
the address book.") .'<br>';
-                               echo lang('Vcards require a first name entry.') 
. '<br><br>';
+                               echo '<br /><br /><center>';
+                               echo lang("This person's first name was not in 
the address book.") .'<br />';
+                               echo lang('Vcards require a first name entry.') 
. '<br /><br />';
                                echo '<a href="' . 
$GLOBALS['phpgw']->link('/addressbook/index.php',
                                        
"order=$order&start=$start&filter=$filter&query=$query&sort=$sort&cat_id=$cat_id")
 . '">' . lang('OK') . '</a>';
                                echo '</center>';
@@ -254,9 +254,9 @@
 
                        if($nolname)
                        {
-                               echo '<br><br><center>';
-                               echo lang("This person's last name was not in 
the address book.") . '<br>';
-                               echo lang('Vcards require a last name entry.') 
. '<br><br>';
+                               echo '<br /><br /><center>';
+                               echo lang("This person's last name was not in 
the address book.") . '<br />';
+                               echo lang('Vcards require a last name entry.') 
. '<br /><br />';
                                echo '<a href="' . 
$GLOBALS['phpgw']->link('/addressbook/index.php',
                                        
"order=$order&start=$start&filter=$filter&query=$query&sort=$sort&cat_id=$cat_id")
 . '">' . lang('OK') . '</a>';
                                echo '</center>';




reply via email to

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