forked from extern/egroupware
small changes in the header
This commit is contained in:
parent
bddad6dd8d
commit
e6b2a034e5
@ -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 <milosch@phpgroupware.org> Dec 22, 2001.
|
||||
Miles Lott <milosch@groupwhere.org> 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.
|
||||
|
@ -5,14 +5,14 @@
|
||||
See http://www.lyx.org/ for more information -->
|
||||
<artheader>
|
||||
<title>
|
||||
phpGroupWare admin/config.php
|
||||
eGroupWare admin/config.php
|
||||
</title>
|
||||
<abstract>
|
||||
<para>
|
||||
A brief introduction to writing hooks and templates for any application to use this admin interface, by
|
||||
</para>
|
||||
<para>
|
||||
Miles Lott <milosch@phpgroupware.org> Dec 22, 2001.
|
||||
Miles Lott <milosch@groupwhere.org> Dec 22, 2001.
|
||||
</para>
|
||||
</abstract>
|
||||
</artheader>
|
||||
@ -30,7 +30,7 @@
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
{action_url} - A phpgw->link to config.php will be inserted.
|
||||
{action_url} - A egw->link to config.php will be inserted.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -177,7 +177,7 @@
|
||||
]]><![ CDATA [ }
|
||||
]]> </programlisting>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
config.php calls this function, sending it the POSTed value. config.php continues, adding all other config items from the POSTed values.
|
||||
|
@ -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 <milosch@phpgroupware.org> Dec 22, 2001.
|
||||
this admin interface, by Miles Lott <milosch@groupwhere.org> 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
|
||||
|
Loading…
Reference in New Issue
Block a user