~ubuntu-branches/ubuntu/saucy/bugzilla/saucy

« back to all changes in this revision

Viewing changes to template/en/default/attachment/updated.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Alexis Sukrieh
  • Date: 2006-11-15 07:54:08 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115075408-wlbl33r80yh9q3uo
Tags: 2.22.1-2
* Depends on mysql-client as we provide mysql support with dbconfig-common.
  (closes: #398621)
* Urgency set to high to fix the etch RC bug.
* Updated the Bugzilla version (debian minor) in Bugzilla/Config.pm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- 1.0@bugzilla.org -->
 
1
[%# 1.0@bugzilla.org %]
2
2
[%# The contents of this file are subject to the Mozilla Public
3
3
  # License Version 1.1 (the "License"); you may not use this file
4
4
  # except in compliance with the License. You may obtain a copy of
23
23
[%# INTERFACE:
24
24
  # bugid: integer. ID of the bug we are updating.
25
25
  # attachid: integer. ID of the attachment we just attached.
26
 
  # mailresults: string. Who was mailed and who wasn't. 
27
26
  #%]
28
 
  
29
 
[% PROCESS global/header.html.tmpl 
 
27
 
 
28
[% PROCESS global/variables.none.tmpl %]
 
29
 
 
30
[% PROCESS global/header.html.tmpl
30
31
  title = "Changes Submitted"
31
32
  style = "th { text-align: left; }"
32
33
%]
36
37
<table border="1">
37
38
  <tr>
38
39
    <td>
39
 
      <h2>Changes to 
 
40
      <h2>Changes to
40
41
        <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a>
41
 
        of bug [% bugid %] submitted
 
42
        of [% terms.bug %] [%+ bugid %] submitted
42
43
      </h2>
43
 
      [% mailresults %]
 
44
      [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
44
45
    </td>
45
46
 
46
47
    <td>
47
 
      <a href="show_bug.cgi?id=[% bugid %]">Back to Bug #[% bugid %]</a>
 
48
      <a href="show_bug.cgi?id=[% bugid %]">Back to [% terms.Bug %] #[% bugid %]</a>
48
49
    </td>
49
50
  </tr>
50
51
</table>