phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc/class.uicategories.inc.php, 1.6.2.8.2.6


From: nomail
Subject: [Phpgroupware-cvs] admin/inc/class.uicategories.inc.php, 1.6.2.8.2.6
Date: Sat, 6 Nov 2004 17:13:47 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: admin/inc/class.uicategories.inc.php
diff -u admin/inc/class.uicategories.inc.php:1.6.2.8.2.5 
admin/inc/class.uicategories.inc.php:1.6.2.8.2.6
--- admin/inc/class.uicategories.inc.php:1.6.2.8.2.5    Tue Nov 18 13:22:20 2003
+++ admin/inc/class.uicategories.inc.php        Sat Nov  6 16:13:47 2004
@@ -72,7 +72,7 @@
                                'order'  => $this->order,
                                'cat_id' => $this->cat_id
                        );
-                       echo '<br>UI:<br>';
+                       echo '<br />UI:<br />';
                        _debug_array($data);
                }
 
@@ -458,7 +458,7 @@
                        if ($apps_cats)
                        {
                                
$this->template->set_block('category_delete','delete','deletehandle');
-                               $this->template->set_var('messages',lang('This 
category is currently being used by applications as a parent category') . '<br>'
+                               $this->template->set_var('messages',lang('This 
category is currently being used by applications as a parent category') . '<br 
/>'
                                        . lang('You will need to remove the 
subcategories before you can delete this category'));
 
                                $this->template->set_var('lang_subs','');




reply via email to

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