version 0.1.14
[fms.git] / src / http / pages / boardspage.cpp
index 8d10aa6..f143d32 100644 (file)
@@ -177,7 +177,7 @@ const std::string BoardsPage::GeneratePage(const std::string &method, const std:
 \r
        content+="<tr><td colspan=\"3\"><hr><form name=\"frmboards\" method=\"POST\"><input type=\"hidden\" name=\"formaction\" value=\"update\"></td></tr>";\r
        content+="<tr>";\r
-       content+="<th>Name</th><th>Description</th><th>Save Received Messages</th>";\r
+       content+="<th>Name</th><th>Description</th><th>Save Received Messages *</th>";\r
        content+="</tr>";       \r
        while(st.RowReturned() && rownum<rowsperpage)\r
        {\r
@@ -241,6 +241,9 @@ const std::string BoardsPage::GeneratePage(const std::string &method, const std:
        content+="<td colspan=\"3\"><center><input type=\"submit\" value=\"Update\"></center></form></td>";\r
        content+="</tr>";\r
        content+="</table>";\r
+       content+="<p class=\"paragraph\">";\r
+       content+="* If you uncheck this box, any new messages you download that are posted to this board will be discarded.";\r
+       content+="</p>";\r
 \r
        return "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"+StringFunctions::Replace(m_template,"[CONTENT]",content);\r
 }\r