phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup manageheader.php,1.45.2.6,1.45.2.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.45.2.6,1.45.2.7
Date: Sat, 23 Aug 2003 12:53:13 -0400

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv27154

Modified Files:
      Tag: Version-0_9_16-branch
        manageheader.php 
Log Message:
1) fixed the writeing of the header.
2) removed the "dont forget to create the db" message, as the db can be created 
now in the first setup-stage

Index: manageheader.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/manageheader.php,v
retrieving revision 1.45.2.6
retrieving revision 1.45.2.7
diff -C2 -r1.45.2.6 -r1.45.2.7
*** manageheader.php    12 Aug 2003 21:29:09 -0000      1.45.2.6
--- manageheader.php    23 Aug 2003 16:53:10 -0000      1.45.2.7
***************
*** 153,157 ****
                        echo '</body></html>';
                        break;
!               case 'write config':
                        check_form_values();
                        $header_template = CreateObject('setup.Template','../');
--- 153,157 ----
                        echo '</body></html>';
                        break;
!               case 'write':
                        check_form_values();
                        $header_template = CreateObject('setup.Template','../');
***************
*** 194,200 ****
                        $detected .= '<tr><td colspan="2"><p>' . 
$GLOBALS['phpgw_info']['setup']['PageMSG'] . '<br />&nbsp;</p></td></tr>';
                        $manual = '<a href="../doc/en_US/html/admin/" 
target="manual">'.lang('phpGroupWare Administration Manual').'</a>';
!                       $detected .= '<tr><td colspan="2"><p><b>'.lang('Please 
consult the %1.',$manual).'</b></p>'. "\n";
!                       $manual = '<a 
href="../doc/en_US/html/admin/x62.html#AEN134" target="manual">'.lang('Setup 
the database').'</a>';
!                       $detected .= '<b>'.lang('If you running this the first 
time, don\'t forget to manualy %1 !!!',$manual).'</b><br>&nbsp;</td></tr>'. 
"\n";
  
                        $detected .= '<tr class="th"><td colspan="2">' . 
lang('Analysis') . '</td></tr><tr><td colspan="2">'. "\n";
--- 194,198 ----
                        $detected .= '<tr><td colspan="2"><p>' . 
$GLOBALS['phpgw_info']['setup']['PageMSG'] . '<br />&nbsp;</p></td></tr>';
                        $manual = '<a href="../doc/en_US/html/admin/" 
target="manual">'.lang('phpGroupWare Administration Manual').'</a>';
!                       $detected .= '<tr><td colspan="2"><p><b>'.lang('Please 
consult the %1.',$manual).'</b><br>&nbsp;</td></tr>'. "\n";
  
                        $detected .= '<tr class="th"><td colspan="2">' . 
lang('Analysis') . '</td></tr><tr><td colspan="2">'. "\n";





reply via email to

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