diff --git a/lam/docs/devel/account_modules.htm b/lam/docs/devel/account_modules.htm index 2124e5ac..a466208d 100644 --- a/lam/docs/devel/account_modules.htm +++ b/lam/docs/devel/account_modules.htm @@ -26,7 +26,7 @@ If your module needs any include files etc. please save it in module HowTo for an example to write your own modules.
The complete specification for the module interface can be found here.
+ href="modules-specification.htm">here.

Superclass

All account modules should be diff --git a/lam/docs/devel/base_module.htm b/lam/docs/devel/base_module.htm index dbb490d4..76b608f7 100644 --- a/lam/docs/devel/base_module.htm +++ b/lam/docs/devel/base_module.htm @@ -16,7 +16,7 @@
The baseModule is the parent class of all account modules.
It implements most functions of the module interface and provides + href="modules-specification.htm">module interface and provides the possibility to use meta data for the module functions.
There are also some class variables which are useful for the child @@ -25,7 +25,7 @@ classes.

Meta data

The baseModule allows you to -not implement the module +not implement the module interface directly but to provide meta data which is interpreted by the baseModule.
@@ -41,7 +41,7 @@ to implement the function get_metaData(). This function must return a hash array with the meta options as array keys.
-Please refer to the module +Please refer to the module interface for details about the format of meta data.

@@ -52,7 +52,7 @@ interface for details about the format of
For a list of meta data -functions please refer to the module +functions please refer to the module interface.


diff --git a/lam/docs/modules-specification.htm b/lam/docs/devel/modules-specification.htm similarity index 100% rename from lam/docs/modules-specification.htm rename to lam/docs/devel/modules-specification.htm diff --git a/lam/docs/devel/profile_editor.htm b/lam/docs/devel/profile_editor.htm index 5b36d77b..c11d7255 100644 --- a/lam/docs/devel/profile_editor.htm +++ b/lam/docs/devel/profile_editor.htm @@ -45,7 +45,7 @@ The function print_option() manages the display of the different option types (checkbox, select, ...). The type of each option is saved in $_SESSION['profile_types'].
-See the modules specification +See the modules specification for a complete list of supported types.

The profiles have unique names under which they are saved. If a profile