Skip to content

Commit

Permalink
Notify about potentially long import process.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 30, 2013
1 parent 1cc61f6 commit 23eea77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kronolith/js/kronolith.js
Expand Up @@ -3587,6 +3587,7 @@ KronolithCore = {
}
if (r.saved) {
if ($F('kronolithCalendarinternalImport')) {
HordeCore.notify(Kronolith.text.import, 'horde.message');
this.loading++;
$('kronolithLoading').show();
var name = 'kronolithIframe' + Math.round(Math.random() * 1000),
Expand Down
1 change: 1 addition & 0 deletions kronolith/lib/Ajax.php
Expand Up @@ -136,6 +136,7 @@ protected function _addBaseVars()
'fix_form_values' => _("Please enter correct values in the form first."),
'geocode_error' => _("Unable to locate requested address"),
'hidelog' => _("Hide Notifications"),
'import' => _("Importing calendar data. This may take a while..."),
'more' => _("more..."),
'no_calendar_title' => _("The calendar title must not be empty."),
'no_tasklist_title' => _("The task list title must not be empty."),
Expand Down

0 comments on commit 23eea77

Please sign in to comment.