richard: server/kolab-webadmin/kolab-webadmin/www/admin/kolab codefusion.php.in, NONE, 1.1 erfrakon.php.in, NONE, 1.1 index.php.in, NONE, 1.1 intevation.php.in, NONE, 1.1 kdab.php.in, NONE, 1.1 kde.php.in, NONE, 1.1 versions.php.in, 1.2, 1.3 codefusion.php, 1.2, NONE erfrakon.php, 1.3, NONE index.php, 1.3, NONE intevation.php, 1.2, NONE kdab.php, 1.2, NONE kde.php, 1.3, NONE

cvs at intevation.de cvs at intevation.de
Sun Feb 5 21:13:57 CET 2006


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/kolab
In directory doto:/tmp/cvs-serv13443/www/admin/kolab

Modified Files:
	versions.php.in 
Added Files:
	codefusion.php.in erfrakon.php.in index.php.in 
	intevation.php.in kdab.php.in kde.php.in 
Removed Files:
	codefusion.php erfrakon.php index.php intevation.php kdab.php 
	kde.php 
Log Message:
Use the new kolab_php_module_prefix variable



--- NEW FILE: codefusion.php.in ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: erfrakon.php.in ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: index.php.in ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: intevation.php.in ---
<?php
/*
 (c) 2004 Klarlvdalens Datakonsult AB
 (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 (c) 2003 Martin Konold <martin.konold at erfrakon.de>
 This program is Free Software under the GNU General Public License (>=v2).
 Read the file COPYING that comes with this packages for details.
*/

require_once('@kolab_php_module_prefix at admin/include/mysmarty.php');
require_once('@kolab_php_module_prefix at admin/include/headers.php');
require_once('@kolab_php_module_prefix at admin/include/locale.php');
require_once('@kolab_php_module_prefix at admin/include/authenticate.php');

/**** Authentication etc. ***/
$sidx = 'about';

require_once('@kolab_php_module_prefix at admin/include/menu.php');


/**** Submenu for current page ***/
$menuitems[$sidx]['selected'] = 'selected';

/**** Insert into template and output ***/
$smarty = new MySmarty();
$smarty->assign( 'topdir', $topdir );
$smarty->assign( 'uid', $auth->uid() );
$smarty->assign( 'group', $auth->group() );
$smarty->assign( 'page_title', $menuitems[$sidx]['title'] );
$smarty->assign( 'menuitems', $menuitems );
$smarty->assign( 'submenuitems', $menuitems[$sidx]['submenu'] );
$smarty->assign( 'maincontent', 'intevation.tpl' );
$smarty->display('page.tpl');

/*
  Local variables:
  mode: php
  indent-tabs-mode: t
  tab-width: 4
  buffer-file-coding-system: utf-8
  End:
*/
 ?>

--- NEW FILE: kdab.php.in ---
<?php
/*
 (c) 2004 Klarlvdalens Datakonsult AB
 (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 (c) 2003 Martin Konold <martin.konold at erfrakon.de>
 This program is Free Software under the GNU General Public License (>=v2).
 Read the file COPYING that comes with this packages for details.
*/

require_once('@kolab_php_module_prefix at admin/include/mysmarty.php');
require_once('@kolab_php_module_prefix at admin/include/headers.php');
require_once('@kolab_php_module_prefix at admin/include/locale.php');
require_once('@kolab_php_module_prefix at admin/include/authenticate.php');

/**** Authentication etc. ***/
$sidx = 'about';

require_once('@kolab_php_module_prefix at admin/include/menu.php');


/**** Submenu for current page ***/
$menuitems[$sidx]['selected'] = 'selected';

/**** Insert into template and output ***/
$smarty =& new MySmarty();
$smarty->assign( 'topdir', $topdir );
$smarty->assign( 'uid', $auth->uid() );
$smarty->assign( 'group', $auth->group() );
$smarty->assign( 'page_title', $menuitems[$sidx]['title'] );
$smarty->assign( 'menuitems', $menuitems );
$smarty->assign( 'submenuitems', $menuitems[$sidx]['submenu'] );
$smarty->assign( 'maincontent', 'kdab.tpl' );
$smarty->display('page.tpl');

/*
  Local variables:
  mode: php
  indent-tabs-mode: t
  tab-width: 4
  buffer-file-coding-system: utf-8
  End:
*/
 ?>

--- NEW FILE: kde.php.in ---
(This appears to be a binary file; contents omitted.)

Index: versions.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/kolab/versions.php.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- versions.php.in	17 Jan 2006 19:20:20 -0000	1.2
+++ versions.php.in	5 Feb 2006 20:13:55 -0000	1.3
@@ -7,15 +7,15 @@
  Read the file COPYING that comes with this packages for details.
 */
 
-require_once('admin/include/mysmarty.php');
-require_once('admin/include/headers.php');
-require_once('admin/include/locale.php');
-require_once('admin/include/authenticate.php');
+require_once('@kolab_php_module_prefix at admin/include/mysmarty.php');
+require_once('@kolab_php_module_prefix at admin/include/headers.php');
+require_once('@kolab_php_module_prefix at admin/include/locale.php');
+require_once('@kolab_php_module_prefix at admin/include/authenticate.php');
 
 /**** Authentication etc. ***/
 $sidx = 'about';
 
-require_once('admin/include/menu.php');
+require_once('@kolab_php_module_prefix at admin/include/menu.php');
 
 /**** Submenu for current page ***/
 $menuitems[$sidx]['selected'] = 'selected';

--- codefusion.php DELETED ---

--- erfrakon.php DELETED ---

--- index.php DELETED ---

--- intevation.php DELETED ---

--- kdab.php DELETED ---

--- kde.php DELETED ---





More information about the commits mailing list