more room for record number
This commit is contained in:
@@ -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?
|
||||
|
@@ -270,7 +270,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
|
||||
<input type="submit" name="navig" value="<?php echo $GLOBALS['strShow']; ?> :" />
|
||||
<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)
|
||||
|
Reference in New Issue
Block a user