diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 398c6eb3d..a8e7f62cd 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -8,6 +8,7 @@ - fix: Inbox shows Next page link when is empty - fix: Change Owner in Security Tab in Assets is not always Working - fix: API error - definition + - fix: Calendar without i8n - All toolbar icons now have a class called "toolbarIcon" so they can be styled by external CSS. - Profile fields and categories and have confirmation boxes when deleting using the side menu diff --git a/docs/upgrades/templates-7.4.6/calendarmonth.tmpl b/docs/upgrades/templates-7.4.6/calendarmonth.tmpl new file mode 100644 index 000000000..f03973f22 --- /dev/null +++ b/docs/upgrades/templates-7.4.6/calendarmonth.tmpl @@ -0,0 +1,101 @@ + +

+
+ + +

+
+ + + + + + + + + + + + + + + + + + +
+ ^International(defaultView value day,Asset_Calendar); + ^International(defaultView value wiki,Asset_Calendar); + ^International(defaultView value month,Asset_Calendar); + ^International(searchButtonLabel,Asset_Calendar); + + + +
+
+ « • + + + + • + +
+
+
+ +
+
+ + + + + + + + + + + + +
+ + + + + + + + + + + +
+
+ +
+
+
    + +

  • +
    +
+
+
+
+ + + diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index b058deff4..85547d990 100755 --- a/lib/WebGUI/i18n/English/Asset_Calendar.pm +++ b/lib/WebGUI/i18n/English/Asset_Calendar.pm @@ -297,6 +297,21 @@ our $I18N = { #################### HELP PAGES View Calendar #################### + 'add event' => { + message => q|Add Event|, + lastUpdated => 1171043337, + }, + + 'print' => { + message => q|Print|, + lastUpdated => 1171043337, + }, + + 'iCal' => { + message => q|iCal|, + lastUpdated => 1171043337, + }, + 'view calendar title' => { message => q|View Calendar Template Variables|, lastUpdated => 1171043337,