From e6ec61e8c21617c4795f77261a5e74e6412dcdbd Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 10 Jul 2001 16:18:10 +0000 Subject: [PATCH] Browse link at top --- ChangeLog | 3 +++ tbl_properties.php3 | 24 ++++++++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ed63c76d..6acf0c1f0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-07-10 Marc Delisle + * tbl_properties.php3, feature 439394 (browse link at top of page) + 2001-07-09 Loïc Chapeaux * lib.inc.php3, lines 865-867; main.php3, line 78; left.php3, line 55; left.js, line 116: fixed some bugs (including #439553) when diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 02258f6e7..f6a950bde 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -12,12 +12,23 @@ if (!isset($message)) { } unset($sql_query); - -/** +/* * Selects the db that will be used during this script execution */ mysql_select_db($db); +/* + * Set parameters for links + */ +$query="server=$server&lang=$lang&db=$db&table=$table&goto=tbl_properties.php3"; + +?> + +

+&pos=0&"> + +

+= 3) { if (!empty($showtable['Comment'])) { $show_comment = $showtable['Comment']; ?> - + +

@@ -98,11 +110,11 @@ echo "\n"; $i = 0; $aryFields = array(); +$query = "server=$server&lang=$lang&db=$db&table=$table&goto=tbl_properties.php3"; + while ($row = mysql_fetch_array($result)) { $i++; $bgcolor = ($i % 2) ? $cfgBgcolorOne : $cfgBgcolorTwo; - $query = "server=$server&lang=$lang&db=$db&table=$table&goto=tbl_properties.php3"; - $aryFields[] = $row['Field']; if (get_magic_quotes_runtime()) { @@ -166,7 +178,7 @@ while ($row = mysql_fetch_array($result)) { ?>