bug 829737
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
||||
|
||||
2003-10-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
|
||||
* querywindow.php3: bug 829737, cosmetic change: added for
|
||||
better display in Iconic 'both' mode
|
||||
|
||||
2003-10-24 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
|
||||
|
@@ -137,7 +137,7 @@ if ($cfg['PropertiesIconic'] == true) {
|
||||
$titles['Change'] = $iconic_spacer . '<img hspace="7" width="12" height="13" src="images/button_edit.png" alt="' . $strChange . '" title="' . $strChange . '" border="0" />';
|
||||
|
||||
if ($propicon == 'both') {
|
||||
$titles['Change'] .= ' ' . $strChange . '</nobr>';
|
||||
$titles['Change'] .= ' ' . $strChange . ' </nobr>';
|
||||
}
|
||||
} else {
|
||||
$titles['Change'] = $strChange;
|
||||
|
Reference in New Issue
Block a user