Commit ac93e1f2 authored by dkl%redhat.com's avatar dkl%redhat.com

Bug 443479 – Clicking "Reset to Bugzilla default" when editing columns for a…

Bug 443479 – Clicking "Reset to Bugzilla default" when editing columns for a saved search does not reset them properly Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
parent 02af2b2b
...@@ -76,12 +76,8 @@ ...@@ -76,12 +76,8 @@
<p> <p>
<input type="submit" id="change" value="Change Columns"> <input type="submit" id="change" value="Change Columns">
</p> </p>
</form>
<form action="colchange.cgi"> <input type="submit" id="resetit" name="resetit"
<input type="hidden" name="rememberedquery" value="[% buffer FILTER html %]">
<input type="hidden" name="resetit" value="1">
<input type="submit" id="reset"
value="Reset to [% terms.Bugzilla %] default"> value="Reset to [% terms.Bugzilla %] default">
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment