Patch 515855

This commit is contained in:
Marc Delisle
2002-02-13 20:50:11 +00:00
parent a681233c04
commit 059ee2bdae
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2002-02-13 Marc Delisle <lem9@users.sourceforge.net> 2002-02-13 Marc Delisle <lem9@users.sourceforge.net>
* config.inc.php3: restore old color changing behavior by default * config.inc.php3: restore old color changing behavior by default
($cfgBrowseMarkRow = 0) ($cfgBrowseMarkRow = 0)
* left.php3, patch 515855 (use $strGo),
thanks to Alexander M. Turek (rabus)
2002-02-12 Marc Delisle <lem9@users.sourceforge.net> 2002-02-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_printview.php3, missing urldecode, layout improvement, * tbl_printview.php3, missing urldecode, layout improvement,

View File

@@ -322,7 +322,7 @@ if ($num_dbs > 1) {
// the current database // the current database
if ($cfgLeftFrameLight) { if ($cfgLeftFrameLight) {
echo ' </select>' . "\n"; echo ' </select>' . "\n";
echo ' <noscript><input type="submit" name="Go" value="Go" /></noscript>' . "\n"; echo ' <noscript><input type="submit" name="Go" value="' . $strGo . '" /></noscript>' . "\n";
echo ' </form>' . "\n"; echo ' </form>' . "\n";
if (!$table_list) { if (!$table_list) {