more room for record number

This commit is contained in:
Marc Delisle
2002-05-08 16:45:17 +00:00
parent 4aabf7d2aa
commit fcbc351605
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-08 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: update example for foreign_display_field
* display_tbl.inc.php3: more room for record number
2002-05-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/english.inc.php3; lang/french.inc.php3;
libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?

View File

@@ -270,7 +270,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
<input type="submit" name="navig" value="<?php echo $GLOBALS['strShow']; ?>&nbsp;:" />
<input type="text" name="session_max_rows" size="3" value="<?php echo (($session_max_rows != 'all') ? $session_max_rows : $GLOBALS['cfg']['MaxRows']); ?>" class="textfield" onfocus="this.select()" />
<?php echo $GLOBALS['strRowsFrom'] . "\n"; ?>
<input type="text" name="pos" size="3" value="<?php echo (($pos_next >= $unlim_num_rows) ? 0 : $pos_next); ?>" class="textfield" onfocus="this.select()" />
<input type="text" name="pos" size="6" value="<?php echo (($pos_next >= $unlim_num_rows) ? 0 : $pos_next); ?>" class="textfield" onfocus="this.select()" />
<br />
<?php
// Display mode (horizontal/vertical and repeat headers)