diff options
author | bbaetz%acm.org <> | 2008-04-26 16:51:17 +0200 |
---|---|---|
committer | bbaetz%acm.org <> | 2008-04-26 16:51:17 +0200 |
commit | 6c34f604cbe796fabb144e5c666d4a569b93bfab (patch) | |
tree | b686e5fa973883639a8a18784032183cf6c0f066 /docs/en | |
parent | aea95887f82a6066ebadb99068d94ef05087909b (diff) | |
download | bugzilla-6c34f604cbe796fabb144e5c666d4a569b93bfab.tar.gz bugzilla-6c34f604cbe796fabb144e5c666d4a569b93bfab.tar.xz |
Bug 428607 - Path for extension template hooks are wrong
r/a=mkanat
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/customization.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index bb89cb12b..81a5b4960 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -440,13 +440,11 @@ <section id="cust-hooks"> <title>The Bugzilla Extension Mechanism</title> - + <warning> <para> - Custom extensions require Template Toolkit version 2.12 or - above, or the application of a patch. See <ulink - url="http://bugzilla.mozilla.org/show_bug.cgi?id=239112">bug - 239112</ulink> for details. + Note that the below paths are inconsistent and confusing. They will + likely be changed in Bugzilla 4.0. </para> </warning> @@ -590,7 +588,7 @@ <para> The corresponding extension file for this hook is - <filename>BUGZILLA_ROOT/extensions/projman/template/en/hook/global/useful-links-edit.html.tmpl</filename>. + <filename>BUGZILLA_ROOT/extensions/projman/template/en/global/useful-links-edit.html.tmpl</filename>. You then create that template file and add the following constant: </para> |