CVS: tmda-cgi PendList.py,1.30,1.31
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv25363
Modified Files:
PendList.py
Log Message:
No sense displaying the search box when there's nothing in the pending list to search.
Index: PendList.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/PendList.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- PendList.py 6 Dec 2003 22:39:25 -0000 1.30
+++ PendList.py 6 Dec 2003 22:41:59 -0000 1.31
@@ -589,5 +589,6 @@
T["Row"] = '<tr><td colspan="%s" align="center" class="InProcess"><i>No messages match the search criteria</i></td></tr>' % NumCols
else:
T["Row"] = '<tr><td colspan="%s" align="center" class="InProcess"><i>No messages in your pending queue</i></td></tr>' % NumCols
+ T['searchForm']
print T