Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / aide / siteconfig / tab_indexing.html
diff --git a/webcit/static/t/aide/siteconfig/tab_indexing.html b/webcit/static/t/aide/siteconfig/tab_indexing.html
new file mode 100644 (file)
index 0000000..6485cf1
--- /dev/null
@@ -0,0 +1,19 @@
+<div class="conftitle"><?_("Indexing and Journaling")></div>
+<div class="confdescr"><?_("Warning: these facilities are resource intensive.")></div>
+<hr>
+<table border="0">
+               
+<tr><td><?_("Enable full text index")></td><td>
+<input type="checkbox" NAME="c_enable_fulltext" VALUE="yes" <?%("COND:SERVCFG", 1, "c_enable_fulltext", 1, "CHECKED", "")>></td></tr>
+
+<tr><td><?_("Perform journaling of email messages")></td><td>
+<input type="checkbox" NAME="c_journal_email" VALUE="yes" <?%("COND:SERVCFG", 1, "c_journal_email", 1, "CHECKED", "")>></td></tr>
+<tr><td><?_("Perform journaling of non-email messages")></td><td>
+<input type="checkbox" NAME="c_journal_pubmsgs" VALUE="yes" <?%("COND:SERVCFG", 1, "c_journal_pubmsgs", 1, "CHECKED", "")>></td></tr>
+<tr><td><?_("Email destination of journalized messages")></td><td>
+<input type="text" NAME="c_journal_dest" MAXLENGTH="127" VALUE='<?SERV:CFG("c_journal_dest")>'></td></tr>
+
+</table>