Add network and user to Edit channel page in webadmin.

This really needs #227 instead
This commit is contained in:
Alexey Sokolov
2012-09-06 23:44:48 +07:00
parent c00cc72242
commit 9830be786a

View File

@@ -579,7 +579,7 @@ public:
if (pChan) {
Tmpl["Action"] = "editchan";
Tmpl["Edit"] = "true";
Tmpl["Title"] = "Edit Channel" + CString(" [" + pChan->GetName() + "]");
Tmpl["Title"] = "Edit Channel" + CString(" [" + pChan->GetName() + "]") + " of Network [" + pNetwork->GetName() + "] of User [" + pNetwork->GetUser()->GetUserName() + "]";
Tmpl["ChanName"] = pChan->GetName();
Tmpl["BufferCount"] = CString(pChan->GetBufferCount());
Tmpl["DefModes"] = pChan->GetDefaultModes();