forked from extern/egroupware
small changes in the header
This commit is contained in:
parent
bddad6dd8d
commit
e6b2a034e5
@ -24,14 +24,14 @@
|
|||||||
|
|
||||||
\layout Title
|
\layout Title
|
||||||
|
|
||||||
phpGroupWare admin/config.php
|
eGroupWare admin/config.php
|
||||||
\layout Abstract
|
\layout Abstract
|
||||||
|
|
||||||
A brief introduction to writing hooks and templates for any application
|
A brief introduction to writing hooks and templates for any application
|
||||||
to use this admin interface, by
|
to use this admin interface, by
|
||||||
\layout Abstract
|
\layout Abstract
|
||||||
|
|
||||||
Miles Lott <milosch@phpgroupware.org> Dec 22, 2001.
|
Miles Lott <milosch@groupwhere.org> Dec 22, 2001.
|
||||||
\layout Section
|
\layout Section
|
||||||
|
|
||||||
Files
|
Files
|
||||||
@ -47,7 +47,7 @@ In your application/templates/default directory, create a new template file
|
|||||||
The following template tags may be used:
|
The following template tags may be used:
|
||||||
\layout Enumerate
|
\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
|
\layout Enumerate
|
||||||
|
|
||||||
{title} - This will be parsed to display 'Site Configuration'.
|
{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,
|
Here we created a function to check the entered value for the config item,
|
||||||
ldap_contact_context.
|
ldap_contact_context.
|
||||||
We want to make sure the admin did not set this value to one which would
|
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
|
\layout Standard
|
||||||
|
|
||||||
config.php calls this function, sending it the POSTed value.
|
config.php calls this function, sending it the POSTed value.
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
See http://www.lyx.org/ for more information -->
|
See http://www.lyx.org/ for more information -->
|
||||||
<artheader>
|
<artheader>
|
||||||
<title>
|
<title>
|
||||||
phpGroupWare admin/config.php
|
eGroupWare admin/config.php
|
||||||
</title>
|
</title>
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>
|
<para>
|
||||||
A brief introduction to writing hooks and templates for any application to use this admin interface, by
|
A brief introduction to writing hooks and templates for any application to use this admin interface, by
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Miles Lott <milosch@phpgroupware.org> Dec 22, 2001.
|
Miles Lott <milosch@groupwhere.org> Dec 22, 2001.
|
||||||
</para>
|
</para>
|
||||||
</abstract>
|
</abstract>
|
||||||
</artheader>
|
</artheader>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
{action_url} - A phpgw->link to config.php will be inserted.
|
{action_url} - A egw->link to config.php will be inserted.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -177,7 +177,7 @@
|
|||||||
]]><![ CDATA [ }
|
]]><![ CDATA [ }
|
||||||
]]> </programlisting>
|
]]> </programlisting>
|
||||||
<para>
|
<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>
|
||||||
<para>
|
<para>
|
||||||
config.php calls this function, sending it the POSTed value. config.php continues, adding all other config items from the POSTed values.
|
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
|
Abstract
|
||||||
|
|
||||||
A brief introduction to writing hooks and templates for any application to use
|
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
|
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 config item, ldap_contact_context. We want to make sure
|
||||||
the admin did not set this value to one which would conflict
|
the admin did not set this value to one which would conflict
|
||||||
with another config item, used for accounts or groups in
|
with another config item, used for accounts or groups in
|
||||||
phpGroupWare.
|
eGroupWare.
|
||||||
|
|
||||||
config.php calls this function, sending it the POSTed value.
|
config.php calls this function, sending it the POSTed value.
|
||||||
config.php continues, adding all other config items from
|
config.php continues, adding all other config items from
|
||||||
|
Loading…
Reference in New Issue
Block a user