[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.17,1.18
Richie Hindle
richiehindle at users.sourceforge.net
Mon Aug 25 18:24:18 EDT 2003
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv2513
Modified Files:
ProxyUI.py
Log Message:
Added a missing line break in the status pane on the Home page
when there are no proxies configured.
Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ProxyUI.py 25 Aug 2003 23:57:23 -0000 1.17
--- ProxyUI.py 26 Aug 2003 00:24:16 -0000 1.18
***************
*** 125,129 ****
statusTable = self.html.statusTable.clone()
if not state.servers:
! statusTable.proxyDetails = "No POP3 proxies running."
content = (self._buildBox('Status and Configuration',
'status.gif', statusTable % stateDict)+
--- 125,129 ----
statusTable = self.html.statusTable.clone()
if not state.servers:
! statusTable.proxyDetails = "No POP3 proxies running.<br/>"
content = (self._buildBox('Status and Configuration',
'status.gif', statusTable % stateDict)+
More information about the Spambayes-checkins
mailing list