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.5


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-link index.php,1.4,1.5
Date: Thu, 05 Dec 2002 17:15:32 -0500

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

Modified Files:
        index.php 
Log Message:
bringing head up to sync with 0.9.14 branch


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-link/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index.php   1 Sep 2002 04:24:50 -0000       1.4
--- index.php   5 Dec 2002 22:15:00 -0000       1.5
***************
*** 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]