Browse Source

Fix gh-2293. Modify Enterpise Edition Only
message to a friendlier Comming Soon message.

Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>

Gleb Aronsky 13 years ago
parent
commit
d119c0b6f5

+ 1 - 1
esp/files/scripts/configmgr/navtree.js

@@ -4814,7 +4814,7 @@ function showTooltipForButtons(event) {
       top.document.EEOnlyTooltip = new YAHOO.widget.Tooltip("EEOnlyTooltip", {
         width: "300px",
         showDelay: 25,
-        text: "This operation is only supported in Enterprise Editions (or higher )."
+        text: "Support for this operation is coming soon."
       });
     }
 

+ 1 - 1
esp/services/ws_ecl/ws_ecl_service.cpp

@@ -2394,7 +2394,7 @@ int CWsEclBinding::onRelogin(IEspContext &context, CHttpRequest* request, CHttpR
             "<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>Advanced feature in Enterprise Edition</title></head>"
             "<body>"
               "<h3 style=\"text-align:centre;\">Advanced feature in the Enterprise Edition</h4>"
-              "<p style=\"text-align:centre;\">This feature is only available with the Enterprise Edition. Further information can be found at ");
+              "<p style=\"text-align:centre;\">Support for this feature is coming soon. Further information can be found at ");
         html.appendf("<a href=\"%s\" target=\"_blank\">%s</a>.", wsecl->portal_URL.sget(), wsecl->portal_URL.sget());
         html.append(
               "</p>"

+ 1 - 1
esp/services/ws_smc/ws_smcService.cpp

@@ -1428,7 +1428,7 @@ int CWsSMCSoapBindingEx::onGetForm(IEspContext &context, CHttpRequest* request,
                     "</head>"
                     "<body>"
                         "<h3 style=\"text-align:centre;\">Advanced feature in the Enterprise Edition</h4>"
-                        "<p style=\"text-align:centre;\">This feature is only available with the Enterprise Edition. ");
+                        "<p style=\"text-align:centre;\">Support for this feature is coming soon. ");
             if (link.length() > 0)
                 page.append(link.str());
             page.append("</p></body>"