|
From: Jirka P. <fi...@us...> - 2002-06-12 13:50:53
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv30452/phpbt/templates/default
Modified Files:
queryform.html
Log Message:
Bugfix 562086. Maybe other fields have to be added, not only the reporter.
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- queryform.html 8 Jun 2002 20:28:52 -0000 1.13
+++ queryform.html 12 Jun 2002 13:50:49 -0000 1.14
@@ -197,7 +197,7 @@
<option selected value="severity.sort_order">
Severity
</option>
- <option value="reporter">
+ <option value="reporter.login">
Reporter
</option>
<option value="status.sort_order">
|