From c1499f2d7fd8d98e635f66ec1738d4e0102e18a0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 6 Nov 2002 16:47:40 +0000 Subject: [PATCH] bug 633422 --- ChangeLog | 1 + db_search.php3 | 58 ++++++++++++++++++++++---------------------------- 2 files changed, 26 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27e590622..a21e13125 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $Source$ 2002-11-06 Marc Delisle * lang/ukrainian: update, thanks to Markijan Baran * lang/japanese: update, thanks to Yukihiro Kawada + * db_search.php3: bug 633422, inconsistent use of radio buttons 2002-11-05 Alexander M. Turek * lang/dutch-*.inc.php3: Updates, Thanks again to Ivo Teel. diff --git a/db_search.php3 b/db_search.php3 index 81c60d8a7..0374ffe2d 100644 --- a/db_search.php3 +++ b/db_search.php3 @@ -185,17 +185,16 @@ if (isset($submit_search)) { ?>
- -
- - - - - - - 0) { - echo ' ' . "\n"; - echo ' ' . "\n"; - echo ' ' . "\n"; - echo ' ' . "\n"; + echo '   ' . $strBrowse . '' . "\n"; + + echo '   ' . $strDelete . '' . "\n"; + } // end if } // end only one table @@ -255,10 +258,14 @@ if (isset($submit_search)) { . ' ' . sprintf($strNumSearchResultsInTable, $res_cnt, htmlspecialchars($table_select[$i])) . "\n"; if ($res_cnt > 0) { - echo ' ' . "\n"; - echo ' ' . "\n"; - echo ' ' . "\n"; - echo ' ' . "\n"; + echo '   ' . $strBrowse . '' . "\n"; + + echo '   ' . $strDelete . '' . "\n"; + } // end if echo ' ' . "\n"; @@ -268,23 +275,8 @@ if (isset($submit_search)) { echo '

' . sprintf($strNumSearchResultsTotal, $num_search_result_total) . '

' . "\n"; } // end several tables - // Submit button if string found - if ($num_search_result_total) { - ?> - - - -