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
41560ee5
Commit
41560ee5
authored
Aug 15, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin…
Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
parent
54641d0e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
common-links.html.tmpl
template/en/default/global/common-links.html.tmpl
+3
-1
header.html.tmpl
template/en/default/global/header.html.tmpl
+1
-1
useful-links.html.tmpl
template/en/default/global/useful-links.html.tmpl
+1
-1
No files found.
template/en/default/global/common-links.html.tmpl
View file @
41560ee5
...
...
@@ -20,6 +20,8 @@
# Svetlana Harisova <light@rathedg.com>
#%]
[% DEFAULT btn_id = "find" %]
<div class="links">
<a href="./">Home</a> |
<a href="enter_bug.cgi">New</a> |
...
...
@@ -30,7 +32,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input class="txt" type="text" name="quicksearch">
<input class="btn" type="submit" value="Find" id="
find
">
<input class="btn" type="submit" value="Find" id="
[% btn_id FILTER html %]
">
</form> |
<a href="report.cgi">Reports</a>
...
...
template/en/default/global/header.html.tmpl
View file @
41560ee5
...
...
@@ -148,7 +148,7 @@
</tr>
</table>
[% PROCESS "global/common-links.html.tmpl" %]
[% PROCESS "global/common-links.html.tmpl"
btn_id = "find_top"
%]
[% IF Param('announcehtml') %]
[% Param('announcehtml') FILTER none %]
...
...
template/en/default/global/useful-links.html.tmpl
View file @
41560ee5
...
...
@@ -29,7 +29,7 @@
<div id="useful-links">
<div id="links-actions">
<div class="label">Actions:</div>
[% PROCESS "global/common-links.html.tmpl"
no_find = 0
%]
[% PROCESS "global/common-links.html.tmpl"
btn_id = "find_bottom"
%]
</div>
[% IF user.login %]
...
...
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