phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: /sitemgr/sitemgr-link index.php,1.4,1.4.2.1


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-link index.php,1.4,1.4.2.1
Date: Fri, 18 Oct 2002 19:22:56 -0400

Update of /cvsroot/phpgroupware//sitemgr/sitemgr-link
In directory subversions:/tmp/cvs-serv5208

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Lang'ed


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-link/index.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** index.php   1 Sep 2002 04:24:50 -0000       1.4
--- index.php   18 Oct 2002 23:22:54 -0000      1.4.2.1
***************
*** 22,26 ****
        else
        {
!               echo "You need to make sure the sitemgr-link app is in the 
phpgroupware directory.  If you made a symbolic link... it isn't working.";
                die();
        }
--- 22,26 ----
        else
        {
!               echo lang("You need to make sure the sitemgr-link app is in the 
phpgroupware directory.  If you made a symbolic link... it isn't working.");
                die();
        }
***************
*** 44,52 ****
                if ($aclbo->is_admin())
                {
!                       echo 'Before the public web site can be viewed, you 
must configure the various locations and preferences.  Please go to the sitemgr 
setup page by following this link: <a href="' . 
$GLOBALS['phpgw']->link('/index.php', 
'menuaction=sitemgr.Common_UI.DisplayPrefs') . '">sitemgr setup page</a>.  Note 
that you may get this message if your preferences are incorrect.  For example, 
if config.inc.php is not found in the directory that you specified.';
                }
                else
                {
!                       echo 'Your administrator has not yet setup the web 
content manager for public viewing.  Go bug your administrator to get their 
butt in gear.';
                }
                echo '</td></tr></table>';
--- 44,58 ----
                if ($aclbo->is_admin())
                {
!                       echo lang('Before the public web site can be viewed, 
you must configure the various locations and preferences.  Please go to the 
sitemgr setup page by following this link:') . 
!                         '<a href="' . 
!                         $GLOBALS['phpgw']->link('/index.php', 
'menuaction=sitemgr.Common_UI.DisplayPrefs') . 
!                         '">' .
!                         lang('sitemgr setup page') .
!                         '</a>. ' .
!                         lang('Note that you may get this message if your 
preferences are incorrect.  For example, if config.inc.php is not found in the 
directory that you specified.');
                }
                else
                {
!                       echo lang('Your administrator has not yet setup the web 
content manager for public viewing.  Go bug your administrator to get their 
butt in gear.');
                }
                echo '</td></tr></table>';





reply via email to

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