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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
f50d2365
Commit
f50d2365
authored
Jan 14, 2003
by
jouni%heikniemi.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave
parent
723d5098
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
attachment.cgi
attachment.cgi
+3
-0
create.html.tmpl
template/en/default/attachment/create.html.tmpl
+2
-1
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+2
-1
show-multiple.html.tmpl
template/en/default/attachment/show-multiple.html.tmpl
+3
-1
No files found.
attachment.cgi
View file @
f50d2365
...
...
@@ -426,6 +426,7 @@ sub viewall
$vars
->
{
'attachments'
}
=
\
@attachments
;
$vars
->
{
'bugassignee_id'
}
=
$assignee_id
;
$vars
->
{
'bugsummary'
}
=
$bugsummary
;
$vars
->
{
'GetBugLink'
}
=
\&
GetBugLink
;
# Return the appropriate HTTP response headers.
print
"Content-Type: text/html\n\n"
;
...
...
@@ -470,6 +471,7 @@ sub enter
$vars
->
{
'attachments'
}
=
\
@attachments
;
$vars
->
{
'bugassignee_id'
}
=
$assignee_id
;
$vars
->
{
'bugsummary'
}
=
$bugsummary
;
$vars
->
{
'GetBugLink'
}
=
\&
GetBugLink
;
# Return the appropriate HTTP response headers.
print
"Content-Type: text/html\n\n"
;
...
...
@@ -653,6 +655,7 @@ sub edit
$vars
->
{
'isprivate'
}
=
$isprivate
;
$vars
->
{
'isviewable'
}
=
$isviewable
;
$vars
->
{
'attachments'
}
=
\
@bugattachments
;
$vars
->
{
'GetBugLink'
}
=
\&
GetBugLink
;
# Return the appropriate HTTP response headers.
print
"Content-Type: text/html\n\n"
;
...
...
template/en/default/attachment/create.html.tmpl
View file @
f50d2365
...
...
@@ -21,7 +21,8 @@
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Create New Attachment for Bug #[% bugid %][% END %]
[% h1 = BLOCK %]Create New Attachment for <a href="show_bug.cgi?id=[% bugid %]">Bug #[% bugid %]</a>[% END %]
[% h1 = BLOCK %]Create New Attachment for
[%+ GetBugLink(bugid, "Bug $bugid") %][% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
[% PROCESS global/header.html.tmpl
...
...
template/en/default/attachment/edit.html.tmpl
View file @
f50d2365
...
...
@@ -21,7 +21,8 @@
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Edit Attachment #[% attachid %] for Bug #[% bugid %][% END %]
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for
<a
href=
"show_bug.cgi?id=[% bugid %]"
>
Bug #[% bugid %]
</a>
[% END %]
[% h1 = BLOCK %]Edit Attachment #[% attachid %] for
[%+ GetBugLink(bugid, "Bug $bugid") %][% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
[% PROCESS global/header.html.tmpl
...
...
template/en/default/attachment/show-multiple.html.tmpl
View file @
f50d2365
...
...
@@ -20,9 +20,11 @@
#%]
[% filtered_summary = bugsummary FILTER html %]
[% h1 = BLOCK %]View All Attachments for
[%+ GetBugLink(bugid, "Bug $bugid") %][% END %]
[% PROCESS global/header.html.tmpl
title = "View All Attachments for Bug #$bugid"
h1 =
"View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
h1 =
h1
h2 = filtered_summary
style = "
table.attachment_info th { text-align: right; vertical-align: top; }
...
...
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