diff --git a/lam/HISTORY b/lam/HISTORY index 0b4d32ad..184ef856 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -5,6 +5,7 @@ - group list can show primary members (RFE 1517679 and patch 1722460) - more translated example texts (RFE 1702140) - inetOrgPerson: now manages homePhone, roomNumber, businessCategory + - account lists: display buttons on top and bottom (RFE 1702136) - fixed bugs: -> OU editor: help images (1702132) -> config editor: extra space (1702269) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 0f77cefb..94958180 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -135,6 +135,10 @@ class lamList { // navigation bar $this->listDrawNavigationBar(sizeof($filteredEntries)); echo ("
\n"); + echo ("
\n"); + // buttons + $this->listPrintButtons(false); + echo ("
\n"); // other options $this->listPrintAdditionalOptions(); // PDF bar