change haflow.main.js

This commit is contained in:
dawncx 2013-11-06 17:28:36 +08:00
parent d1f3ed625e
commit 4c57554031
1 changed files with 3 additions and 3 deletions

View File

@ -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;