Fixing so that export exports the selected events.

This commit is contained in:
mikep%oeone.com 2003-02-12 15:43:09 +00:00
Родитель 27d08141e3
Коммит e21ed6fd27
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -79,7 +79,7 @@ h1 {
<td id="mozver">
<h1>
<a id="mozlink" href="http://www.mozilla.org/projects/calendar/" target="_new">Mozilla Calendar 2003020710-cal</a>
<a id="mozlink" href="http://www.mozilla.org/projects/calendar/" target="_new">Mozilla Calendar 2003021014-cal</a>
</h1>
<script type="application/x-javascript">
// using try..catch to handle empty useragents and other cases where the regex fails to apply

Просмотреть файл

@ -113,7 +113,7 @@
<command id="month_view_command" oncommand="gCalendarWindow.switchToMonthView()" disabled="true"/>
<command id="import_command" oncommand="loadEventsFromFile()"/>
<command id="export_command" oncommand="saveEventsToFile()"/>
<command id="export_command" oncommand="saveEventsToFile()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="refresh_remote_calendars" oncommand="gCalendarWindow.calendarManager.refreshAllRemoteCalendars()"/>
<command id="publish_calendar" oncommand="publishEntireCalendar()"/>

Просмотреть файл

@ -70,7 +70,7 @@
<!ENTITY calendar.import.label "Import From File...">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.export.label "Export Events...">
<!ENTITY calendar.export.label "Export Selected Events...">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.subscribe.label "Subscribe To Remote Calendar...">