diff options
author | gerv%gerv.net <> | 2002-09-18 16:20:12 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-09-18 16:20:12 +0200 |
commit | 1809e275fdbca3cb1607799a630489a3a9dc956d (patch) | |
tree | 8c7690d1c6ced8cffee4b13c684a86d278e593c0 /template/en/default/global/user-error.html.tmpl | |
parent | f48775a916e7c59da5ec59ad7f0dd729f5a80c17 (diff) | |
download | bugzilla-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/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
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" %] |