소스 검색

HPCC-14949 ConfigMgr - Fix registered trademark symbol

Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>
Gleb Aronsky 9 년 전
부모
커밋
e782e96599
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      esp/files/configmgr.html
  2. 2 2
      esp/files/scripts/configmgr/navtree.js

+ 1 - 1
esp/files/configmgr.html

@@ -20,7 +20,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>HPCC Systems® Configuration Manager</title>
+<title>HPCC Systems&reg; Configuration Manager</title>
 <link rel="shortcut icon" href="/esp/files/img/favicon.ico" type="image/x-icon" />
 <style type="text/css">
 /*margin and padding on body element

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

@@ -275,7 +275,7 @@ function handleAdvance(createFile) {
         var treeData = getNavTreeData();
         createNavigationTree(treeData);
         top.document.stopWait();
-        top.document.title = 'HPCC Systems Configuration Manager - ' + form.sourcefile.value;
+        top.document.title = 'HPCC Systems' + '\u00AE' + 'Configuration Manager - ' + form.sourcefile.value;
 
         if (top.document.navDT.keepAliveInt)
           clearInterval(top.document.navDT.keepAliveInt);
@@ -2514,7 +2514,7 @@ function refreshNavTree(paramds, paramdt, selRec) {
         updateEnvCtrls(form.isLocked.value === "true");
 
         top.document.stopWait();
-        top.document.title = 'HPCC Systems Configuration Manager - ' + form.sourcefile.value;
+        top.document.title = 'HPCC Systems'+ '\u00AE' + 'Configuration Manager - ' + form.sourcefile.value;
       }
       else if (o.responseText.indexOf("<html") === 0) {
         document.forms['treeForm'].wizops.value = "1";