summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi10
1 files changed, 6 insertions, 4 deletions
diff --git a/query.cgi b/query.cgi
index 65a4cb29a..032739d6d 100755
--- a/query.cgi
+++ b/query.cgi
@@ -887,19 +887,21 @@ if (!$userid) {
</tr></table>};
}
- print "
+ print qq{
<INPUT TYPE=radio NAME=cmdtype VALUE=asdefault> Remember this as the default query
<BR>
<INPUT TYPE=radio NAME=cmdtype VALUE=asnamed> Remember this query, and name it:
<INPUT TYPE=text NAME=newqueryname>
+<br>&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="checkbox" NAME="tofooter" VALUE="1">
+ and put it in my page footer.
<BR>
-"
+ };
}
-print "
+print qq{
<NOBR><B>Sort By:</B>
<SELECT NAME=\"order\">
-";
+};
my $deforder = "'Importance'";
my @orders = ('Bug Number', $deforder, 'Assignee');