<b>Note:</b> [% terms.Bugzilla %] automatically detected the content type
<em>[% contenttype %]</em> for this attachment. If this is
incorrect, correct the value by
- <a href="attachment.cgi?id=[% attachid %]&action=edit">editing the attachment</a>.
+ editing the attachment's <a href="attachment.cgi?id=[% attachid %]&action=edit">details</a>.
</p>
[% END %]
</td>
[%# HEADER %]
[% IF headers %]
<a href="[% PROCESS viewurl id=attachid %]">View</a>
- | <a href="[% PROCESS editurl id=attachid %]">Edit</a>
+ | <a href="[% PROCESS editurl id=attachid %]">Details</a>
| <a href="[% PROCESS diffurl id=attachid %]&context=[% context FILTER url_quote %]&collapsed=[% collapsed FILTER url_quote %]&headers=[% headers FILTER url_quote %]&format=raw">Raw Unified</a>
[% END %]
[% IF other_patches.size > 0 %]
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]
- Edit Attachment [% attachment.id %] for [% terms.Bug %] [%+ attachment.bug_id %]
+ Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %]
[% END %]
[% h1 = BLOCK %]
- Edit Attachment [% attachment.id %] for
+ Attachment [% attachment.id %] Details for
[%+ GetBugLink(attachment.bug_id, "$terms.Bug ${attachment.bug_id}") %]
[% END %]
[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
<textarea id="editFrame" name="comment" wrap="soft" cols="80"
style="height: 400px; width: 100%; display: none;"></textarea>
<iframe id="viewFrame" src="attachment.cgi?id=[% attachment.id %]" style="height: 400px; width: 100%;">
- <b>You cannot view the attachment while editing it because your browser does not support IFRAMEs.
+ <b>You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
<a href="attachment.cgi?id=[% attachment.id %]">View the attachment on a separate page</a>.</b>
</iframe>
<script type="text/javascript">
[% END %]
<td valign="top">
- <a href="attachment.cgi?id=[% attachment.id %]&action=edit">Edit</a>
+ <a href="attachment.cgi?id=[% attachment.id %]&action=edit">Details</a>
[% IF attachment.ispatch && patchviewerinstalled %]
| <a href="attachment.cgi?id=[% attachment.id %]&action=diff">Diff</a>
[% END %]