phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup/index.php, 1.116


From: nomail
Subject: [Phpgroupware-cvs] setup/index.php, 1.116
Date: Thu, 30 Dec 2004 10:37:36 +0100

Update of /setup
Modified Files:
        Branch: 
          index.php

date: 2004/12/30 09:37:36;  author: fipsfuchs;  state: Exp;  lines: +9 -9

Log Message:
xhtml1trans compliance from powerstat
=====================================================================
Index: setup/index.php
diff -u setup/index.php:1.115 setup/index.php:1.116
--- setup/index.php:1.115       Thu Dec 30 08:43:15 2004
+++ setup/index.php     Thu Dec 30 09:37:36 2004
@@ -55,7 +55,7 @@
        
$setup_tpl->set_block('T_setup_db_blocks','B_db_stage_6_post','V_db_stage_6_post');
        
$setup_tpl->set_block('T_setup_db_blocks','B_db_stage_10','V_db_stage_10');
        
$setup_tpl->set_block('T_setup_db_blocks','B_db_stage_default','V_db_stage_default');
-       $setup_tpl->set_var('HeaderLoginWarning', lang('Warning: All your 
passwords (database, phpGroupWare admin,...)<br> will be shown in plain text 
after you log in for header administration.'));
+       $setup_tpl->set_var('HeaderLoginWarning', lang('Warning: All your 
passwords (database, phpGroupWare admin,...)<br /> will be shown in plain text 
after you log in for header administration.'));
        $setup_tpl->set_var('lang_cookies_must_be_enabled', lang('<b>NOTE:</b> 
You must have cookies enabled to use setup and header admin!'));
 
        // Check header and authentication
@@ -185,7 +185,7 @@
                        
$setup_tpl->set_var('V_db_filled_block',$db_filled_block);
                        break;
                case 2:
-                       $setup_tpl->set_var('prebeta',lang('You appear to be 
running a pre-beta version of phpGroupWare.<br>These versions are no longer 
supported, and there is no upgrade path for them in setup.<br> You may wish to 
first upgrade to 0.9.10 (the last version to support pre-beta upgrades) <br>and 
then upgrade from there with the current version.'));
+                       $setup_tpl->set_var('prebeta',lang('You appear to be 
running a pre-beta version of phpGroupWare.<br />These versions are no longer 
supported, and there is no upgrade path for them in setup.<br /> You may wish 
to first upgrade to 0.9.10 (the last version to support pre-beta upgrades) <br 
/>and then upgrade from there with the current version.'));
                        $setup_tpl->set_var('notcomplete',lang('not complete'));
                        $setup_tpl->parse('V_db_stage_2','B_db_stage_2');
                        $db_filled_block = $setup_tpl->get_var('V_db_stage_2');
@@ -343,7 +343,7 @@
                                {
                                        /* NOTE: we assume here ldap doesn't 
delete accounts */
                                        $link_make_accts = 
$GLOBALS['phpgw_setup']->html->make_href_link_simple(
-                                               '<br>',
+                                               '<br />',
                                                'setup_demo.php',
                                                lang('Click Here'),
                                                lang('to setup an admin account 
and (optionally) 3 demo accounts.')
@@ -369,12 +369,12 @@
                                        $number_of_accounts = (int) 
$phpgw_setup->db->f(0);
                                        if ($number_of_accounts>0)
                                        {
-                                               $account_creation_notice .= 
lang('<br><b>This will delete all existing accounts.</b>');
+                                               $account_creation_notice .= 
lang('<br /><b>This will delete all existing accounts.</b>');
                                        }
                                }
 
                                $link_make_accts = 
$GLOBALS['phpgw_setup']->html->make_href_link_simple(
-                                       '<br>',
+                                       '<br />',
                                        'setup_demo.php',
                                        lang('Click Here'),
                                        $account_creation_notice
@@ -406,7 +406,7 @@
                        $setup_tpl->set_var('lang_status_img',$incomplete);
                        $setup_tpl->set_var('lang_status_alt','not completed');
                        $btn_install_lang = 
$GLOBALS['phpgw_setup']->html->make_frm_btn_simple(
-                               lang('You do not have any languages installed. 
Please install one now <br>'),
+                               lang('You do not have any languages installed. 
Please install one now <br />'),
                                'POST','lang.php',
                                'submit',lang('Install Language'),
                                '');
@@ -425,7 +425,7 @@
                        $setup_tpl->set_var('lang_status_img',$completed);
                        $setup_tpl->set_var('lang_status_alt','completed');
                        $btn_manage_lang = 
$GLOBALS['phpgw_setup']->html->make_frm_btn_simple(
-                               lang('This stage is completed<br>') . 
lang('Currently installed languages: %1 <br>',$langs_list),
+                               lang('This stage is completed<br />') . 
lang('Currently installed languages: %1 <br />',$langs_list),
                                'POST','lang.php',
                                'submit',lang('Manage Languages'),
                                '');
@@ -446,7 +446,7 @@
                        $setup_tpl->set_var('apps_status_img',$completed);
                        
$setup_tpl->set_var('apps_status_alt',lang('completed'));
                        $btn_manage_apps = 
$GLOBALS['phpgw_setup']->html->make_frm_btn_simple(
-                               lang('This stage is completed<br>'),
+                               lang('This stage is completed<br />'),
                                '','applications.php',
                                'submit',lang('Manage Applications'),
                                '');




reply via email to

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