~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to template/en/default/admin/fieldvalues/created.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
 
  # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
15
 
  #%]
16
 
 
17
 
[%# INTERFACE:
18
 
  # value: string; the name of the newly created field value
19
 
  # field: string; the name of the field the value belongs to
20
 
  #%]
21
 
  
22
 
[% title = BLOCK %]New Value '[% value FILTER html %]' added to 
23
 
  '[% field FILTER html %]' field[% END %]
24
 
[% PROCESS global/header.html.tmpl
25
 
  title = title
26
 
%]
27
 
 
28
 
<p>The value '<a title="Edit value '[% value FILTER html %]' of 
29
 
   for the '[% field FILTER html %]' field"
30
 
   href="editvalues.cgi?action=edit&amp;field=
31
 
   [%- field FILTER url_quote %]&amp;value=[% value FILTER url_quote %]">
32
 
   [%- value FILTER html %]</a>' has been added as a valid choice for
33
 
   the '[% field FILTER html %]' field.</p>
34
 
 
35
 
[% PROCESS admin/fieldvalues/footer.html.tmpl %]
36
 
 
37
 
[% PROCESS global/footer.html.tmpl %]