X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Fboardspage.cpp;h=f143d324eb4788f10169c51b85032bdc10f646ec;hp=8d10aa64586b9887e71f96d62d1af6d9259e4973;hb=4430e7762844c66428b6f822288beb71b7f82b95;hpb=ee580d19b7920904587e18d72a3465d52eab6204 diff --git a/src/http/pages/boardspage.cpp b/src/http/pages/boardspage.cpp index 8d10aa6..f143d32 100644 --- a/src/http/pages/boardspage.cpp +++ b/src/http/pages/boardspage.cpp @@ -177,7 +177,7 @@ const std::string BoardsPage::GeneratePage(const std::string &method, const std: content+="
"; content+=""; - content+="NameDescriptionSave Received Messages"; + content+="NameDescriptionSave Received Messages *"; content+=""; while(st.RowReturned() && rownum
"; content+=""; content+=""; + content+="

"; + content+="* If you uncheck this box, any new messages you download that are posted to this board will be discarded."; + content+="

"; return "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"+StringFunctions::Replace(m_template,"[CONTENT]",content); }