From 0a0bdcd72470be0cd1df5f6f36d8f5de8b0af4d5 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 24 Oct 2002 13:45:15 +0000 Subject: Bug 172874 - cvs remove old editattachstatus templates, take 2. All tests still pass. Patch by gerv; r=myk. --- .../en/default/admin/attachstatus/create.html.tmpl | 77 ---------------- .../en/default/admin/attachstatus/delete.html.tmpl | 55 ------------ .../en/default/admin/attachstatus/edit.html.tmpl | 81 ----------------- .../en/default/admin/attachstatus/list.html.tmpl | 100 --------------------- 4 files changed, 313 deletions(-) delete mode 100644 template/en/default/admin/attachstatus/create.html.tmpl delete mode 100644 template/en/default/admin/attachstatus/delete.html.tmpl delete mode 100644 template/en/default/admin/attachstatus/edit.html.tmpl delete mode 100644 template/en/default/admin/attachstatus/list.html.tmpl (limited to 'template') diff --git a/template/en/default/admin/attachstatus/create.html.tmpl b/template/en/default/admin/attachstatus/create.html.tmpl deleted file mode 100644 index baf8cbc49..000000000 --- a/template/en/default/admin/attachstatus/create.html.tmpl +++ /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 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 - #%] - -[% PROCESS global/header.html.tmpl - title = "Create Attachment Status" - style = " - th { text-align: right; vertical-align: top; } - td { text-align: left; vertical-align: top; } - " -%] - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: - -
Description: - -
Sort Key: - -
Product: - -
- -
-
- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/attachstatus/delete.html.tmpl b/template/en/default/admin/attachstatus/delete.html.tmpl deleted file mode 100644 index 0d5285128..000000000 --- a/template/en/default/admin/attachstatus/delete.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): Myk Melez - # Jeff Hedlund - #%] - -[%# Filter off the name here to be used multiple times below %] -[% name = name FILTER html %] - -[% PROCESS global/header.html.tmpl - title = "Confirm Delete of Attachment Status '$name'" -%] - -

- [% attachcount %] attachments have the status '[% name %]'. If you delete - it, those attachments will lose this status. -

- - - - - - - - - -
- Do you really want to delete this status? -
- - Yes, delete - - - - No, don't delete - -
- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/attachstatus/edit.html.tmpl b/template/en/default/admin/attachstatus/edit.html.tmpl deleted file mode 100644 index 3c2fc2b90..000000000 --- a/template/en/default/admin/attachstatus/edit.html.tmpl +++ /dev/null @@ -1,81 +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 - #%] - -[%# INTERFACE: - # name: string. The name of the attachment status we are editing. - # desc: string. Its description. - # sortkey: integer. Where it's sorted in the list. - # product: string. Which product it applies to. - # id: integer. Its internal ID number. - #%] - -[% PROCESS global/header.html.tmpl - title = "Edit Attachment Status" - style = " - th { text-align: right; vertical-align: top; } - td { text-align: left; vertical-align: top; } - " -%] - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: - -
Description: - -
Sort Key: - -
Product: - [% product FILTER html %] -
- -
-
- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/attachstatus/list.html.tmpl b/template/en/default/admin/attachstatus/list.html.tmpl deleted file mode 100644 index 1640d6e1b..000000000 --- a/template/en/default/admin/attachstatus/list.html.tmpl +++ /dev/null @@ -1,100 +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 - #%] - -[%# INTERFACE: - # statusdefs: list of hashes. may be empty. Each hash has six members: - # name: string. The name of the attachment status. - # description: string. Its description. - # sortkey: integer. Sorting priority. - # product: string. The product to which the attachment status applies. - # id: integer. Its internal ID number. - # attachcount: integer. How many attachments have that status. - #%] - -[% PROCESS global/header.html.tmpl - title = 'Administer Attachment Statuses' - message = message - style = " - th { text-align: left; } - " -%] - - - - - - - - - - - - [% FOREACH statusdef = statusdefs %] - - - - - - - - - - [% END %] - - - - - - -
NameDescriptionSort KeyProductAction(s)
[% statusdef.name FILTER html %][% statusdef.description FILTER html %][% statusdef.sortkey %][% statusdef.product FILTER html %] - - Edit -  |  - - Delete -
- Create -
- - -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b