diff --git a/lam/docs/devel/type_index.htm b/lam/docs/devel/type_index.htm index efe3d204..293cf33b 100644 --- a/lam/docs/devel/type_index.htm +++ b/lam/docs/devel/type_index.htm @@ -1,11 +1,10 @@ - - - LAM type HowTo +LAM type HowTo + + + - - - +

Type HowTo


@@ -26,12 +25,11 @@ module which handles Samba domains is used as example.

3. Custom list view



-

2. The default profile

+

2. The default profiles


3. List icon


4. Type specific CSS file

- - + \ No newline at end of file diff --git a/lam/docs/devel/type_profile.htm b/lam/docs/devel/type_profile.htm index a0daf8a5..333754fe 100644 --- a/lam/docs/devel/type_profile.htm +++ b/lam/docs/devel/type_profile.htm @@ -1,28 +1,64 @@ - - + Type HowTo - Default profile + + + - - - + + + + +
-

Type HowTo - Default profile

+

Type HowTo - Default profiles

+
+ +

Account profile +

+
-

+ You have to provide a default profile for your account type. If you do not want to specify default values then just provide an empty file.
+ Save your profile as default.<your -type> in config/profiles.
+type> in config/templates/profiles.
+
+
-Example:
+ +Example:
+
+ The smbDomain type has only -an empty default profile. It is saved as config/profiles/default.smbDomain.
-
- - - +an empty default profile. It is saved as config/templates/profiles/default.smbDomain.
+ +
+ +
+ +
+ +

PDF structure
+

+ +Please provide a default PDF structure for your new account type. It is +named default.<your type>.xml +and stored in config/templates/pdf.
+ +
+ +
+ +Example:
+ +
+ +The smbDomain type has the +default PDF structure in config/templates/pdf/default.smbDomain.xml.
+ +
+ \ No newline at end of file diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 26ac307e..db668716 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -15,6 +15,8 @@ + + Upgrade notes @@ -32,7 +34,27 @@ This is a list of API changes for all LAM releases.
-

3.9 -> 4.0

Module interface:
+

4.0 -> 4.1

CSS changes:
+ +
+

3.9 -> 4.0

+Module interface: