From 150825fdd02c43354986dc0cf3b64789cf196a35 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 3 Jul 2007 15:51:50 +0000 Subject: [PATCH] buttons at bottom of page (RFE 1702136) --- lam/HISTORY | 1 + lam/lib/lists.inc | 4 ++++ 2 files changed, 5 insertions(+) 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