processPropertiesFromFormPost to processEditForm
This commit is contained in:
parent
ad96c88a36
commit
3c17dafeb4
32 changed files with 154 additions and 169 deletions
|
|
@ -101,14 +101,15 @@ appendToUrl
|
|||
*/
|
||||
WebGUI.Admin.prototype.editAsset
|
||||
= function ( url ) {
|
||||
// Show the view tab
|
||||
this.tabBar.selectTab( 0 );
|
||||
this.currentTab = "view";
|
||||
|
||||
// Open the edit form
|
||||
window.frames["view"].location.href = appendToUrl( url, "func=edit" );
|
||||
|
||||
// Mark undirty, as we'll clean it ourselves
|
||||
this.viewDirty = 0;
|
||||
|
||||
// Show the view tab
|
||||
this.tabBar.selectTab( 0 );
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue