removed   from button text

This commit is contained in:
Michal Čihař
2003-03-18 09:44:37 +00:00
parent 548a3add25
commit ba5e822634
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-03-18 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
Konqueror doesn't like it there and it is not needed.
2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
* user_password.php3, header.inc.php3, libraries/user_password.js:
put back js functions for user password change (= old user_details.js)

View File

@@ -278,7 +278,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) {
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strShow']; ?>&nbsp;:" />
<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="6" value="<?php echo (($pos_next >= $unlim_num_rows) ? 0 : $pos_next); ?>" class="textfield" onfocus="this.select()" />