change haflow.main.js
This commit is contained in:
parent
d1f3ed625e
commit
4c57554031
|
@ -1453,16 +1453,16 @@ HAFlow.Main.prototype.initFlowMenu = function() {
|
|||
|
||||
this.ui.mainMenu.addChild(new dijit.PopupMenuBarItem({
|
||||
id : "usernameContentPane",
|
||||
label : "<a href><font color=red size=2px>" + username + "</font></a>",
|
||||
label : "<a href><font color=red size=3px>" + username + "</font></a>",
|
||||
style : "float:right;",
|
||||
popup : this.menu.userMenu
|
||||
}));
|
||||
this.ui.mainMenu.addChild(new dijit.layout.ContentPane({
|
||||
/*this.ui.mainMenu.addChild(new dijit.layout.ContentPane({
|
||||
id : "welcomeContentPane",
|
||||
title : "welcome",
|
||||
content : "<font size=2px align=top>Welcome,</font>",
|
||||
style : "float:right;"
|
||||
}));
|
||||
}));*/
|
||||
|
||||
var _currentInstance = this;
|
||||
|
||||
|
|
Loading…
Reference in New Issue