summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/admin/classifications/delete.html.tmpl30
-rw-r--r--template/en/default/admin/classifications/new.html.tmpl31
-rw-r--r--template/en/default/admin/classifications/update.html.tmpl40
-rw-r--r--template/en/default/admin/components/created.html.tmpl40
-rw-r--r--template/en/default/admin/components/deleted.html.tmpl58
-rw-r--r--template/en/default/admin/components/updated.html.tmpl83
-rw-r--r--template/en/default/admin/fieldvalues/created.html.tmpl43
-rw-r--r--template/en/default/admin/fieldvalues/deleted.html.tmpl37
-rw-r--r--template/en/default/admin/fieldvalues/updated.html.tmpl56
-rw-r--r--template/en/default/admin/groups/change.html.tmpl111
-rw-r--r--template/en/default/admin/groups/created.html.tmpl37
-rw-r--r--template/en/default/admin/groups/deleted.html.tmpl37
-rw-r--r--template/en/default/admin/groups/remove.html.tmpl46
-rw-r--r--[-rwxr-xr-x]template/en/default/admin/keywords/create.html.tmpl0
-rwxr-xr-xtemplate/en/default/admin/keywords/created.html.tmpl35
-rw-r--r--[-rwxr-xr-x]template/en/default/admin/keywords/edit.html.tmpl0
-rwxr-xr-xtemplate/en/default/admin/keywords/rebuild-cache.html.tmpl55
-rw-r--r--template/en/default/admin/milestones/created.html.tmpl43
-rw-r--r--template/en/default/admin/milestones/deleted.html.tmpl57
-rw-r--r--template/en/default/admin/milestones/updated.html.tmpl49
-rw-r--r--template/en/default/admin/params/l10n.html.tmpl47
-rw-r--r--[-rwxr-xr-x]template/en/default/admin/params/radius.html.tmpl0
-rw-r--r--template/en/default/admin/products/created.html.tmpl36
-rw-r--r--template/en/default/admin/products/deleted.html.tmpl49
-rw-r--r--template/en/default/admin/settings/updated.html.tmpl26
-rw-r--r--template/en/default/admin/versions/created.html.tmpl42
-rw-r--r--template/en/default/admin/versions/deleted.html.tmpl40
-rw-r--r--template/en/default/admin/versions/updated.html.tmpl44
-rw-r--r--template/en/default/bug/keyword-chooser.html.tmpl78
-rw-r--r--template/en/default/global/help-header.html.tmpl91
-rw-r--r--template/en/default/reports/duplicates.rdf.tmpl50
-rw-r--r--template/en/default/setup/strings.html.pl77
32 files changed, 0 insertions, 1468 deletions
diff --git a/template/en/default/admin/classifications/delete.html.tmpl b/template/en/default/admin/classifications/delete.html.tmpl
deleted file mode 100644
index 38dc3dbfd..000000000
--- a/template/en/default/admin/classifications/delete.html.tmpl
+++ /dev/null
@@ -1,30 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Albert Ting <alt@sonic.net>
- #%]
-
-[% PROCESS global/header.html.tmpl
- title = "Classification deleted"
-%]
-
-Classification [% classification.name FILTER html %] deleted.<br>
-
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> more classifications.
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/classifications/new.html.tmpl b/template/en/default/admin/classifications/new.html.tmpl
deleted file mode 100644
index dbc99df9c..000000000
--- a/template/en/default/admin/classifications/new.html.tmpl
+++ /dev/null
@@ -1,31 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Albert Ting <alt@sonic.net>
- #%]
-
-[% PROCESS global/header.html.tmpl
- title = "Adding new classification"
-%]
-
-OK, done.
-
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>,
-<a href="editproducts.cgi?action=add&amp;classification=[% classification FILTER url_quote %]">add</a> products to this new classification,
-or <a href="editclassifications.cgi"> edit</a> more classifications.
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/classifications/update.html.tmpl b/template/en/default/admin/classifications/update.html.tmpl
deleted file mode 100644
index a67dbde3a..000000000
--- a/template/en/default/admin/classifications/update.html.tmpl
+++ /dev/null
@@ -1,40 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Albert Ting <alt@sonic.net>
- #%]
-
-[% PROCESS global/header.html.tmpl
- title = "Update classification"
-%]
-
-[% IF updated_sortkey %]
- Updated sortkey.<br>
-[% END %]
-
-[% IF updated_description %]
- Updated description.<br>
-[% END %]
-
-[% IF updated_classification %]
- Updated classification name.<br>
-[% END %]
-
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> more classifications.
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/components/created.html.tmpl b/template/en/default/admin/components/created.html.tmpl
deleted file mode 100644
index 5a7745700..000000000
--- a/template/en/default/admin/components/created.html.tmpl
+++ /dev/null
@@ -1,40 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # comp: object; Bugzilla::Component object representing the component the
- # user created.
- # product: object; Bugzilla::Product object representing the product to
- # which the component belongs.
- #%]
-
-[% title = BLOCK %]Adding new Component of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>The component '<a href="editcomponents.cgi?action=edit&amp;product=
- [%- product.name FILTER url_quote %]&amp;component=[% comp.name FILTER url_quote %]">
- [%- comp.name FILTER html %]</a>' has been created.</p>
-
-[% PROCESS admin/components/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/components/deleted.html.tmpl b/template/en/default/admin/components/deleted.html.tmpl
deleted file mode 100644
index 86940180f..000000000
--- a/template/en/default/admin/components/deleted.html.tmpl
+++ /dev/null
@@ -1,58 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # comp: object; Bugzilla::Component object representing the component the
- # user deleted.
- # product: object; Bugzilla::Product object representing the product to
- # which the component belongs.
- #%]
-
-[% title = BLOCK %]Deleted Component '[% comp.name FILTER html %]' from Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>
-[% IF comp.bug_count %]
- [% comp.bug_count FILTER none %]
- [%- IF comp.bug_count > 1 %]
- [%+ terms.bugs %]
- [% ELSE %]
- [%+ terms.bug %]
- [% END %]
- deleted.
- </p><p>
- All references to those deleted [% terms.bugs %] have been removed.
-[% ELSE %]
- No [% terms.bugs %] existed for the component.
-[% END %]
-</p>
-
-<p>Flag inclusions and exclusions deleted.</p>
-
-<p>Component '[% comp.name FILTER html %]' deleted.</p>
-
-[% PROCESS admin/components/footer.html.tmpl
- no_edit_component_link = 1
- %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl
deleted file mode 100644
index 1b94421b1..000000000
--- a/template/en/default/admin/components/updated.html.tmpl
+++ /dev/null
@@ -1,83 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- # Akamai Technologies <bugzilla-dev@akamai.com>
- # Max Kanat-Alexander <mkanat@bugzilla.org>
- #%]
-
-[%# INTERFACE:
- # changes: hashref; contains changes made to the component.
- #
- # comp: object; Bugzilla::Component object representing the component
- # user updated.
- # product: object; Bugzilla::Product object representing the product to
- # which the component belongs.
- #%]
-
-[% title = BLOCK %]Updating Component '[% comp.name FILTER html %]' of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-[% IF changes.name.defined %]
- <p>Updated Component name to: '[% comp.name FILTER html %]'.</p>
-[% END %]
-
-[% IF changes.description.defined %]
- <table>
- <tr>
- <td>Updated description to:</td>
- <td>'[% comp.description FILTER html_light %]'</td>
- </tr>
- </table>
-[% END %]
-
-[% IF changes.initialowner.defined %]
- <p>Updated Default Assignee to: '[% comp.default_assignee.login FILTER html %]'.</p>
-[% END %]
-
-[% IF changes.initialqacontact.defined %]
- <p>
- [% IF comp.default_qa_contact.id %]
- Updated Default QA Contact to '[% comp.default_qa_contact.login FILTER html %]'.
- [% ELSE %]
- Removed Default QA Contact.
- [% END %]
- </p>
-[% END %]
-
-[% IF changes.cc_list.defined %]
- [% IF comp.initial_cc.size %]
- [% cc_list = [] %]
- [% FOREACH cc_user = comp.initial_cc %]
- [% cc_list.push(cc_user.login) %]
- [% END %]
- <p>Updated Default CC list to: [% cc_list.join(", ") FILTER html %].</p>
- [% ELSE %]
- <p>Removed the Default CC list.</p>
- [% END %]
-[% END %]
-
-[% UNLESS changes.keys.size %]
- <p>Nothing changed for component '[% comp.name FILTER html %]'.</p>
-[% END %]
-
-[% PROCESS admin/components/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl
deleted file mode 100644
index 4a31234cf..000000000
--- a/template/en/default/admin/fieldvalues/created.html.tmpl
+++ /dev/null
@@ -1,43 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
- #%]
-
-[%# INTERFACE:
- # value: string; the name of the newly created field value
- # field: object; the field the value belongs to
- #%]
-
-[% title = BLOCK %]
- New Value '[% value FILTER html %]' added to '[% field.description FILTER html %]'
- ([% field.name FILTER html %]) field
-[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>The value '<a title="Edit value '[% value FILTER html %]' of
- for the '[% field.description FILTER html %]' field"
- href="editvalues.cgi?action=edit&amp;field=
- [%- field.name FILTER url_quote %]&amp;value=[% value FILTER url_quote %]">
- [%- value FILTER html %]</a>' has been added as a valid choice for
- the '[% field.description FILTER html %]' field.</p>
-
-[% IF field.name == "bug_status" %]
- You should now visit the <a href="editworkflow.cgi">status workflow page</a>
- to include your new [% terms.bug %] status.
-[% END %]
-
-[% PROCESS admin/fieldvalues/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/fieldvalues/deleted.html.tmpl b/template/en/default/admin/fieldvalues/deleted.html.tmpl
deleted file mode 100644
index 27e62f82d..000000000
--- a/template/en/default/admin/fieldvalues/deleted.html.tmpl
+++ /dev/null
@@ -1,37 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
- #%]
-
-[%# INTERFACE:
- # value: string; the field value that was deleted.
- #
- # field: object; the field the value was deleted from.
- #
- #%]
-
-[% title = BLOCK %]
- Deleted Value '[% value FILTER html %]' for the '[% field.description FILTER html %]'
- ([% field.name FILTER html %]) Field
-[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>Field Value '[% value FILTER html %]' deleted.</p>
-
-[% PROCESS admin/fieldvalues/footer.html.tmpl
- no_edit_link = 1
- %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl
deleted file mode 100644
index 7ca29c3cf..000000000
--- a/template/en/default/admin/fieldvalues/updated.html.tmpl
+++ /dev/null
@@ -1,56 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
- #%]
-
-[%# INTERFACE:
- #
- # 'updated_XXX' variables are booleans, and are defined if the
- # 'XXX' field was updated during the edit just being handled.
- # Variables called just 'XXX' are strings, and are the _new_ contents
- # of the fields.
- #
- # value & updated_value: the name of the field value
- # sortkey & updated_sortkey: the field value sortkey
- # field: object; the field that the value belongs to
- # default_value_updated: boolean; whether the default value for
- # this field has been updated
- #%]
-
-[% title = BLOCK %]
- Updating Value '[% value FILTER html %]' of the '[% field.description FILTER html %]'
- ([% field.name FILTER html %]) Field
-[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-[% IF updated_value %]
- <p>Updated field value to: '[% value FILTER html %]'.</p>
- [% IF default_value_updated %]
- <p>Note that this value is the default for this field.
- All references to the default value will now point to this new value.</p>
- [% END %]
-[% END %]
-
-[% IF updated_sortkey %]
- <p>Updated field value sortkey to: '[% sortkey FILTER html %]'.</p>
-[% END %]
-
-[% UNLESS (updated_sortkey || updated_value) %]
- <p>Nothing changed for field value '[% value FILTER html %]'.</p>
-[% END %]
-
-[% PROCESS admin/fieldvalues/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/groups/change.html.tmpl b/template/en/default/admin/groups/change.html.tmpl
deleted file mode 100644
index 3137fd803..000000000
--- a/template/en/default/admin/groups/change.html.tmpl
+++ /dev/null
@@ -1,111 +0,0 @@
-[%# 1.0@bugzilla.org %]
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@syndicomm.com>
- # Joel Peshkin <bugreport@peshkin.net>
- # Jacob Steenhagen <jake@bugzilla.org>
- # Vlad Dascalu <jocuri@softhome.net>
- #%]
-
-[%# INTERFACE:
- # action: integer. Can be 1, 2 or 3, depending on the action
- # performed:
- # 1 - remove_explicit_members
- # 2 - remove_explicit_members_regexp
- # 3 - no conversion, just save the changes
- # changes: boolean int. Is 1 if changes occurred.
- # gid: integer. The ID of the group.
- # name: the name of the product where removal is performed.
- # regexp: the regexp according to which the update is performed.
- #%]
-
-[% IF (action == 1) %]
- [% title = "Confirm: Remove All Explicit Members?" %]
-[% ELSIF (action == 2) %]
- [% title = "Confirm: Remove Explicit Members in the Regular Expression?" %]
-[% ELSE %]
- [% title = "Updating group hierarchy" %]
-[% END %]
-
-[% PROCESS global/header.html.tmpl %]
-
-<p>
- Checking....
-
- [% IF changes %]
- changed.
- [% END %]
-</p>
-
-[% IF (action == 1) || (action == 2) %]
- [% IF changes %]
- <p>Group updated, please confirm removal:</p>
- [% END %]
-
- [% IF (action == 1) %]
- <p>This option will remove all explicitly defined users
- [% ELSIF regexp %]
- <p>This option will remove all users included in the regular expression:
- [% regexp FILTER html %]
- [% ELSE %]
- <p>
- <b>There is no regular expression defined.</b>
- No users will be removed.
- </p>
- [% END %]
-
- [% IF ((action == 1) || regexp) %]
- from group [% name FILTER html %].</p>
-
- <p>
- Generally, you will only need to do this when upgrading groups
- created with [% terms.Bugzilla %] versions 2.16 and prior. Use
- this option with <b>extreme care</b> and consult the documentation
- for further information.
- </p>
-
- <form method="post" action="editgroups.cgi">
- <input type="hidden" name="group" value="[% gid FILTER html %]">
-
- [% IF (action == 2) %]
- <input type="hidden" name="action" value="remove_all_regexp">
- [% ELSE %]
- <input type="hidden" name="action" value="remove_all">
- [% END %]
-
- <input name="confirm" type="submit" value="Confirm">
- <p>Or <a href="editgroups.cgi">return to the Edit Groups page</a>.</p>
- </form>
- [% END %]
-[% ELSE %]
- [%# if we got this far, the admin doesn't want to convert, so just save
- # their changes %]
-
- [% IF changes %]
- <p>Done.</p>
- [% ELSE %]
- <p>
- You didn't change anything! If you really meant it, hit the <b>Back</b>
- button and try again.
- </p>
- [% END %]
-
- <p>Back to the <a href="editgroups.cgi">group list</a>.</p>
-[% END %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/groups/created.html.tmpl b/template/en/default/admin/groups/created.html.tmpl
deleted file mode 100644
index a734829a7..000000000
--- a/template/en/default/admin/groups/created.html.tmpl
+++ /dev/null
@@ -1,37 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@syndicomm.com>
- # Joel Peshkin <bugreport@peshkin.net>
- # Jacob Steenhagen <jake@bugzilla.org>
- # Vlad Dascalu <jocuri@softhome.net>
- #%]
-
-[%# INTERFACE:
- # none
- #%]
-
-[% PROCESS global/header.html.tmpl
- title = "Adding new group"
-%]
-
-<p>OK, done.</p>
-
-<p><a href="editgroups.cgi?action=add">Add</a> another group or
-go back to the <a href="editgroups.cgi">group list</a>.</p>
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/groups/deleted.html.tmpl b/template/en/default/admin/groups/deleted.html.tmpl
deleted file mode 100644
index acda17254..000000000
--- a/template/en/default/admin/groups/deleted.html.tmpl
+++ /dev/null
@@ -1,37 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@syndicomm.com>
- # Joel Peshkin <bugreport@peshkin.net>
- # Jacob Steenhagen <jake@bugzilla.org>
- # Vlad Dascalu <jocuri@softhome.net>
- #%]
-
-[%# INTERFACE:
- # name: string. The name of the group.
- #%]
-
-
-[% PROCESS global/header.html.tmpl
- title = "Deleting group"
-%]
-
-<p>The group [% name FILTER html %] has been deleted.</p>
-
-<p>Go back to the <a href="editgroups.cgi">group list</a>.
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/groups/remove.html.tmpl b/template/en/default/admin/groups/remove.html.tmpl
deleted file mode 100644
index fb0481d16..000000000
--- a/template/en/default/admin/groups/remove.html.tmpl
+++ /dev/null
@@ -1,46 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@syndicomm.com>
- # Joel Peshkin <bugreport@peshkin.net>
- # Jacob Steenhagen <jake@bugzilla.org>
- # Vlad Dascalu <jocuri@softhome.net>
- # Max Kanat-Alexander <mkanat@bugzilla.org>
- #%]
-
-[%# INTERFACE:
- # group: The Bugzilla::Group being modified.
- # regexp: string. The regexp according to which the removal was performed.
- # users: Array of Bugzilla::User objects who were removed from this group.
- #%]
-
-
-[% PROCESS global/header.html.tmpl
- title = "Removing Explicit Group Membership" %]
-
-<p><b>Removing explicit memberships[% IF regexp %] of users matching
- '[% regexp FILTER html %]'[% END %]...</b></p>
-
-[% FOREACH user = users %]
- [% user.login FILTER html %] removed<br>
-[% END %]
-
-<p><b>Done</b>.</p>
-
-<p>Back to the <a href="editgroups.cgi">group list</a>.</p>
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index e5d6aa0df..e5d6aa0df 100755..100644
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
diff --git a/template/en/default/admin/keywords/created.html.tmpl b/template/en/default/admin/keywords/created.html.tmpl
deleted file mode 100755
index b39981d85..000000000
--- a/template/en/default/admin/keywords/created.html.tmpl
+++ /dev/null
@@ -1,35 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Terry Weissman <terry@mozilla.org>
- # Vlad Dascalu <jocuri@softhome.net>
- #%]
-
-[%# INTERFACE:
- # name: string; the name of the current keyword.
- #%]
-
-[% PROCESS global/header.html.tmpl
- title = "Adding new keyword"
-%]
-
-<p>The keyword [% name FILTER html %] has been added.</p>
-
-<p><a href="editkeywords.cgi">Edit existing keywords</a> or
-<a href="editkeywords.cgi?action=add">add another keyword</a>.</p>
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index c4b9a64d7..c4b9a64d7 100755..100644
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
diff --git a/template/en/default/admin/keywords/rebuild-cache.html.tmpl b/template/en/default/admin/keywords/rebuild-cache.html.tmpl
deleted file mode 100755
index fc491c97a..000000000
--- a/template/en/default/admin/keywords/rebuild-cache.html.tmpl
+++ /dev/null
@@ -1,55 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Terry Weissman <terry@mozilla.org>
- # Vlad Dascalu <jocuri@softhome.net>
- # Max Kanat-Alexander <mkanat@bugzilla.org>
- #%]
-
-[%# INTERFACE:
- # action: string; the current action (either "update" or "delete").
- # keyword: A Bugzilla::Keyword object
- #%]
-
-[% IF action == "update" %]
- [% title = "Update keyword"%]
- [% status = "updated" %]
-[% ELSIF action == "delete" %]
- [% title = "Delete keyword" %]
- [% status = "deleted" %]
-[% END %]
-
-[% PROCESS global/header.html.tmpl %]
-
-Keyword [% keyword.name FILTER html %] [%+ status FILTER html %].
-
-<p>
- <b>After you have finished deleting or modifying keywords,
- you need to rebuild the keyword cache.</b><br>
-
- Warning: on a very large installation of [% terms.Bugzilla %],
- this can take several minutes.
-</p>
-
-<p>
- <b><a href="sanitycheck.cgi?rebuildkeywordcache=1">Rebuild
- keyword cache</a></b>
-</p>
-
-<p><a href="editkeywords.cgi">Edit more keywords</a>.</p>
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/milestones/created.html.tmpl b/template/en/default/admin/milestones/created.html.tmpl
deleted file mode 100644
index e9be95c5a..000000000
--- a/template/en/default/admin/milestones/created.html.tmpl
+++ /dev/null
@@ -1,43 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # milestone: object; Bugzilla::Milestone object representing the
- # milestone the user created.
- #
- # product: object; Bugzilla::Product object representing the product to
- # which the milestone belongs.
- #%]
-
-[% title = BLOCK %]Adding new Milestone of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>The milestone '<a title="Edit milestone '[% milestone.name FILTER html %]' of
- product '[% product.name FILTER html %]'"
- href="editmilestones.cgi?action=edit&amp;product=
- [%- product.name FILTER url_quote %]&amp;milestone=[% milestone.name FILTER url_quote %]">
- [%- milestone.name FILTER html %]</a>' has been created.</p>
-
-[% PROCESS admin/milestones/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/milestones/deleted.html.tmpl b/template/en/default/admin/milestones/deleted.html.tmpl
deleted file mode 100644
index 9ccd1b6c7..000000000
--- a/template/en/default/admin/milestones/deleted.html.tmpl
+++ /dev/null
@@ -1,57 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-
-[%# INTERFACE:
- # product: object; Bugzilla::Product object representing the product to
- # which the milestone belongs.
- # milestone: object; Bugzilla::Milestone object representing the
- # milestone the user deleted.
- #%]
-
-[% title = BLOCK %]Deleted Milestone '[% milestone.name FILTER html %]' of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>
-[% IF milestone.bug_count %]
-
- [% milestone.bug_count FILTER none %]
- [% IF milestone.bug_count > 1 %]
- [%+ terms.bugs %]
- [% ELSE %]
- [%+ terms.bug %]
- [% END %]
- reassigned to the default milestone.
-
-[% ELSE %]
- No [% terms.bugs %] were targetted at the milestone.
-[% END %]
-</p>
-
-<p>Milestone '[% milestone.name FILTER html %]' deleted.</p>
-
-[% PROCESS admin/milestones/footer.html.tmpl
- no_edit_milestone_link = 1
- %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/milestones/updated.html.tmpl b/template/en/default/admin/milestones/updated.html.tmpl
deleted file mode 100644
index daa6581dd..000000000
--- a/template/en/default/admin/milestones/updated.html.tmpl
+++ /dev/null
@@ -1,49 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # milestone: object; the milestone being edited.
- # product: object; Bugzilla::Product object representing the product to
- # which the milestone belongs.
- # changes: hashref; contains changes made to the milestone.
- #%]
-
-[% title = BLOCK %]Updating Milestone '[% milestone.name FILTER html %]' of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-[% IF changes.value.defined %]
- <p>Updated Milestone name to: '[% milestone.name FILTER html %]'.</p>
-[% END %]
-
-[% IF changes.sortkey.defined %]
- <p>Updated Milestone sortkey to: '[% milestone.sortkey FILTER html %]'.</p>
-[% END %]
-
-[% UNLESS changes.value.defined || changes.sortkey.defined %]
- <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.</p>
-
-[% END %]
-
-[% PROCESS admin/milestones/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/params/l10n.html.tmpl b/template/en/default/admin/params/l10n.html.tmpl
deleted file mode 100644
index 873caf5b3..000000000
--- a/template/en/default/admin/params/l10n.html.tmpl
+++ /dev/null
@@ -1,47 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Localization"
- desc = "Define what languages you want made available to your users"
-%]
-
-[%# Get the list of available languages %]
-[% available_languages = "unknown" %]
-[% FOREACH param = params %]
- [% IF param.name == "languages" %]
- [% available_languages = param.extra_desc.available_languages FILTER html %]
- [% END %]
-[% END %]
-
-[% param_descs = {
- languages => "A comma-separated list of RFC 1766 language tags. These " _
- "identify the languages in which you wish $terms.Bugzilla output " _
- "to be displayed. Note that you must install the appropriate " _
- "language pack before adding a language to this Param. The " _
- "language used is the one in this list with the highest " _
- "q-value in the user's Accept-Language header.<br><br> " _
-
- "If the none of these languages are in the user's" _
- " Accept-Language header, the first item in this list will be" _
- " used. <br><br>" _
-
- "Available languages: $available_languages"
-} %]
diff --git a/template/en/default/admin/params/radius.html.tmpl b/template/en/default/admin/params/radius.html.tmpl
index ef2282d45..ef2282d45 100755..100644
--- a/template/en/default/admin/params/radius.html.tmpl
+++ b/template/en/default/admin/params/radius.html.tmpl
diff --git a/template/en/default/admin/products/created.html.tmpl b/template/en/default/admin/products/created.html.tmpl
deleted file mode 100644
index 3da777fa3..000000000
--- a/template/en/default/admin/products/created.html.tmpl
+++ /dev/null
@@ -1,36 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # Contributor(s): Gabriel S. Oliveira <gabriel@async.com.br>
- #%]
-
-[%# INTERFACE:
- # product: Bugzilla::Product object; the Product created.
- #
- #%]
-
-[% title = BLOCK %]New Product '[% product.name FILTER html %]' Created[% END %]
-
-[% PROCESS global/header.html.tmpl title = title %]
-
-<br>
-<div style='border: 1px red solid; padding: 1ex;'>
- <b>You will need to
- <a href="editcomponents.cgi?action=add&product=[% product.name FILTER url_quote %]">
- add at least one component
- </a> before you can enter [% terms.bugs %] against this product
- </b>
-</div>
-
-[% PROCESS "admin/products/footer.html.tmpl" %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/products/deleted.html.tmpl b/template/en/default/admin/products/deleted.html.tmpl
deleted file mode 100644
index 5f29b4b31..000000000
--- a/template/en/default/admin/products/deleted.html.tmpl
+++ /dev/null
@@ -1,49 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # Contributor(s): Tiago R. Mello <timello@async.com.br>
- #
- #%]
-
-[%# INTERFACE:
- # product: Bugzilla::Product object; The product
- #
- #%]
-
-[% title = BLOCK %]Product '[% product.name FILTER html %]' Deleted[% END %]
-
-[% PROCESS global/header.html.tmpl title = title %]
-
-[% IF product.bug_count %]
- All references to deleted [% terms.bugs %] removed.
-[% END %]
-
-<p>
- Components deleted.<br>
- Versions deleted.<br>
- Milestones deleted.
-</p>
-
-<p>
- Group controls deleted.<br>
- Flag inclusions and exclusions deleted.
-</p>
-
-<p>
- Product [% product.name FILTER html %] deleted.
-</p>
-
-[% PROCESS admin/products/footer.html.tmpl
- no_edit_product_link = 1
-%]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/settings/updated.html.tmpl b/template/en/default/admin/settings/updated.html.tmpl
deleted file mode 100644
index b3a5f44c3..000000000
--- a/template/en/default/admin/settings/updated.html.tmpl
+++ /dev/null
@@ -1,26 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # Contributor(s): Shane H. W. Travis <travis@sedsystems.ca>
- #
- #%]
-
-[% PROCESS global/header.html.tmpl
- title = "Default Preferences Updated"
- %]
-
-Your changes to the Default Preferences have been saved.<br>
-<br>
-Return to the <a
-href="editsettings.cgi?action=load">Default Preferences</a> page.
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/versions/created.html.tmpl b/template/en/default/admin/versions/created.html.tmpl
deleted file mode 100644
index c765eb725..000000000
--- a/template/en/default/admin/versions/created.html.tmpl
+++ /dev/null
@@ -1,42 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # product: object; Bugzilla::Product object representing the product to
- # which the version belongs.
- # version: object; Bugzilla::Version object representing the
- # newly created version
- #%]
-
-[% title = BLOCK %]Adding new Version of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>The version '<a title="Edit version '[% version.name FILTER html %]' of product '
- [%- product.name FILTER html %]'"
- href="editversions.cgi?action=edit&amp;product=
- [%- product.name FILTER url_quote %]&amp;version=[% version.name FILTER url_quote %]">
- [%- version.name FILTER html %]</a>' has been created.</p>
-
-[% PROCESS admin/versions/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/versions/deleted.html.tmpl b/template/en/default/admin/versions/deleted.html.tmpl
deleted file mode 100644
index 49febe894..000000000
--- a/template/en/default/admin/versions/deleted.html.tmpl
+++ /dev/null
@@ -1,40 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # product: object; Bugzilla::Product object representing the product to
- # which the version belongs.
- # version: object; Bugzilla::Version object representing the
- # version the user deleted.
- #%]
-
-[% title = BLOCK %]Deleted Version '[% version.name FILTER html %]' of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-<p>Version '[% version.name FILTER html %]' deleted.</p>
-
-[% PROCESS admin/versions/footer.html.tmpl
- no_edit_version_link = 1
- %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/versions/updated.html.tmpl b/template/en/default/admin/versions/updated.html.tmpl
deleted file mode 100644
index a7ae9a4cd..000000000
--- a/template/en/default/admin/versions/updated.html.tmpl
+++ /dev/null
@@ -1,44 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
- #%]
-
-[%# INTERFACE:
- # product: object; Bugzilla::Product object representing the product to
- # which the version belongs.
- # version: object; Bugzilla::Version object representing the
- # version the user updated.
- #
- # updated: boolean; defined if the 'name' field was updated
- #%]
-
-[% title = BLOCK %]Updating Version '[% version.name FILTER html %]' of Product
- '[% product.name FILTER html %]'[% END %]
-[% PROCESS global/header.html.tmpl
- title = title
-%]
-
-[% IF updated %]
- <p>Updated Version name to: '[% version.name FILTER html %]'.</p>
-[% ELSE %]
- <p>Nothing changed for version '[% version.name FILTER html %]'.</p>
-[% END %]
-
-[% PROCESS admin/versions/footer.html.tmpl %]
-
-[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/bug/keyword-chooser.html.tmpl b/template/en/default/bug/keyword-chooser.html.tmpl
deleted file mode 100644
index b935bc08c..000000000
--- a/template/en/default/bug/keyword-chooser.html.tmpl
+++ /dev/null
@@ -1,78 +0,0 @@
-[%# ***** BEGIN LICENSE BLOCK *****
- # Version: MPL 1.1
- #
- # The contents of this file are subject to the Mozilla Public License Version
- # 1.1 (the "License"); you may not use this file except in compliance with
- # the License. You may obtain a copy of the License at
- # http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS IS" basis,
- # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- # for the specific language governing rights and limitations under the
- # License.
- #
- # The Original Code is Keyword Picker.
- #
- # The Initial Developer of the Original Code is America Online, Inc.
- # Portions created by the Initial Developer are Copyright (C) 2004
- # Mozilla Foundation. All Rights Reserved.
- #
- # Contributor(s):
- # Christopher A. Aillon <christopher@aillon.com> (Original Author)
- #
- # ***** END LICENSE BLOCK *****
- #%]
-
-[%############################################################################%]
-[%# Keyword Picker #%]
-[%############################################################################%]
-[%# #%]
-[%# If you edit this file, you might also need to edit js/keyword-chooser.js #%]
-[%# #%]
-[%############################################################################%]
-
-<div id="keyword-chooser" style="display: none">
- <table>
- <tr>
- <td valign="top">
- Available&nbsp;Keywords:<br>
- <select id="keyword-list" size="5" multiple>
- [% FOREACH kwd = valid_keywords %]
- [% UNLESS sel_keywords && lsearch(sel_keywords, kwd) != -1 %]
- <option value="[% kwd FILTER html %]">[% kwd FILTER html %]</option>
- [% END %]
- [% END %]
- </select>
- </td>
- <td valign="middle">
- <button onclick="document.getElementById('keyword-chooser').chooserElement.chooser.choose(); return false;">-></button><br>
- <button onclick="document.getElementById('keyword-chooser').chooserElement.chooser.unchoose(); return false;"><-</button>
- </td>
- <td valign="top">
- Bug&nbsp;Keywords:<br>
- <select id="bug-keyword-list" size="5" multiple>
- [% FOREACH kwd = valid_keywords %]
- [% IF sel_keywords && lsearch(sel_keywords, kwd) != -1 %]
- <option value="[% kwd FILTER html %]">[% kwd FILTER html %]</option>
- [% END %]
- [% END %]
- </select>
- </td>
- <td valign="middle">
- <button type="button" onclick="document.getElementById('keyword-chooser').chooserElement.chooser.ok(); return false">OK</button>
- <br>
- <button type="button" onclick="document.getElementById('keyword-chooser').chooserElement.chooser.cancel(); return false" style="margin-top:3px;">Cancel</button>
- </td>
- </tr>
- </table>
-</div>
-
-<script type="text/javascript">
- var validKeywords = new Array();
-
- [% FOREACH kwd = valid_keywords %]
- validKeywords[validKeywords.length] = "[% kwd FILTER html %]";
- [% END %]
-
- InitializeKeywordChooser(validKeywords);
-</script>
diff --git a/template/en/default/global/help-header.html.tmpl b/template/en/default/global/help-header.html.tmpl
deleted file mode 100644
index 96814e93f..000000000
--- a/template/en/default/global/help-header.html.tmpl
+++ /dev/null
@@ -1,91 +0,0 @@
-[%# 1.0@bugzilla.org %]
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Gervase Markham <gerv@gerv.net>
- #%]
-
-[% USE Bugzilla %]
-[% cgi = Bugzilla.cgi %]
-
-[% IF cgi.param("help") %]
- [% IF cgi.user_agent("Mozilla/5") %]
- <style type="text/css">
- .help {
- border-style: solid;
- border-color: #F0A000;
- background-color: #FFFFFF;
- padding: 5;
- position: absolute;
- }
- </style>
-
- <script type="text/javascript">
- var currentHelp;
-
- function initHelp() {
- for (var i = 0; i < document.forms.length; i++) {
- for (var j = 0; j < document.forms[i].elements.length; j++) {
- [%# MS decided to add fieldsets to the elements array; and
- # Mozilla decided to copy this brokenness. Grr.
- #%]
- if (document.forms[i].elements[j].tagName != 'FIELDSET') {
- document.forms[i].elements[j].onmouseover = showHelp;
- }
- }
- }
-
- document.body.onclick = hideHelp;
- }
-
- function showHelp() {
- hideHelp();
- var newHelp = document.getElementById(this.name + '_help');
- if (newHelp) {
- currentHelp = newHelp;
-
- var mytop = this.offsetTop;
- var myleft = this.offsetLeft;
- var myparent = this.offsetParent;
- while (myparent.tagName != 'BODY') {
- mytop = mytop + myparent.offsetTop;
- myleft = myleft + myparent.offsetLeft;
- myparent = myparent.offsetParent;
- }
-
- currentHelp.style.top = mytop + this.offsetHeight + 5 + "px";
- currentHelp.style.left = myleft + "px";
- currentHelp.style.display='';
- }
- }
-
- function hideHelp() {
- if (currentHelp) {
- currentHelp.style.display='none';
- }
- }
- </script>
- [% END %]
-[% ELSE %]
- <script type="text/javascript">
- <!--
- [%# Avoid warnings by having a dummy function %]
- function initHelp() {}
- // -->
- </script>
-[% END %]
-
diff --git a/template/en/default/reports/duplicates.rdf.tmpl b/template/en/default/reports/duplicates.rdf.tmpl
deleted file mode 100644
index 48fc44aa6..000000000
--- a/template/en/default/reports/duplicates.rdf.tmpl
+++ /dev/null
@@ -1,50 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Myk Melez <myk@mozilla.org>
- #%]
-
-<?xml version="1.0"[% IF Param('utf8') %] encoding="UTF-8"[% END %]?>
-<!-- [% template_version %] -->
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:bz="http://www.bugzilla.org/rdf#"
- xmlns:nc="http://home.netscape.com/NC-rdf#">
-
-<bz:duplicates_report rdf:about="[% urlbase FILTER xml %]data/duplicates.rdf">
- <bz:bugs>
- <Seq>
- [% FOREACH bug = bugs %]
- <li>
- <bz:bug rdf:about="[% urlbase FILTER xml %]show_bug.cgi?id=[% bug.id %]">
- <bz:id nc:parseType="Integer">[% bug.id %]</bz:id>
- <bz:resolution>[% bug.resolution FILTER html %]</bz:resolution>
- <bz:duplicate_count nc:parseType="Integer">[% bug.count %]</bz:duplicate_count>
- <bz:duplicate_delta nc:parseType="Integer">[% bug.delta %]</bz:duplicate_delta>
- <bz:component>[% bug.component FILTER html %]</bz:component>
- <bz:severity>[% bug.bug_severity FILTER html %]</bz:severity>
- <bz:os>[% bug.op_sys FILTER html %]</bz:os>
- <bz:target_milestone>[% bug.target_milestone FILTER html %]</bz:target_milestone>
- <bz:summary>[% bug.short_desc FILTER html %]</bz:summary>
- </bz:bug>
- </li>
- [% END %]
- </Seq>
- </bz:bugs>
-</bz:duplicates_report>
-
-</RDF>
diff --git a/template/en/default/setup/strings.html.pl b/template/en/default/setup/strings.html.pl
deleted file mode 100644
index 8e687e508..000000000
--- a/template/en/default/setup/strings.html.pl
+++ /dev/null
@@ -1,77 +0,0 @@
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Initial Developer of the Original Code is Everything Solved.
-# Portions created by Everything Solved are Copyright (C) 2007
-# Everything Solved. All Rights Reserved.
-#
-# The Original Code is the Bugzilla Bug Tracking System.
-#
-# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
-
-# This is just like strings.txt.pl, but for HTML templates (used by
-# setup.cgi).
-
-%strings = (
- checking_dbd => '<tr><th colspan="4" class="mod_header">Database Modules</th></tr>',
- checking_optional => '<tr><th colspan="4" class="mod_header">Optional Modules</th></tr>',
- checking_modules => <<END_HTML
-<h2>Perl Modules</h2>
-
-<div style="color: white; background-color: white">
- <p class="color_explanation">Rows that look <span class="mod_ok">like
- this</span> mean that you have a good version of that module installed.
- Rows that look <span class="mod_not_ok">like this</span> mean that you
- either don't have that module installed, or the version you have
- installed is too old.</p>
-</div>
-
-<table class="mod_requirements" border="1">
-<tr>
- <th class="mod_name">Package</th>
- <th>Version Required</th> <th>Version Found</th>
- <th class="mod_ok">OK?</th>
-</tr>
-END_HTML
-,
-
- footer => "</div></body></html>",
-
- # This is very simple. It doesn't support the skinning system.
- header => <<END_HTML
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
- <title>Installation and Setup for Bugzilla ##bz_ver##</title>
- <link href="skins/standard/global.css" rel="stylesheet" type="text/css" />
- <link href="skins/standard/setup.css" rel="stylesheet" type="text/css" />
-</head>
-<body id="bugzilla-installation">
- <h1>Installation and Setup for Bugzilla ##bz_ver##</h1>
- <div id="bugzilla-body">
- <p><strong>Perl Version</strong>: ##perl_ver##
- <strong>OS</strong>: ##os_name## ##os_ver##</p>
-END_HTML
-,
- module_details => <<END_HTML
-<tr class="##row_class##">
- <td class="mod_name">##package##</td>
- <td class="mod_wanted">##wanted##</td>
- <td class="mod_found">##found##</td>
- <td class="mod_ok">##ok##</td>
-</tr>
-END_HTML
-,
- module_found => '##ver##',
-);
-
-1;
-