make the admin view [Edit] controls right-click-able so I can continue to right-click-open-in-new-tab them.

This commit is contained in:
Scott Walters 2011-05-10 13:58:44 -04:00
parent 5cefff9f47
commit dd6a297c06

View file

@ -100,9 +100,10 @@ WebGUI.Toolbar.prototype.render
// Edit button
var editButton = new YAHOO.widget.Button({
type : "push",
type : "link",
"container" : this.container,
label : assetData.helpers["edit"].label,
href : assetData.helpers["edit"].url,
onclick : {
fn: window.parent.admin.getHelperHandler( this.assetId, "edit", assetData.helpers["edit"] )
}