зеркало из https://github.com/mozilla/pjs.git
Fixing so that export exports the selected events.
This commit is contained in:
Родитель
27d08141e3
Коммит
e21ed6fd27
|
@ -79,7 +79,7 @@ h1 {
|
||||||
|
|
||||||
<td id="mozver">
|
<td id="mozver">
|
||||||
<h1>
|
<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>
|
</h1>
|
||||||
<script type="application/x-javascript">
|
<script type="application/x-javascript">
|
||||||
// using try..catch to handle empty useragents and other cases where the regex fails to apply
|
// 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="month_view_command" oncommand="gCalendarWindow.switchToMonthView()" disabled="true"/>
|
||||||
|
|
||||||
<command id="import_command" oncommand="loadEventsFromFile()"/>
|
<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="refresh_remote_calendars" oncommand="gCalendarWindow.calendarManager.refreshAllRemoteCalendars()"/>
|
||||||
<command id="publish_calendar" oncommand="publishEntireCalendar()"/>
|
<command id="publish_calendar" oncommand="publishEntireCalendar()"/>
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<!ENTITY calendar.import.label "Import From File...">
|
<!ENTITY calendar.import.label "Import From File...">
|
||||||
<!ENTITY calendar.import.accesskey "i">
|
<!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.export.accesskey "e">
|
||||||
|
|
||||||
<!ENTITY calendar.subscribe.label "Subscribe To Remote Calendar...">
|
<!ENTITY calendar.subscribe.label "Subscribe To Remote Calendar...">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче