ICEfaces
  1. ICEfaces
  2. ICE-10086

Missing internationalization of status.js

    Details

    • Type: Improvement Improvement
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 4.0.BETA
    • Fix Version/s: None
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      Icefaces 4 from trunk

      Description

      Boxes visible after server error or session timeout do not use user browers locale. English only.

      {quote}
              namespace.onNetworkError(function () {
                  if (showIndicators()) {
                      PopupIndicator("Network Connection Interrupted", "Reload this page to try to reconnect.", overlay);
                  }
              });

              namespace.onSessionExpiry(function () {
                  if (showIndicators()) {
                      off(beforeSessionExpiryIndicator);
                      PopupIndicator("User Session Expired", "Reload this page to start a new user session.", overlay);
                  }
              });

              namespace.onBeforeSessionExpiry(function (time) {
                  if (showIndicators()) {
                      beforeSessionExpiryIndicator = PopupIndicator("User Session is about to expire in " + time + " seconds.", "Reload this page to keep your current user session.", overlay);
                  }
              });
      {quote}

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Krashan Brahmanjara
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: