phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup/schematoy.php, 1.11.2.2


From: nomail
Subject: [Phpgroupware-cvs] setup/schematoy.php, 1.11.2.2
Date: Sat, 6 Nov 2004 17:13:46 +0100

Update of /setup
Modified Files:
        Branch: Version-0_9_16-branch
          schematoy.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: setup/schematoy.php
diff -u setup/schematoy.php:1.11.2.1 setup/schematoy.php:1.11.2.2
--- setup/schematoy.php:1.11.2.1        Sun Aug 10 22:35:40 2003
+++ setup/schematoy.php Sat Nov  6 16:13:46 2004
@@ -137,13 +137,13 @@
                                while(list($table,$null) = 
@each($phpgw_baseline))
                                {
                                        $terror[$appname]['tables'][] = $table;
-                                       echo '<br>Adding app table: ' . $table;
+                                       echo '<br />Adding app table: ' . 
$table;
                                }
                        }
 
                        if($version[$appname])
                        {
-                               echo '<br>Processing ' . 
$terror[$appname]['name'] . ' to ' . $version[$appname];
+                               echo '<br />Processing ' . 
$terror[$appname]['name'] . ' to ' . $version[$appname];
 
                                $terror = 
$GLOBALS['phpgw_setup']->process->droptables($terror,$GLOBALS['DEBUG']);
                                
$GLOBALS['phpgw_setup']->deregister_app($terror[$appname]['name']);
@@ -155,17 +155,17 @@
                        }
                        else
                        {
-                               echo '<br>Baseline-only completed for ' . 
$terror[$appname]['name'];
+                               echo '<br />Baseline-only completed for ' . 
$terror[$appname]['name'];
                        }
-                       echo '<br>' . $GLOBALS['setup_info'][$appname]['title'] 
. ' '
+                       echo '<br />' . 
$GLOBALS['setup_info'][$appname]['title'] . ' '
                                . lang('tables installed, unless there are 
errors printed above') . '.';
 
                        $GLOBALS['setup_info'][$appname]['version'] = 
$terror[$appname]['version'];
                        
$GLOBALS['phpgw_setup']->register_app($terror[$appname]['name']);
-                       echo '<br>' . $terror[$appname]['title'] . ' ' . 
lang('registered') . '.';
+                       echo '<br />' . $terror[$appname]['title'] . ' ' . 
lang('registered') . '.';
                }
 
-               echo '<br><a href="schematoy.php">' . lang('Go back') . '</a>';
+               echo '<br /><a href="schematoy.php">' . lang('Go back') . 
'</a>';
                $GLOBALS['setup_tpl']->pparse('out','footer');
                exit;
        }
@@ -202,13 +202,13 @@
                        $GLOBALS['setup_tpl']->pparse('out','detail');
                }
 
-               echo '<br><a href="schematoy.php">' . lang('Go back') . '</a>';
+               echo '<br /><a href="schematoy.php">' . lang('Go back') . 
'</a>';
                $GLOBALS['setup_tpl']->pparse('out','footer');
                exit;
        }
        else
        {
-               $GLOBALS['setup_tpl']->set_var('description',lang("Select an 
app, enter a target version, then submit to process to that version.<br>If you 
do not enter a version, only the baseline tables will be installed for the 
app.<br><blink>THIS WILL DROP ALL OF THE APPS' TABLES FIRST!</blink>"));
+               $GLOBALS['setup_tpl']->set_var('description',lang("Select an 
app, enter a target version, then submit to process to that version.<br />If 
you do not enter a version, only the baseline tables will be installed for the 
app.<br /><blink>THIS WILL DROP ALL OF THE APPS' TABLES FIRST!</blink>"));
                $GLOBALS['setup_tpl']->pparse('out','header');
 
                $GLOBALS['setup_tpl']->set_var('appdata',lang('Application 
Data'));




reply via email to

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