From 509faa041d0a8da87d24a78d8ce1d456618ee248 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 19 Apr 2002 02:32:44 +0000 Subject: Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. --- template/en/default/admin/attachstatus/create.atml | 77 ------------------- .../en/default/admin/attachstatus/create.html.tmpl | 77 +++++++++++++++++++ template/en/default/admin/attachstatus/delete.atml | 55 ------------- .../en/default/admin/attachstatus/delete.html.tmpl | 55 +++++++++++++ template/en/default/admin/attachstatus/edit.atml | 73 ------------------ .../en/default/admin/attachstatus/edit.html.tmpl | 73 ++++++++++++++++++ template/en/default/admin/attachstatus/list.atml | 89 ---------------------- .../en/default/admin/attachstatus/list.html.tmpl | 89 ++++++++++++++++++++++ 8 files changed, 294 insertions(+), 294 deletions(-) delete mode 100644 template/en/default/admin/attachstatus/create.atml create mode 100644 template/en/default/admin/attachstatus/create.html.tmpl delete mode 100644 template/en/default/admin/attachstatus/delete.atml create mode 100644 template/en/default/admin/attachstatus/delete.html.tmpl delete mode 100644 template/en/default/admin/attachstatus/edit.atml create mode 100644 template/en/default/admin/attachstatus/edit.html.tmpl delete mode 100644 template/en/default/admin/attachstatus/list.atml create mode 100644 template/en/default/admin/attachstatus/list.html.tmpl (limited to 'template/en') diff --git a/template/en/default/admin/attachstatus/create.atml b/template/en/default/admin/attachstatus/create.atml deleted file mode 100644 index 7354b3852..000000000 --- a/template/en/default/admin/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/en/default/admin/attachstatus/create.html.tmpl b/template/en/default/admin/attachstatus/create.html.tmpl new file mode 100644 index 000000000..7354b3852 --- /dev/null +++ b/template/en/default/admin/attachstatus/create.html.tmpl @@ -0,0 +1,77 @@ + +[%# 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/en/default/admin/attachstatus/delete.atml b/template/en/default/admin/attachstatus/delete.atml deleted file mode 100644 index dc50052b9..000000000 --- a/template/en/default/admin/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/en/default/admin/attachstatus/delete.html.tmpl b/template/en/default/admin/attachstatus/delete.html.tmpl new file mode 100644 index 000000000..dc50052b9 --- /dev/null +++ b/template/en/default/admin/attachstatus/delete.html.tmpl @@ -0,0 +1,55 @@ + +[%# 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/en/default/admin/attachstatus/edit.atml b/template/en/default/admin/attachstatus/edit.atml deleted file mode 100644 index 1186d7637..000000000 --- a/template/en/default/admin/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/en/default/admin/attachstatus/edit.html.tmpl b/template/en/default/admin/attachstatus/edit.html.tmpl new file mode 100644 index 000000000..1186d7637 --- /dev/null +++ b/template/en/default/admin/attachstatus/edit.html.tmpl @@ -0,0 +1,73 @@ + +[%# 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/en/default/admin/attachstatus/list.atml b/template/en/default/admin/attachstatus/list.atml deleted file mode 100644 index 551ab182a..000000000 --- a/template/en/default/admin/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 %] diff --git a/template/en/default/admin/attachstatus/list.html.tmpl b/template/en/default/admin/attachstatus/list.html.tmpl new file mode 100644 index 000000000..551ab182a --- /dev/null +++ b/template/en/default/admin/attachstatus/list.html.tmpl @@ -0,0 +1,89 @@ + +[%# 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