From a5996961f534b606e2057b901909759cb5d4d3fd Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 26 Apr 2002 00:21:24 +0000 Subject: Bug 139928 - cvs remove templates from template/default directory. These templates now all live in template/en/default, for l10n purposes. --- template/default/attachstatus/create.atml | 77 -------------------------- template/default/attachstatus/delete.atml | 55 ------------------- template/default/attachstatus/edit.atml | 73 ------------------------- template/default/attachstatus/list.atml | 89 ------------------------------- 4 files changed, 294 deletions(-) delete mode 100755 template/default/attachstatus/create.atml delete mode 100644 template/default/attachstatus/delete.atml delete mode 100755 template/default/attachstatus/edit.atml delete mode 100755 template/default/attachstatus/list.atml (limited to 'template/default/attachstatus') diff --git a/template/default/attachstatus/create.atml b/template/default/attachstatus/create.atml deleted file mode 100755 index 7354b3852..000000000 --- a/template/default/attachstatus/create.atml +++ /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 - #%] - -[% INCLUDE global/header - title = "Create Attachment Status" - style = " - th { text-align: right; vertical-align: top; } - td { text-align: left; vertical-align: top; } - " -%] - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: - -
Description: - -
Sort Key: - -
Product: - -
- -
-
- -[% INCLUDE global/footer %] diff --git a/template/default/attachstatus/delete.atml b/template/default/attachstatus/delete.atml deleted file mode 100644 index dc50052b9..000000000 --- a/template/default/attachstatus/delete.atml +++ /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 %] - -[% INCLUDE global/header - 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 - -
- -[% INCLUDE global/footer %] diff --git a/template/default/attachstatus/edit.atml b/template/default/attachstatus/edit.atml deleted file mode 100755 index 1186d7637..000000000 --- a/template/default/attachstatus/edit.atml +++ /dev/null @@ -1,73 +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 - #%] - -[% INCLUDE global/header - 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 %] -
- -
-
- -[% INCLUDE global/footer %] diff --git a/template/default/attachstatus/list.atml b/template/default/attachstatus/list.atml deleted file mode 100755 index 551ab182a..000000000 --- a/template/default/attachstatus/list.atml +++ /dev/null @@ -1,89 +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 - #%] - -[% INCLUDE global/header - 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 -
- - -[% INCLUDE global/footer %] -- cgit v1.2.3-24-g4f1b