From 7ee5da65db87a8ae926f4523d1337457f104119f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 7 May 2009 09:16:51 +0000 Subject: [PATCH] I think we don't need a form in here, even fieldset is usable outside of the form (tested with firefox3, webkit, opera9). fix: 'Enter' in the 'Search' area somehow redirects to a 'Page not found'. --- plekit/php/table.php | 4 ++-- plekit/python/table.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plekit/php/table.php b/plekit/php/table.php index 59dcf0e..3a629b1 100644 --- a/plekit/php/table.php +++ b/plekit/php/table.php @@ -164,7 +164,7 @@ EOF; $search_and_id = $this->table_id . "_search_and"; $result = <<< EOF - EOF; return $result; } diff --git a/plekit/python/table.py b/plekit/python/table.py index 3e1f9bb..4112e57 100644 --- a/plekit/python/table.py +++ b/plekit/python/table.py @@ -94,7 +94,7 @@ class="plekit_table sortable-onload-self.sort_column rowstyle-alt colstyle-alt n search_and_id = self.table_id + "_search_and" result = """ - """ % locals() return result -- 2.47.0