phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc/class.uiapplications.inc.php, 1.3.2.1.2.6


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: admin/inc/class.uiapplications.inc.php
diff -u admin/inc/class.uiapplications.inc.php:1.3.2.1.2.5 
admin/inc/class.uiapplications.inc.php:1.3.2.1.2.6
--- admin/inc/class.uiapplications.inc.php:1.3.2.1.2.5  Sun Apr 25 21:28:14 2004
+++ admin/inc/class.uiapplications.inc.php      Sat Nov  6 16:13:47 2004
@@ -115,7 +115,7 @@
                        
$GLOBALS['phpgw']->template->set_var('lang_enabled',lang('Enabled'));
 
                        
$GLOBALS['phpgw']->template->set_var('new_action',$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.add'));
-                       
$GLOBALS['phpgw']->template->set_var('lang_note',lang('(To install new 
applications use<br><a href="setup/" target="setup">Setup</a> [Manage 
Applications] !!!)'));
+                       
$GLOBALS['phpgw']->template->set_var('lang_note',lang('(To install new 
applications use<br /><a href="setup/" target="setup">Setup</a> [Manage 
Applications] !!!)'));
                        
$GLOBALS['phpgw']->template->set_var('lang_add',lang('add'));
 
                        foreach($applications as $app)
@@ -213,7 +213,7 @@
                                }
                                else
                                {
-                                       
$GLOBALS['phpgw']->template->set_var('error','<p><center>' . 
$GLOBALS['phpgw']->common->error_list($error) . '</center><br>');
+                                       
$GLOBALS['phpgw']->template->set_var('error','<p><center>' . 
$GLOBALS['phpgw']->common->error_list($error) . '</center><br />');
                                }
                        }
                        else
@@ -318,7 +318,7 @@
 
                        if ($totalerrors)
                        {
-                               
$GLOBALS['phpgw']->template->set_var('error','<p><center>' . 
$GLOBALS['phpgw']->common->error_list($error) . '</center><br>');
+                               
$GLOBALS['phpgw']->template->set_var('error','<p><center>' . 
$GLOBALS['phpgw']->common->error_list($error) . '</center><br />');
                        }
                        else
                        {




reply via email to

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