summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-09-18 16:20:12 +0200
committergerv%gerv.net <>2002-09-18 16:20:12 +0200
commit1809e275fdbca3cb1607799a630489a3a9dc956d (patch)
tree8c7690d1c6ced8cffee4b13c684a86d278e593c0 /template
parentf48775a916e7c59da5ec59ad7f0dd729f5a80c17 (diff)
downloadbugzilla-1809e275fdbca3cb1607799a630489a3a9dc956d.tar.gz
bugzilla-1809e275fdbca3cb1607799a630489a3a9dc956d.tar.xz
Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a "pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 4edacf2c8..6c0b37021 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -217,9 +217,9 @@
[% title = "No New Quips" %]
This site does not permit the addition of new quips.
- [% ELSIF error == "page_not_found" %]
- [% title = "Page not found" %]
- The page you requested cannot be found.
+ [% ELSIF error == "no_page_specified" %]
+ [% title = "No Page Specified" %]
+ You did not specify the id of a page to display.
[% ELSIF error == "reassign_to_empty" %]
[% title = "Illegal Reassignment" %]