diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc
index a34b5101..bedc1c9d 100644
--- a/lam/lib/lists.inc
+++ b/lam/lib/lists.inc
@@ -483,7 +483,7 @@ class lamList {
if (sizeof($this->possibleSuffixes) > 1) {
echo ("
\n");
echo ("" . _("Suffix") . ": ");
- echo ("
\n");
}
}
@@ -503,11 +503,11 @@ class lamList {
*/
function listPrintButtons($createOnly) {
// add/delete/PDF buttons
- echo ("labels['newEntry'] . "\">\n");
+ echo ("type . "\" type=\"submit\" name=\"new\" value=\"" . $this->labels['newEntry'] . "\">\n");
if (!$createOnly) {
- echo ("labels['deleteEntry'] . "\">\n");
+ echo ("type . "\" type=\"submit\" name=\"del\" value=\"" . $this->labels['deleteEntry'] . "\">\n");
echo ("
\n");
- echo "