Index: /trunk/chrome/locale/en-US/mask.dtd =================================================================== --- /trunk/chrome/locale/en-US/mask.dtd (revision 165) +++ /trunk/chrome/locale/en-US/mask.dtd (revision 815) @@ -4,4 +4,5 @@ + @@ -12,4 +13,5 @@ + Index: /trunk/chrome/content/dta/manager.js =================================================================== --- /trunk/chrome/content/dta/manager.js (revision 795) +++ /trunk/chrome/content/dta/manager.js (revision 815) @@ -1339,4 +1339,6 @@ let ref = this.referrer ? this.referrer.host.toString() : ''; + let curl = (uri.host + ((uripath=="") ? "" : (SYSTEMSLASH + uripath))); + var replacements = { "name": name, @@ -1345,7 +1347,9 @@ "url": host, "subdirs": uripath, + "flatsubdirs": uripath.replaceSlashes('_'), "refer": ref, "qstring": query, - "curl": (uri.host + ((uripath=="")?"":(SYSTEMSLASH + uripath))), + "curl": curl, + "flatcurl": curl.replaceSlashes('_'), "num": Utils.formatNumber(this.numIstance), "hh": Utils.formatNumber(this.startDate.getHours(), 2), Index: /trunk/chrome/content/dta/maskbutton.xml =================================================================== --- /trunk/chrome/content/dta/maskbutton.xml (revision 395) +++ /trunk/chrome/content/dta/maskbutton.xml (revision 815) @@ -60,8 +60,9 @@ + - - + + @@ -69,5 +70,6 @@ - + +