buttons at bottom of page (RFE 1702136)
This commit is contained in:
parent
42003d687c
commit
150825fdd0
|
@ -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)
|
||||
|
|
|
@ -135,6 +135,10 @@ class lamList {
|
|||
// navigation bar
|
||||
$this->listDrawNavigationBar(sizeof($filteredEntries));
|
||||
echo ("<br>\n");
|
||||
echo ("<hr style=\"background-color: #999999;\">\n");
|
||||
// buttons
|
||||
$this->listPrintButtons(false);
|
||||
echo ("<br>\n");
|
||||
// other options
|
||||
$this->listPrintAdditionalOptions();
|
||||
// PDF bar
|
||||
|
|
Loading…
Reference in New Issue