FCLT#56926 Fallback naar <<customerId>>.xsl toegevoegd
svn path=/Website/trunk/; revision=41526
This commit is contained in:
@@ -640,6 +640,9 @@ function getXslName(pNode)
|
||||
resxslsheet = "xsl/" + pNode + ".xsl";
|
||||
}
|
||||
|
||||
if (resxslsheet == "" || !fso.FileExists(custabspath + "/" + resxslsheet))
|
||||
resxslsheet = "xsl/" + customerId.toLowerCase() + ".xsl";
|
||||
|
||||
if (!fso.FileExists(custabspath + "/" + resxslsheet))
|
||||
resxslsheet = "../../appl/shared/default.xsl";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user