No options text should not be bold red (bug #1010759).

This commit is contained in:
Michal Čihař
2004-08-17 14:58:50 +00:00
parent c0d4a67401
commit e9f19691b9
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2004-08-17 Michal Čihař <michal@cihar.com>
* sql.php: Work with $display_query only if set (Marc spotted this out).
* libraries/display_export.lib.php: No options text should not be bold red
(bug #1010759).
2004-08-17 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php, config.inc.php, libraries/config_import.lib.php,

View File

@@ -533,7 +533,7 @@ if (!$hide_structure) { ?>
<div id="none_options">
<table width="400" border="0" cellpadding="3" cellspacing="1">
<tr><th align="left"><?php echo $strXML; ?></th></tr>
<tr><td bgcolor="<?php echo $cfg['BgcolorOne']; ?>" class="noPrivileges">
<tr><td bgcolor="<?php echo $cfg['BgcolorOne']; ?>">
<?php echo $strNoOptions; ?>
<input type="hidden" name="xml_data" value="xml_data" />
</td></tr>