Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
07466db5
Commit
07466db5
authored
Apr 20, 2002
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
33 deletions
+6
-33
dependency-tree.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
+5
-4
header.html.tmpl
template/en/default/global/header.html.tmpl
+1
-7
search-advanced.html.tmpl
template/en/default/search/search-advanced.html.tmpl
+0
-11
search.html.tmpl
template/en/default/search/search.html.tmpl
+0
-11
No files found.
template/en/default/bug/dependency-tree.html.tmpl
View file @
07466db5
<!-- 1.0@bugzilla.org -->
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
...
...
@@ -52,9 +53,9 @@
[%# Display the tree of bugs that this bug blocks. %]
<h3>Bugs that bug <a href="show_bug.cgi?id=[% bugid %]">[% bugid %]</a> blocks
[% IF blocked_ids.size > 0 %]
(<a href="buglist.cgi?b
ranch
_id=[% blocked_ids.join(",") %]">view as bug list</a>
(<a href="buglist.cgi?b
ug
_id=[% blocked_ids.join(",") %]">view as bug list</a>
[% IF canedit && blocked_ids.size > 1 %]
| <a href="buglist.cgi?b
ranch
_id=[% blocked_ids.join(",") %]&tweak=1">change several</a>
| <a href="buglist.cgi?b
ug
_id=[% blocked_ids.join(",") %]&tweak=1">change several</a>
[% END %])
[% IF maxdepth || hide_resolved %]
<small><b>
...
...
@@ -86,7 +87,7 @@
<li>
[% "<strike>" IF !dep.open %]
<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 %]] -
[% IF dep.seen %]
<i><This bug appears elsewhere in this tree></i></a>
...
...
@@ -116,7 +117,7 @@
style="display: inline; margin: 0px;">
<input name="id" type="hidden" value="[% bugid %]">
[% IF maxdepth %]
<input name="maxdepth" type="hidden" value="
$maxdepth
">
<input name="maxdepth" type="hidden" value="
[% maxdepth %]
">
[% END %]
<input type="hidden" name="hide_resolved" value="[% hide_resolved ? 0 : 1 %]">
<input type="submit" value="[% hide_resolved ? "Show" : "Hide" %] Resolved">
...
...
template/en/default/global/header.html.tmpl
View file @
07466db5
...
...
@@ -16,13 +16,7 @@
[% Param('headerhtml') %]
[% jscript %]
<script
type=
"application/x-javascript"
>
<!--
[
%+
INCLUDE
"help/show-hide.js.tmpl"
%
]
// -->
</script>
[% IF style %]
<style
type=
"text/css"
>
[%
style
%]
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
07466db5
...
...
@@ -331,17 +331,6 @@ function selectProduct(f) {
{ value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" },
{ value => "notregexp", description => "doesn’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">
...
...
template/en/default/search/search.html.tmpl
View file @
07466db5
...
...
@@ -331,17 +331,6 @@ function selectProduct(f) {
{ value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" },
{ value => "notregexp", description => "doesn’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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment