[Secure-testing-commits] r3596 - bin

Florian Weimer fw at costa.debian.org
Sat Mar 11 18:43:15 UTC 2006


Author: fw
Date: 2006-03-11 18:43:13 +0000 (Sat, 11 Mar 2006)
New Revision: 3596

Modified:
   bin/tracker_service.py
Log:
bin/tracker_service.py (TrackerService.make_search_button):
  Link to report page.


Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2006-03-11 18:40:14 UTC (rev 3595)
+++ bin/tracker_service.py	2006-03-11 18:43:13 UTC (rev 3596)
@@ -1036,6 +1036,7 @@
                           onkeyup="onSearch(this.value)",
                           onmousemove="onSearch(this.value)"),
                     INPUT(type='submit', value='Go'),
+                    A(url.scriptRelative("data/report"), "Reporting problems"),
                     method='get',
                     action=url.scriptRelative(''))
 




More information about the Secure-testing-commits mailing list