From e6b2a034e5eb76365be85020c15bcbc372527bab Mon Sep 17 00:00:00 2001 From: reinerj Date: Sun, 25 Jan 2004 22:21:37 +0000 Subject: [PATCH] small changes in the header --- admin/doc/adminconfig.lyx | 8 ++++---- admin/doc/adminconfig.sgml | 8 ++++---- admin/doc/adminconfig.txt | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/admin/doc/adminconfig.lyx b/admin/doc/adminconfig.lyx index b442d4f0ca..0cfffb1fa7 100644 --- a/admin/doc/adminconfig.lyx +++ b/admin/doc/adminconfig.lyx @@ -24,14 +24,14 @@ \layout Title -phpGroupWare admin/config.php +eGroupWare admin/config.php \layout Abstract A brief introduction to writing hooks and templates for any application to use this admin interface, by \layout Abstract -Miles Lott Dec 22, 2001. +Miles Lott Dec 22, 2001. \layout Section Files @@ -47,7 +47,7 @@ In your application/templates/default directory, create a new template file The following template tags may be used: \layout Enumerate -{action_url} - A phpgw->link to config.php will be inserted. +{action_url} - A egw->link to config.php will be inserted. \layout Enumerate {title} - This will be parsed to display 'Site Configuration'. @@ -336,7 +336,7 @@ If this file exists, it sets a var to tell config.php it was found. Here we created a function to check the entered value for the config item, ldap_contact_context. We want to make sure the admin did not set this value to one which would - conflict with another config item, used for accounts or groups in phpGroupWare. + conflict with another config item, used for accounts or groups in eGroupWare. \layout Standard config.php calls this function, sending it the POSTed value. diff --git a/admin/doc/adminconfig.sgml b/admin/doc/adminconfig.sgml index e1251c01b5..1338b675cf 100644 --- a/admin/doc/adminconfig.sgml +++ b/admin/doc/adminconfig.sgml @@ -5,14 +5,14 @@ See http://www.lyx.org/ for more information --> - phpGroupWare admin/config.php + eGroupWare admin/config.php A brief introduction to writing hooks and templates for any application to use this admin interface, by - Miles Lott <milosch@phpgroupware.org> Dec 22, 2001. + Miles Lott <milosch@groupwhere.org> Dec 22, 2001. @@ -30,7 +30,7 @@ - {action_url} - A phpgw->link to config.php will be inserted. + {action_url} - A egw->link to config.php will be inserted. @@ -177,7 +177,7 @@ ]]> - Here we created a function to check the entered value for the config item, ldap_contact_context. We want to make sure the admin did not set this value to one which would conflict with another config item, used for accounts or groups in phpGroupWare. + Here we created a function to check the entered value for the config item, ldap_contact_context. We want to make sure the admin did not set this value to one which would conflict with another config item, used for accounts or groups in eGroupWare. config.php calls this function, sending it the POSTed value. config.php continues, adding all other config items from the POSTed values. diff --git a/admin/doc/adminconfig.txt b/admin/doc/adminconfig.txt index 1f1fdaa659..817774fd42 100644 --- a/admin/doc/adminconfig.txt +++ b/admin/doc/adminconfig.txt @@ -1,10 +1,10 @@ -phpGroupWare admin/config.php +eGroupWare admin/config.php Abstract A brief introduction to writing hooks and templates for any application to use -this admin interface, by Miles Lott Dec 22, 2001. +this admin interface, by Miles Lott Dec 22, 2001. 1 Files @@ -147,7 +147,7 @@ Here we created a function to check the entered value for the config item, ldap_contact_context. We want to make sure the admin did not set this value to one which would conflict with another config item, used for accounts or groups in -phpGroupWare. +eGroupWare. config.php calls this function, sending it the POSTed value. config.php continues, adding all other config items from