misplaced bullet

This commit is contained in:
Marc Delisle
2002-07-01 18:54:37 +00:00
parent aa0313a3a9
commit 85c5b1008e
3 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-01 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php3: better vertical spacing
* tbl_properties.php3: misplaced bullet
2002-07-01 Alexander M. Turek <rabus@users.sourceforge.net>
* sql.php3: Fixed bug #575867 (Error with limit or load in the table name).

View File

@@ -48,10 +48,10 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))
?>
<!-- DATABASE WORK -->
<a name="querybox"></a>
<ul>
<!-- Query box, sql file loader and bookmark support -->
<li>
<a name="querybox"></a>
<form method="post" action="read_dump.php3"<?php if ($is_upload) echo ' enctype="multipart/form-data"'; echo "\n"; ?>
onsubmit="return checkSqlQuery(this)">
<input type="hidden" name="is_js_confirmed" value="0" />

View File

@@ -47,10 +47,10 @@ require('./tbl_properties_table_info.php3');
?>
<!-- TABLE WORK -->
<a name="querybox"></a>
<ul>
<!-- Query box and bookmark support -->
<li>
<a name="querybox"></a>
<form method="post" action="read_dump.php3"<?php if ($is_upload) echo ' enctype="multipart/form-data"'; echo "\n"; ?>
onsubmit="return checkSqlQuery(this)">
<input type="hidden" name="is_js_confirmed" value="0" />