[Python-checkins] r88949 - tracker/instances/python-dev/html/issue.search.html

martin.v.loewis python-checkins at python.org
Thu Apr 19 11:34:29 CEST 2012


Author: martin.v.loewis
Date: Thu Apr 19 11:34:28 2012
New Revision: 88949

Log:
Issue 459: Link to date search documentation.


Modified:
   tracker/instances/python-dev/html/issue.search.html

Modified: tracker/instances/python-dev/html/issue.search.html
==============================================================================
--- tracker/instances/python-dev/html/issue.search.html	(original)
+++ tracker/instances/python-dev/html/issue.search.html	Thu Apr 19 11:34:28 2012
@@ -81,7 +81,7 @@
 </tr>
 
 <tr tal:define="name string:creation">
-  <th i18n:translate="">Creation Date:</th>
+	<th><a style="text-decoration:underline" href="http://roundup.sourceforge.net/doc-1.0/user_guide.html#date-properties" target="_blank">Creation Date:</a></th>
   <td metal:use-macro="search_date"></td>
   <td metal:use-macro="column_input"></td>
   <td metal:use-macro="sort_input"></td>
@@ -102,7 +102,7 @@
 </tr>
 
 <tr tal:define="name string:activity">
-  <th i18n:translate="">Activity:</th>
+  <th><a style="text-decoration:underline" href="http://roundup.sourceforge.net/doc-1.0/user_guide.html#date-properties" target="_blank">Activity:</a></th>
   <td metal:use-macro="search_date"></td>
   <td metal:use-macro="column_input"></td>
   <td metal:use-macro="sort_input"></td>


More information about the Python-checkins mailing list