Changeset 576


Ignore:
Timestamp:
03/10/10 15:11:11 (2 years ago)
Author:
sam
Message:

sync dk

Location:
trunk/model/sources/dkCore/genWeb/wdt/img
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/dkCore/genWeb/wdt/img/scImgMgr.doss/scImgMgr.js

    r574 r576  
     1 
     2 
    13/** 
    24 * LICENCE[[ 
     
    10431045        return true; 
    10441046} 
    1045 /** scImgMgr.xGetStr : Reteive a localized string. */ 
     1047/** scImgMgr.xGetStr : Reteive a string. */ 
    10461048scImgMgr.xGetStr = function(pStrId) { 
    1047         var vLang = navigator.userLanguage || navigator.language; 
    1048         vLang = vLang.slice(0,2).toLowerCase(); 
    1049         if (this.fStrings[vLang])       return this.fStrings[vLang][pStrId]; 
    1050         else return this.fStrings["en"][pStrId]; 
     1049        return this.fStrings[pStrId]; 
    10511050} 
    10521051/** scImgMgr.xSwitchClass : Replace a CSS class. */ 
  • trunk/model/sources/dkCore/genWeb/wdt/img/scImgMgr.uiwidget

    r574 r576  
    1010&lt;/xsl:overlay&gt;</sm:postXslFragment> 
    1111                <sm:linkScript path="scImgMgr.js" pathFrom="localPublishFiles" sortKey="B"/> 
     12                <sm:linkScript path="scImgMgr.locale.js" pathFrom="localPublishFiles" sortKey="B1"/> 
    1213                <sm:linkStyle path="scImgMgr.css" pathFrom="localPublishFiles"/> 
    1314                <sm:otherBuffers keyBuffer="js.postLink">scImgMgr.setPathPgeFra("ide:tplb"); 
Note: See TracChangeset for help on using the changeset viewer.