~ubuntu-branches/debian/squeeze/bugzilla/squeeze

« back to all changes in this revision

Viewing changes to template/en/default/reports/edit-series.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Gervase Markham <gerv@gerv.net>
20
 
  #%]
21
 
 
22
 
[% title = "Edit Series" %]
23
 
[% subheader = BLOCK %]
24
 
  [% default.category FILTER html %] / 
25
 
  [%+ default.subcategory FILTER html %] /
26
 
  [%+ default.name FILTER html %]
27
 
[% END %]
28
 
 
29
 
[% PROCESS global/header.html.tmpl %]
30
 
 
31
 
[% IF changes_saved %]
32
 
  <p>
33
 
    <font color="red">
34
 
      Series updated.
35
 
    </font>
36
 
  </p>
37
 
[% END %]
38
 
 
39
 
<form method="get" action="chart.cgi" name="chartform">
40
 
  
41
 
  [% PROCESS reports/series.html.tmpl 
42
 
     button_name = "Change Data Set" %]
43
 
  <input type="hidden" name="action" value="alter">
44
 
  
45
 
  [% IF default.series_id %]
46
 
    <input type="hidden" name="series_id" value="[% default.series_id %]">
47
 
  [% END %]
48
 
</form>
49
 
 
50
 
<p>
51
 
  <b>Creator</b>: 
52
 
  [% IF creator.email %]
53
 
    <a href="mailto:[% creator.email FILTER html %]">
54
 
    [% creator.email FILTER html %]</a>
55
 
  [% ELSE %]
56
 
    (automatically created by [% terms.Bugzilla %])
57
 
  [% END %]
58
 
</p>
59
 
 
60
 
<p>Note: it is not yet possible to edit the search associated with this data
61
 
set.
62
 
</p>
63
 
 
64
 
<p>
65
 
  <a href="query.cgi?[% default.query FILTER html %]">View 
66
 
    series search parameters</a> |
67
 
  <a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
68
 
    [% default.category FILTER url_quote %]-
69
 
    [% default.subcategory FILTER url_quote %]-
70
 
    [% default.name FILTER url_quote %]&amp;remaction=runseries&amp;series_id=
71
 
    [% default.series_id %]">Run series search</a>
72
 
</p>
73
 
 
74
 
[% PROCESS global/footer.html.tmpl %]