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
3cbd960d
Commit
3cbd960d
authored
Jul 22, 2003
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 98147: disables "View All Attachments" link if there are no attachments to view.
Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk
parent
15c0c767
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
edit_bug.css
css/edit_bug.css
+1
-0
list.html.tmpl
template/en/default/attachment/list.html.tmpl
+9
-3
No files found.
css/edit_bug.css
View file @
3cbd960d
.bz_private
{
color
:
darkred
;
background
:
#f3eeee
;
}
.bz_private
{
color
:
darkred
;
background
:
#f3eeee
;
}
.bz_disabled
{
color
:
#a0a0a0
;
}
table
#flags
th
,
table
#flags
td
{
vertical-align
:
baseline
;
text-align
:
left
;
}
table
#flags
th
,
table
#flags
td
{
vertical-align
:
baseline
;
text-align
:
left
;
}
template/en/default/attachment/list.html.tmpl
View file @
3cbd960d
...
@@ -85,9 +85,15 @@
...
@@ -85,9 +85,15 @@
<td colspan="[% show_attachment_flags ? 4 : 3 %]">
<td colspan="[% show_attachment_flags ? 4 : 3 %]">
<a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.)
<a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.)
</td>
</td>
<td colspan="1">
[% IF attachments.size %]
<a href="attachment.cgi?bugid=[% bugid %]&action=viewall">View All</a>
<td>
</td>
<a href="attachment.cgi?bugid=[% bugid %]&action=viewall">View All</a>
</td>
[% ELSE %]
<td class="bz_disabled">
View All
</td>
[% END %]
</tr>
</tr>
</table>
</table>
<br>
<br>
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