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
ef7c3883
Commit
ef7c3883
authored
Jul 06, 2002
by
jouni%heikniemi.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 155388: <link> elements for next/prev/first/last in buglists didn't appear post-templatization.
r=gerv,bbaetz
parent
5daa491d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
bug_form.pl
bug_form.pl
+4
-0
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+1
-1
No files found.
bug_form.pl
View file @
ef7c3883
...
@@ -311,9 +311,13 @@ sub show_bug {
...
@@ -311,9 +311,13 @@ sub show_bug {
$vars
->
{
'bug'
}
=
\%
bug
;
$vars
->
{
'bug'
}
=
\%
bug
;
$vars
->
{
'user'
}
=
\%
user
;
$vars
->
{
'user'
}
=
\%
user
;
# Create the <link> elements for browsing bug lists
$vars
->
{
'navigation_links'
}
=
navigation_links
(
join
(
':'
,
@bug_list
));
# Generate and return the UI (HTML page) from the appropriate template.
# Generate and return the UI (HTML page) from the appropriate template.
$template
->
process
(
"bug/edit.html.tmpl"
,
$vars
)
$template
->
process
(
"bug/edit.html.tmpl"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
||
ThrowTemplateError
(
$template
->
error
());
}
}
1
;
1
;
template/en/default/bug/edit.html.tmpl
View file @
ef7c3883
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
title = "Bug $bug.bug_id - $bug.short_desc"
title = "Bug $bug.bug_id - $bug.short_desc"
h1 = "Bugzilla Bug $bug.bug_id"
h1 = "Bugzilla Bug $bug.bug_id"
h2 = filtered_desc
h2 = filtered_desc
header_html = navigation_links
()
header_html = navigation_links
%]
%]
[% END %]
[% END %]
...
...
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