﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8504	Remove the 'Advanced' tab from the 'Image' dialog	yveszx		"The folowing code use to work until i upgraded to 3.6.2
We like to hide Advanced/useless tabs from our users

in the config.js
the following code  causes the dialog to freeze when adding a new link

//    if (dialogName == 'image') {
//        // Remove the 'Advanced' tab from the 'Link' dialog.
//        dialogDefinition.removeContents('advanced');
//    }

"	Bug	closed	Normal		General		invalid		
