11
This commit is contained in:
@@ -620,6 +620,8 @@ namespace FineUIPro.Web
|
||||
this.leftPanel.Hidden = true;
|
||||
this.Tab1.IFrameUrl = "~/common/mainProject.aspx";
|
||||
this.CurrUser.LastProjectId = null;
|
||||
this.mainTabStrip.ShowTabHeader = false;
|
||||
|
||||
if (!string.IsNullOrEmpty(type))
|
||||
{
|
||||
this.CurrUser.LastProjectId = this.CurrUser.LoginProjectId;
|
||||
@@ -628,18 +630,25 @@ namespace FineUIPro.Web
|
||||
this.XmlDataSource1.DataFile = "common/" + type + ".xml";
|
||||
this.leftPanel.Hidden = false;
|
||||
this.Tab1.IFrameUrl = "~/common/main" + type + ".aspx";
|
||||
this.mainTabStrip.ShowTabHeader = true;
|
||||
|
||||
if (type == Const.Menu_Personal)
|
||||
{
|
||||
//this.Tab1.IFrameUrl = "~/Personal/PersonalInfo.aspx";
|
||||
this.Tab1.IFrameUrl = "~/Workflow/WorkflowTodo.aspx";
|
||||
|
||||
}
|
||||
else if (type == Const.Menu_ProjectSet)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/ProjectData/ProjectSetView.aspx";
|
||||
|
||||
|
||||
}
|
||||
else if (type == Const.Menu_ToDo)
|
||||
{
|
||||
this.Tab1.IFrameUrl = "~/common/todolist.aspx";
|
||||
|
||||
|
||||
}
|
||||
else if (type == Const.Menu_PThreeYearAction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user