Added a more friendy incoming text
This commit is contained in:
@@ -1104,14 +1104,7 @@ void App::incomingBroadcast() {
|
||||
void App::startChat() {
|
||||
createMenu();
|
||||
contentContainer_->clear();
|
||||
contentContainer_->addNew<Wt::WText>("A warm welcome. We wish you lots of fun.<br /><br />"
|
||||
"Please note the following:<br/><ul>"
|
||||
"<li>Be honest</li>"
|
||||
"<li>Be friendly</li>"
|
||||
"<li>Do not insult</li>"
|
||||
"<li>Do not be sexually assaultive</li>"
|
||||
"<li>Do not send unauthorized content</li>"
|
||||
"<li>Do not harass anyone</li></ul>", Wt::TextFormat::UnsafeXHTML);
|
||||
contentContainer_->addNew<Wt::WText>(Wt::WString::tr("introduction"), Wt::TextFormat::UnsafeXHTML);
|
||||
}
|
||||
|
||||
void App::createUserListContainer(Wt::WHBoxLayout *layout) {
|
||||
|
||||
Reference in New Issue
Block a user