From c0bb586ba6c15b1b46e059cf3734c29cc297c421 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 17 Feb 2007 16:43:36 +0000 Subject: [PATCH] listPrintAdditionalOptions() --- lam/HISTORY | 1 + lam/docs/README.upgrade.txt | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lam/HISTORY b/lam/HISTORY index dfe236f7..886b47d8 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -7,6 +7,7 @@ Developers: API changes: - added listPrintTableCellContent() to class lamList + - added listPrintAdditionalOptions() to class lamList 24.01.2007 1.2.0 diff --git a/lam/docs/README.upgrade.txt b/lam/docs/README.upgrade.txt index 07a46130..f953ed4a 100644 --- a/lam/docs/README.upgrade.txt +++ b/lam/docs/README.upgrade.txt @@ -14,9 +14,12 @@ Developers: New lamList function: - The function listPrintTableCellContent() allows you to control how the LDAP - attributes are displayed in the table. This can be used to display links - or binary data. + - listPrintTableCellContent(): This function allows you to control how the LDAP + attributes are displayed in the table. This can be used to display links + or binary data. + + - listPrintAdditionalOptions(): If you want to display additional conrols for a list + please use this function. The controls will be placed under the account table.