From d48f360667cce52ec9670afa65be4af106451226 Mon Sep 17 00:00:00 2001
From: Ralf Becker
@@ -455,6 +455,7 @@ edit-function too:
elseif (isset($content['read'])) { unset($content['id']); // not set by user, so dont use for seach + unset($content['read']); $found = $this->search($content,False,'name,author'); // searches by using the no-empty fields if (!$found) @@ -493,7 +494,7 @@ edit-function too:While makeing this changes we can add a [Cancel] and [Delete] button too:
-
+
elseif (isset($content['cancel']))
{
$content = array(); // clear the contents