From 4df62240fd66f0ac685a55e944ab776e7cde8b47 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 11 Dec 2008 20:05:04 +0000 Subject: [PATCH] add table defintion to the delete url - see https://sourceforge.net/forum/forum.php?thread_id=2283853&forum_id=676076 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@494 a1433add-5e2c-0410-b055-b7f2511e0802 --- templates/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/search.php b/templates/search.php index 10c01ebc..dfdb01d6 100644 --- a/templates/search.php +++ b/templates/search.php @@ -93,7 +93,7 @@ if (sizeof ($tAlias) > 0) $active = ($tAlias[$i]['active'] == 1) ? $PALANG['YES'] : $PALANG['NO']; print " " . $active . "\n"; print " " . $PALANG['edit'] . "\n"; - print " " . $PALANG['del'] . "\n"; + print " " . $PALANG['del'] . "\n"; } else {