Updated texts to fit Excel 2003 behaviour (bug #1018457).

This commit is contained in:
Michal Čihař
2004-09-03 11:38:39 +00:00
parent ff77a8274e
commit 09a20e6dfc
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2004-09-03 Michal Čihař <michal@cihar.com> 2004-09-03 Michal Čihař <michal@cihar.com>
* libraries/string.lib.php: Encoding tis-620 is not multibyte (bug * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
#1013787). #1013787).
* libraries/display_export.lib.php: Updated texts to fit Excel 2003
behaviour (bug #1018457).
2004-09-01 Marc Delisle <lem9@users.sourceforge.net> 2004-09-01 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php: bug 939531: when people upgrade * libraries/auth/cookie.auth.lib.php: bug 939531: when people upgrade

View File

@@ -488,7 +488,7 @@ if (!$hide_structure) { ?>
<td> <td>
<select name="excel_edition" id="select_excel_edition" style="vertical-align: middle"> <select name="excel_edition" id="select_excel_edition" style="vertical-align: middle">
<option value="win"<?php echo $cfg['Export']['excel_edition'] == 'win' ? ' selected="selected"' : ''; ?>>Windows</option> <option value="win"<?php echo $cfg['Export']['excel_edition'] == 'win' ? ' selected="selected"' : ''; ?>>Windows</option>
<option value="mac"<?php echo $cfg['Export']['excel_edition'] == 'mac' ? ' selected="selected"' : ''; ?>>Macintosh</option> <option value="mac"<?php echo $cfg['Export']['excel_edition'] == 'mac' ? ' selected="selected"' : ''; ?>>Excel 2003 / Macintosh</option>
</select> </select>
</td> </td>
</tr> </tr>