webadmin: Show username in Edit Network page.

This commit is contained in:
Alexey Sokolov
2012-09-06 23:18:30 +07:00
parent 58d61539c3
commit 0ed928623e

View File

@@ -749,7 +749,7 @@ public:
if (pNetwork) {
Tmpl["Action"] = "editnetwork";
Tmpl["Edit"] = "true";
Tmpl["Title"] = "Edit Network" + CString(" [" + pNetwork->GetName() + "]");
Tmpl["Title"] = "Edit Network" + CString(" [" + pNetwork->GetName() + "]") + " of User [" + pUser->GetUserName() + "]";
Tmpl["Name"] = pNetwork->GetName();
Tmpl["Nick"] = pNetwork->GetNick();