ManageTable, add an message for unauthorized access
This commit is contained in:
parent
13803bf4da
commit
069cb9897b
10 changed files with 105 additions and 20 deletions
|
|
@ -384,7 +384,7 @@ var ManageTable = function (p_table_name)
|
|||
$(obj.id).setStyle(here.mt_style);
|
||||
remove_waiting_box();
|
||||
$(obj.id).update(x['html']);
|
||||
Effect.SlideDown(obj.id,{duration:0.3,scaleX:false,scaleY:true,scaleContent:false});
|
||||
Effect.SlideDown(obj.id,{duration:0.1,scaleX:false,scaleY:true,scaleContent:false});
|
||||
} catch (e) {
|
||||
smoke.alert(content[48] + e.message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue