diff options
author | terry%mozilla.org <> | 1999-09-24 04:08:01 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-09-24 04:08:01 +0200 |
commit | 8829ae5f033999f20009364226a9239a1a706b68 (patch) | |
tree | 0a0e03f8195c4fcc5e992d5b2841f9dfa84c01b3 /colchange.cgi | |
parent | 650e42208e0b0809c3a2092a0c6c6841439a3fdd (diff) | |
download | bugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.gz bugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.xz |
Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-x | colchange.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colchange.cgi b/colchange.cgi index 33d2dfe70..2dd1b350b 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -63,6 +63,7 @@ if (defined $::FORM{'rememberedquery'}) { print "Refresh: 0; URL=buglist.cgi?$::FORM{'rememberedquery'}\n"; print "\n"; print "<TITLE>What a hack.</TITLE>\n"; + PutHeader ("Change columns"); print "Resubmitting your query with new columns...\n"; exit; } @@ -84,6 +85,7 @@ $desc{'summaryfull'} = "Full Summary"; print "\n"; +PutHeader ("Change columns"); print "Check which columns you wish to appear on the list, and then click\n"; print "on submit.\n"; print "<p>\n"; |