Produced by Araxis Merge on 5/9/2017 12:03:00 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Tue May 9 16:03:00 2017 UTC | ||
| 2 | OSCIF_HEC_v1.4_Sprint23_build4_Apr_2017.zip\CRM_solutions\Managed\North52BPA_1_0_0_506_managed_2013_2015_2016..zip\WebResources | north52_html_language34EF029B-B18F-E411-860E-00155DF5B00D | Mon Sep 19 18:20:18 2016 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 139 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <html><hea d><title>N orth52 For mula Manag er Languag e</title> | |||||
| 2 | <script sr c="ClientG lobalConte xt.js.aspx "></script > | |||||
| 3 | <script ty pe="text/j avascript" src="nort h52_/javas cript/lcid "></script > | |||||
| 4 | <script ty pe="text/j avascript" src="nort h52_/javas cript/jque ry"></scri pt> | |||||
| 5 | ||||||
| 6 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52.htmlwe bresource. helper"></ script> | |||||
| 7 | ||||||
| 8 | <script ty pe="text/j avascript" src="nort h52_/javas cript/nort h52_dialog _helper">< /script> | |||||
| 9 | ||||||
| 10 | <script ty pe="text/j avascript" src="nort h52_/javas cript/sdk. rest"></sc ript> | |||||
| 11 | <script ty pe="text/j avascript" src="nort h52_/javas cript/JSON 2"></scrip t> | |||||
| 12 | ||||||
| 13 | ||||||
| 14 | <script ty pe="text/j avascript" > | |||||
| 15 | ||||||
| 16 | var Langua ge = {}; | |||||
| 17 | ||||||
| 18 | ||||||
| 19 | Language.I nit= funct ion() { | |||||
| 20 | ||||||
| 21 | try | |||||
| 22 | { | |||||
| 23 | $("#dd lLanguage" ).hide(); | |||||
| 24 | $("sel ect[id$=dd lLanguage] > option" ).remove() ; | |||||
| 25 | ||||||
| 26 | var op tions= "$s elect=UILa nguageId&$ orderby=UI LanguageId asc"; | |||||
| 27 | ||||||
| 28 | SDK .REST.retr ieveMultip leRecords( "UserSetti ngs", opti ons, Langu age.Retrie veEntityDa ta, functi on (error) { window[ 'n52error' ] = error; window['e xecutionCo ntext'] = null; aler t("North52 Formula M anager: An error has occurred please con tact your system adm inistrator ." ); }, Language.R etrieveCom plete); | |||||
| 29 | ||||||
| 30 | ||||||
| 31 | } | |||||
| 32 | catch(ex) | |||||
| 33 | { | |||||
| 34 | alert( 'North52 F ormula Man ager: Comm unication issue, ple ase click Ok & then F5 to refr esh the sc reen. Mess age: ' + e x.message) ; | |||||
| 35 | ||||||
| 36 | } | |||||
| 37 | ||||||
| 38 | }; | |||||
| 39 | ||||||
| 40 | ||||||
| 41 | ||||||
| 42 | Language.R etrieveEnt ityData= f unction(da ta) { | |||||
| 43 | ||||||
| 44 | try | |||||
| 45 | { | |||||
| 46 | ||||||
| 47 | for (v ar i = 0; i < data.l ength; i++ ) | |||||
| 48 | { | |||||
| 49 | var lang = LCI DUtils.get LanguageRe gion(data[ i].UILangu ageId); | |||||
| 50 | var index = $( "#ddlLangu age option [value='" + data[i]. UILanguage Id + "']") .length; | |||||
| 51 | if ( index > 0 ) continue ; | |||||
| 52 | ||||||
| 53 | if ( data[i].UI LanguageId == "0") c ontinue; | |||||
| 54 | ||||||
| 55 | N52 .HTMLWebRe sourceHelp er.InsertO ptionSetIt em("ddlLan guage", la ng , data[ i].UILangu ageId ); | |||||
| 56 | } | |||||
| 57 | ||||||
| 58 | var sa vedLanguag e = parent .Xrm.Page. getAttribu te("north5 2_language key").getV alue(); | |||||
| 59 | N52.H TMLWebReso urceHelper .InsertOpt ionSetItem AtTop("ddl Language", '' , '' ) ; | |||||
| 60 | ||||||
| 61 | if (sa vedLanguag e !== null && savedL anguage != ="") | |||||
| 62 | { | |||||
| 63 | $("#ddlL anguage"). val(savedL anguage); | |||||
| 64 | } | |||||
| 65 | else | |||||
| 66 | { | |||||
| 67 | $ ("#ddlLang uage").val (''); | |||||
| 68 | p arent.Xrm. Page.data. entity.att ributes.ge t("north52 _languagek ey").setVa lue(""); | |||||
| 69 | ||||||
| 70 | } | |||||
| 71 | ||||||
| 72 | $('#loa ding').hid e(); | |||||
| 73 | $('#ddl Language') .show(); | |||||
| 74 | ||||||
| 75 | } | |||||
| 76 | catch(ex) | |||||
| 77 | { | |||||
| 78 | alert(' North52 Fo rmula Mana ger: Commu nication i ssue, plea se click O k & then F 5 to refre sh the scr een. Messa ge: ' + ex .message); | |||||
| 79 | } | |||||
| 80 | ||||||
| 81 | }; | |||||
| 82 | ||||||
| 83 | ||||||
| 84 | ||||||
| 85 | Language.D ropDownCha nged= func tion(value ) { | |||||
| 86 | ||||||
| 87 | try | |||||
| 88 | { | |||||
| 89 | if (va lue != nul l && value !="") | |||||
| 90 | { | |||||
| 91 | par ent.Xrm.Pa ge.data.en tity.attri butes.get( "north52_l anguagekey ").setValu e(value); | |||||
| 92 | } | |||||
| 93 | else | |||||
| 94 | { | |||||
| 95 | pa rent.Xrm.P age.data.e ntity.attr ibutes.get ("north52_ languageke y").setVal ue(""); | |||||
| 96 | } | |||||
| 97 | ||||||
| 98 | } | |||||
| 99 | catch(e x) | |||||
| 100 | { | |||||
| 101 | aler t('North52 Formula M anager: Co mmunicatio n issue, p lease clic k Ok & the n F5 to re fresh the screen. Me ssage: ' + ex.messag e); | |||||
| 102 | } | |||||
| 103 | } ; | |||||
| 104 | ||||||
| 105 | ||||||
| 106 | Language.R etrieveCom plete= fun ction(valu e) { | |||||
| 107 | ||||||
| 108 | v ar msg = ' Complete'; | |||||
| 109 | }; | |||||
| 110 | ||||||
| 111 | ||||||
| 112 | </script> | |||||
| 113 | ||||||
| 114 | <style typ e="text\cs s"> | |||||
| 115 | #loading { | |||||
| 116 | width: 1 00%; | |||||
| 117 | height: 100%; | |||||
| 118 | top: 0px ; | |||||
| 119 | left: 0p x; | |||||
| 120 | opacity: 0.7; | |||||
| 121 | backgrou nd-color: #fff; | |||||
| 122 | z-index: 99; | |||||
| 123 | text-ali gn: center ; | |||||
| 124 | } | |||||
| 125 | ||||||
| 126 | #loading-i mage { | |||||
| 127 | top: 0px ; | |||||
| 128 | left: 0p x; | |||||
| 129 | z-index: 100; | |||||
| 130 | } | |||||
| 131 | ||||||
| 132 | ||||||
| 133 | </style> | |||||
| 134 | ||||||
| 135 | <meta char set="utf-8 "> | |||||
| 136 | </head><bo dy style=" margin: 0p x; border: 0px curre ntColor; p adding-top : 0px; pad ding-left: 0px; font -family: S egoe UI, T ahoma, Ari al; font-s ize: 11px; font-weig ht: normal ;" onload= "Language. Init();" b gColor="tr ansparent" > | |||||
| 137 | <div id="c ontainer"> | |||||
| 138 | <div id="l oading"><i mg id='loa ding-image "' alt="Lo ading" src ="north52_ image_prog ress"> </d iv> | |||||
| 139 | <div id="m ain"><sele ct style=" width: 100 %; font-fa mily: Sego e UI; font -size: 11p x; font-we ight: norm al;" id="d dlLanguage " onchange ="Language .DropDownC hanged(thi s.value)" class="ms- crm-Select Box"></sel ect> </div ></div></b ody></html > |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.