From: Barış Metin Date: Thu, 7 May 2009 09:16:51 +0000 (+0000) Subject: I think we don't need a form in here, even fieldset is usable outside X-Git-Tag: PLEWWW-4.3-12~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7ee5da65db87a8ae926f4523d1337457f104119f;p=plewww.git 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'. --- 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