Commit 07466db5 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 135707 - make template/en/default templates consistent with…

Bug 135707 - make template/en/default templates consistent with template/default. Patch by ddk, 2xr=gerv.
parent c73a72af
<!-- 1.0@bugzilla.org -->
[%# The contents of this file are subject to the Mozilla Public [%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file # License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of # except in compliance with the License. You may obtain a copy of
...@@ -52,9 +53,9 @@ ...@@ -52,9 +53,9 @@
[%# Display the tree of bugs that this bug blocks. %] [%# Display the tree of bugs that this bug blocks. %]
<h3>Bugs that bug <a href="show_bug.cgi?id=[% bugid %]">[% bugid %]</a> blocks <h3>Bugs that bug <a href="show_bug.cgi?id=[% bugid %]">[% bugid %]</a> blocks
[% IF blocked_ids.size > 0 %] [% IF blocked_ids.size > 0 %]
(<a href="buglist.cgi?branch_id=[% blocked_ids.join(",") %]">view as bug list</a> (<a href="buglist.cgi?bug_id=[% blocked_ids.join(",") %]">view as bug list</a>
[% IF canedit && blocked_ids.size > 1 %] [% IF canedit && blocked_ids.size > 1 %]
| <a href="buglist.cgi?branch_id=[% blocked_ids.join(",") %]&amp;tweak=1">change several</a> | <a href="buglist.cgi?bug_id=[% blocked_ids.join(",") %]&amp;tweak=1">change several</a>
[% END %]) [% END %])
[% IF maxdepth || hide_resolved %] [% IF maxdepth || hide_resolved %]
<small><b> <small><b>
...@@ -86,7 +87,7 @@ ...@@ -86,7 +87,7 @@
<li> <li>
[% "<strike>" IF !dep.open %] [% "<strike>" IF !dep.open %]
<a href="show_bug.cgi?id=[% dep_id %]">[% dep_id %] <a href="show_bug.cgi?id=[% dep_id %]">[% dep_id %]
[[% dep.milestone FILTER html %], [[% IF dep.milestone %][% dep.milestone FILTER html %], [% END %]
[% dep.assignee_email FILTER html %]] - [% dep.assignee_email FILTER html %]] -
[% IF dep.seen %] [% IF dep.seen %]
<i>&lt;This bug appears elsewhere in this tree&gt;</i></a> <i>&lt;This bug appears elsewhere in this tree&gt;</i></a>
...@@ -116,7 +117,7 @@ ...@@ -116,7 +117,7 @@
style="display: inline; margin: 0px;"> style="display: inline; margin: 0px;">
<input name="id" type="hidden" value="[% bugid %]"> <input name="id" type="hidden" value="[% bugid %]">
[% IF maxdepth %] [% IF maxdepth %]
<input name="maxdepth" type="hidden" value="$maxdepth"> <input name="maxdepth" type="hidden" value="[% maxdepth %]">
[% END %] [% END %]
<input type="hidden" name="hide_resolved" value="[% hide_resolved ? 0 : 1 %]"> <input type="hidden" name="hide_resolved" value="[% hide_resolved ? 0 : 1 %]">
<input type="submit" value="[% hide_resolved ? "Show" : "Hide" %] Resolved"> <input type="submit" value="[% hide_resolved ? "Show" : "Hide" %] Resolved">
......
...@@ -16,13 +16,7 @@ ...@@ -16,13 +16,7 @@
[% Param('headerhtml') %] [% Param('headerhtml') %]
[% jscript %] [% jscript %]
<script type="application/x-javascript">
<!--
[%+ INCLUDE "help/show-hide.js.tmpl" %]
// -->
</script>
[% IF style %] [% IF style %]
<style type="text/css"> <style type="text/css">
[% style %] [% style %]
......
...@@ -331,17 +331,6 @@ function selectProduct(f) { ...@@ -331,17 +331,6 @@ function selectProduct(f) {
{ value => "anywords", description => "contains any of the words" }, { value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" }, { value => "regexp", description => "matches the regexp" },
{ value => "notregexp", description => "doesn&#8217;t match the regexp" } ] %] { value => "notregexp", description => "doesn&#8217;t match the regexp" } ] %]
[%# The decent help requires Javascript %]
<script> <!--
document.write("<p><a href='query.cgi?help=1'>Give me help</a> with this form (reloads page.)</p>");
// -->
</script>
<noscript>
<p>
<a href="queryhelp.cgi">Give me help</a> with this form.
</p>
</noscript>
<form method="get" action="buglist.cgi" name="queryform"> <form method="get" action="buglist.cgi" name="queryform">
......
...@@ -331,17 +331,6 @@ function selectProduct(f) { ...@@ -331,17 +331,6 @@ function selectProduct(f) {
{ value => "anywords", description => "contains any of the words" }, { value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" }, { value => "regexp", description => "matches the regexp" },
{ value => "notregexp", description => "doesn&#8217;t match the regexp" } ] %] { value => "notregexp", description => "doesn&#8217;t match the regexp" } ] %]
[%# The decent help requires Javascript %]
<script> <!--
document.write("<p><a href='query.cgi?help=1'>Give me help</a> with this form (reloads page.)</p>");
// -->
</script>
<noscript>
<p>
<a href="queryhelp.cgi">Give me help</a> with this form.
</p>
</noscript>
<form method="get" action="buglist.cgi" name="queryform"> <form method="get" action="buglist.cgi" name="queryform">
......
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