]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 321187 please be nice to links and generate explicit action uris
authortimeless%mozdev.org <>
Tue, 10 Jan 2006 05:50:00 +0000 (05:50 +0000)
committertimeless%mozdev.org <>
Tue, 10 Jan 2006 05:50:00 +0000 (05:50 +0000)
r=lpsolit a=justdave

template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
template/en/default/bug/summarize-time.html.tmpl

index 006189c13d78a8facd55f48d457b2551c7bad77c..0af6f68e2b202d3a48c93ab1c18dd733027a38e4 100644 (file)
@@ -36,7 +36,7 @@ which the group is newly mandatory and will be added.
 group '[% group.name FILTER html %]' impacts [% group.count %]&nbsp;
 [% terms.bugs %] for which the group is no longer applicable and will
 be removed.[% END %]
-<form method="post" >
+<form action="editproducts.cgi" method="post" >
 
   [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
 
index d26b274efac517416e500e012764f4163ca66767..f42d286efa37a469744e6e2494d51f338bcc38ca 100644 (file)
@@ -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">
 
 
index c16f6d429115b2a619abc9ef9034e95142c23cf6..5761b24cfe6bbe911e18b8de20e7e7e66d0041c9 100644 (file)
 
 [% BLOCK query_form %]
 <hr noshade size=1>
-<form method="post" name="summary" style="display: inline" action="">
+<form method="post" name="summary" style="display: inline" action="summarize_time.cgi">
 <input type="hidden" name="do_depends" value="[% do_depends FILTER html %]">
 <input type="hidden" name="id" value="[% ids.join(",") FILTER html %]">
 <input type="hidden" name="do_report" value="1">