added an anchor for dump tables
This commit is contained in:
@@ -6,7 +6,10 @@ $Id$
|
||||
$Source$
|
||||
|
||||
2002-01-07 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* db_details.php3, lines 611-620: wrong urls & coding standards.
|
||||
* db_details.php3, lines 572, 611-620:
|
||||
- wrong urls;
|
||||
- added an anchor;
|
||||
- coding standards.
|
||||
* scripts/create-release.sh, lines 98-100: added a note about chmoding.
|
||||
|
||||
2002-01-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
|
@@ -568,6 +568,7 @@ if ($num_tables > 0) {
|
||||
|
||||
<!-- Dump of a database -->
|
||||
<li>
|
||||
<a name="dumpdb"></a>
|
||||
<form method="post" action="tbl_dump.php3" name="db_dump">
|
||||
<?php echo $strViewDumpDB; ?><br />
|
||||
<table>
|
||||
@@ -612,9 +613,9 @@ if ($num_tables > 0) {
|
||||
echo "\n";
|
||||
?>
|
||||
<br />
|
||||
<a href="<?php echo $checkall_url; ?>&selectall=1" onclick="setSelectOptions('db_dump', 'table_select[]', true); return false;"><?php echo $strCheckAll; ?></a>
|
||||
<a href="<?php echo $checkall_url; ?>&selectall=1#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', true); return false;"><?php echo $strCheckAll; ?></a>
|
||||
/
|
||||
<a href="<?php echo $checkall_url; ?>" onclick="setSelectOptions('db_dump', 'table_select[]', false); return false;"><?php echo $strUncheckAll; ?></a>
|
||||
<a href="<?php echo $checkall_url; ?>#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', false); return false;"><?php echo $strUncheckAll; ?></a>
|
||||
<?php
|
||||
} // end if
|
||||
echo "\n";
|
||||
|
Reference in New Issue
Block a user