diff options
author | mkanat%kerio.com <> | 2005-07-14 13:01:34 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-14 13:01:34 +0000 |
commit | bcfde177dbb9f3748f59af067357e5902335ca46 (patch) | |
tree | 9b889e93b023cc3a275867f1fd87571888353d25 /template | |
parent | bf0a551fc3ff716b540dc221ab58f80cc2b3d820 (diff) | |
download | bugs-bcfde177dbb9f3748f59af067357e5902335ca46.tar bugs-bcfde177dbb9f3748f59af067357e5902335ca46.tar.gz bugs-bcfde177dbb9f3748f59af067357e5902335ca46.tar.bz2 bugs-bcfde177dbb9f3748f59af067357e5902335ca46.tar.xz bugs-bcfde177dbb9f3748f59af067357e5902335ca46.zip |
Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/message.txt.tmpl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/template/en/default/global/message.txt.tmpl b/template/en/default/global/message.txt.tmpl new file mode 100644 index 000000000..07ee05b0a --- /dev/null +++ b/template/en/default/global/message.txt.tmpl @@ -0,0 +1,26 @@ +[%# 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 Max Kanat-Alexander. + # Portions created by Max Kanat-Alexander are Copyright (C) 2005 + # Max Kanat-Alexander. All Rights Reserved. + # + # Contributor(s): Max Kanat-Alexander <mkanat@kerio.com> + #%] + +[% PROCESS global/variables.none.tmpl %] + +[%# Yes, this may show some HTML. But it's the best we + # can do at the moment. %] +[% PROCESS global/messages.html.tmpl %] +[% message %] |