Index: mod1/index.php =================================================================== --- mod1/index.php (revision 31608) +++ mod1/index.php (working copy) @@ -434,7 +434,7 @@ function setFormValueOpenBrowser(mode,params) { // var url = "' . $BACK_PATH . 'browser.php?mode="+mode+"&bparams="+params; - browserWin = window.open(url,"Typo3WinBrowser - TemplaVoila Element Selector","height=350,width="+(mode=="db"?650:600)+",status=0,menubar=0,resizable=1,scrollbars=1"); + browserWin = window.open(url,"templavoilareferencebrowser","height=350,width="+(mode=="db"?650:600)+",status=0,menubar=0,resizable=1,scrollbars=1"); browserWin.focus(); } function setFormValueFromBrowseWin(fName,value,label,exclusiveValues){