diff options
author | timeless%mozdev.org <> | 2006-01-10 06:49:59 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-01-10 06:49:59 +0100 |
commit | c7a58f1ea0a45f4bf4f325b553eab20f82ebf63b (patch) | |
tree | 41315329173ad3488c51ae9e82d87625f5078c4f /template/en/default/attachment | |
parent | 80d9d70bb0340551f1a268bf60ecf3a46a5f7d92 (diff) | |
download | bugzilla-c7a58f1ea0a45f4bf4f325b553eab20f82ebf63b.tar.gz bugzilla-c7a58f1ea0a45f4bf4f325b553eab20f82ebf63b.tar.xz |
Bug 321187 please be nice to links and generate explicit action uris
r=lpsolit a=justdave
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index d26b274ef..f42d286ef 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -248,7 +248,7 @@ tbody.file pre:empty { [% IF other_patches.size > 0 %] [% IF headers %] |[%END%] Differences between - <form style="display: inline" action=""> + <form style="display: inline" action="attachment.cgi"> <select name="oldid"> [% FOREACH patch = other_patches %] <option value="[% patch.id %]" @@ -299,7 +299,7 @@ tbody.file pre:empty { [% context = 3 %] [% END %] [%# textbox for context %] - <form style="display: inline" action=""><input type="hidden" name="action" value="diff"><input type="hidden" name="id" value="[% attachid %]"><input type="hidden" name="collapsed" value="[% collapsed FILTER html %]"><input type="hidden" name="headers" value="[% headers FILTER html %]"><input type="text" name="context" value="[% context FILTER html %]" size="3"></form>) + <form style="display: inline" action="attachment.cgi"><input type="hidden" name="action" value="diff"><input type="hidden" name="id" value="[% attachid %]"><input type="hidden" name="collapsed" value="[% collapsed FILTER html %]"><input type="hidden" name="headers" value="[% headers FILTER html %]"><input type="text" name="context" value="[% context FILTER html %]" size="3"></form>) [% END %] [% IF warning %] @@ -319,7 +319,7 @@ tbody.file pre:empty { [% END %] [%# Restore Stuff %] -<form name="checkboxform" action=""> +<form name="checkboxform" action="attachment.cgi"> <input type="checkbox" name="restore_indicator" style="display: none"> |