additional config pages do not need changes to the cgi code anymore

increased textarea size in textfile_edit
changed author field of html header
splitted config_filter to config_posting and config_processing
This commit is contained in:
lars 2005-12-23 18:10:08 +00:00
parent 1f5946bb1d
commit fa7bd2c6c7
13 changed files with 119 additions and 91 deletions

View file

@ -14,10 +14,20 @@
<ul>
<li><?cs call:checkbox("a") ?></li>
<li><?cs call:checkbox("p") ?></li>
<li><?cs call:checkbox("b") ?></li>
<li><?cs call:checkbox("g") ?></li>
<!-- archive messages -->
<li><?cs call:checkbox("a") ?>
<ul>
<!-- subscripiton and archive are public -->
<li><?cs call:checkbox("p") ?></li>
<!-- only moderators may access the archive -->
<li><?cs call:checkbox("b") ?></li>
<!-- block unknown users from archive -->
<li><?cs call:checkbox("g") ?></li>
</ul></li>
<!-- remove 'no-archive' header -->
<li><?cs call:checkbox("i") ?></li>
<li><!-- include default form values -->