From f48775a916e7c59da5ec59ad7f0dd729f5a80c17 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 18 Sep 2002 06:30:17 +0000 Subject: Bug 146945 - clean up format ambiguities. Rename list-rdf.rdf.tmpl to list.rdf.tmpl to fit in with new naming scheme. --- template/en/default/list/list-rdf.rdf.tmpl | 55 ------------------------------ template/en/default/list/list.rdf.tmpl | 55 ++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 template/en/default/list/list-rdf.rdf.tmpl create mode 100644 template/en/default/list/list.rdf.tmpl (limited to 'template/en/default') diff --git a/template/en/default/list/list-rdf.rdf.tmpl b/template/en/default/list/list-rdf.rdf.tmpl deleted file mode 100644 index c16b265ef..000000000 --- a/template/en/default/list/list-rdf.rdf.tmpl +++ /dev/null @@ -1,55 +0,0 @@ -[% template_version = "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): Myk Melez - #%] - - - - - - - - - - [% FOREACH bug = bugs %] -
  • - - - - [% bug.id %] - - [% FOREACH column = displaycolumns %] - [% bug.$column FILTER html %] - [% END %] - - - -
  • - - [% END %] - -
    - -
    - -
    - -
    diff --git a/template/en/default/list/list.rdf.tmpl b/template/en/default/list/list.rdf.tmpl new file mode 100644 index 000000000..c16b265ef --- /dev/null +++ b/template/en/default/list/list.rdf.tmpl @@ -0,0 +1,55 @@ +[% template_version = "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): Myk Melez + #%] + + + + + + + + + + [% FOREACH bug = bugs %] +
  • + + + + [% bug.id %] + + [% FOREACH column = displaycolumns %] + [% bug.$column FILTER html %] + [% END %] + + + +
  • + + [% END %] + +
    + +
    + +
    + +
    -- cgit v1.2.3-24-g4f1b