No options text should not be bold red (bug #1010759).
This commit is contained in:
@@ -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,
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user