Updated texts to fit Excel 2003 behaviour (bug #1018457).
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2004-09-03 Michal Čihař <michal@cihar.com>
|
||||
* libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
|
||||
#1013787).
|
||||
* libraries/display_export.lib.php: Updated texts to fit Excel 2003
|
||||
behaviour (bug #1018457).
|
||||
|
||||
2004-09-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/auth/cookie.auth.lib.php: bug 939531: when people upgrade
|
||||
|
@@ -488,7 +488,7 @@ if (!$hide_structure) { ?>
|
||||
<td>
|
||||
<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="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>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user