CVS: tmda-cgi/display/themes/Blue/template theme.ht, 1.12, 1.13 theme.html, 1.21, 1.22
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv8551/display/themes/Blue/template
Modified Files:
theme.ht theme.html
Log Message:
Added PendingList:ShowDelete and PendingList:ShowBlack (both with default
values of "No") to discourage deleting and blacklisting from the pending list.
These can be re-enabled in the defaults.ini or with the settings page.
Index: theme.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/theme.ht,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- theme.ht 22 May 2003 15:58:23 -0000 1.12
+++ theme.ht 16 Nov 2003 18:42:57 -0000 1.13
@@ -41,7 +41,8 @@
PendingList:DateFormat:aZmZd:aZdZm:ZmZd:ZdZm:db:Ymd:BZd:DaysAgo,
Login:InitPage:pending:gen_addr, PendingList:CropSender,
PendingList:CropSubject, PendingList:ShowAddr:Name:Address:All,
- ViewPending:AllowTags, ViewPending:BlockRemove, General:SpamCopAddr" -->
+ ViewPending:AllowTags, ViewPending:BlockRemove, General:SpamCopAddr,
+ PendingList:ShowDelete:No:Yes, PendingList:ShowBlack:No:Yes" -->
<table>
<form method="post" action="%(Script)s">
<tr>
@@ -145,6 +146,26 @@
value="%(PendingListCropSubject)s" size="2"></td>
<td> </td>
<td>Width of subject field in list view</td>
+ </tr>
+ <tr>
+ <td align="center"><select name="PendingListShowDelete">
+ <option %(PendingListShowDeleteNoSelected)s
+ value="No">No</option>
+ <option %(PendingListShowDeleteYesSelected)s
+ value="Yes">Yes</option>
+ </select></td>
+ <td> </td>
+ <td>Show delete column in pending list.</td>
+ </tr>
+ <tr>
+ <td align="center"><select name="PendingListShowBlack">
+ <option %(PendingListShowBlackNoSelected)s
+ value="No">No</option>
+ <option %(PendingListShowBlackYesSelected)s
+ value="Yes">Yes</option>
+ </select></td>
+ <td> </td>
+ <td>Show blacklist column in pending list.</td>
</tr>
<tr>
<td>OK HTML tag</td>
Index: theme.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/theme.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- theme.html 22 May 2003 15:58:23 -0000 1.21
+++ theme.html 16 Nov 2003 18:42:57 -0000 1.22
@@ -2,7 +2,7 @@
<?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Thu May 22 10:50:53 2003 -->
+<!-- Sun Nov 16 12:33:07 2003 -->
<!-- USING HT2HTML 2.1 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -128,7 +128,8 @@
PendingList:DateFormat:aZmZd:aZdZm:ZmZd:ZdZm:db:Ymd:BZd:DaysAgo,
Login:InitPage:pending:gen_addr, PendingList:CropSender,
PendingList:CropSubject, PendingList:ShowAddr:Name:Address:All,
- ViewPending:AllowTags, ViewPending:BlockRemove, General:SpamCopAddr" -->
+ ViewPending:AllowTags, ViewPending:BlockRemove, General:SpamCopAddr,
+ PendingList:ShowDelete:No:Yes, PendingList:ShowBlack:No:Yes" -->
<table>
<form method="post" action="%(Script)s">
<tr>
@@ -232,6 +233,26 @@
value="%(PendingListCropSubject)s" size="2"></td>
<td> </td>
<td>Width of subject field in list view</td>
+ </tr>
+ <tr>
+ <td align="center"><select name="PendingListShowDelete">
+ <option %(PendingListShowDeleteNoSelected)s
+ value="No">No</option>
+ <option %(PendingListShowDeleteYesSelected)s
+ value="Yes">Yes</option>
+ </select></td>
+ <td> </td>
+ <td>Show delete column in pending list.</td>
+ </tr>
+ <tr>
+ <td align="center"><select name="PendingListShowBlack">
+ <option %(PendingListShowBlackNoSelected)s
+ value="No">No</option>
+ <option %(PendingListShowBlackYesSelected)s
+ value="Yes">Yes</option>
+ </select></td>
+ <td> </td>
+ <td>Show blacklist column in pending list.</td>
</tr>
<tr>
<td>OK HTML tag</td>