From: Roan Kattouw Date: Tue, 7 Jul 2009 16:45:12 +0000 (+0000) Subject: Document EditPageBeforeEditToolbar hook X-Git-Tag: 1.31.0-rc.0~41066 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=438a3d3bbb1b10bd4b9b3d8e9fbdc3ffa964abc4;p=lhc%2Fweb%2Fwiklou.git Document EditPageBeforeEditToolbar hook --- diff --git a/docs/hooks.txt b/docs/hooks.txt index e2a745d218..82662c9bc4 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -654,6 +654,10 @@ textarea in the edit form &$checks: Array of edit checks like "watch this page"/"minor edit" &$tabindex: HTML tabindex of the last edit check/button +'EditPageBeforeEditToolbar': allows modifying the edit toolbar above the +textarea in the edit form +&$toolbar: The toolbar HTMl + 'EditPageCopyrightWarning': Allow for site and per-namespace customization of contribution/copyright notice. $title: title of page being edited &$msg: localization message name, overridable. Default is either 'copyrightwarning' or 'copyrightwarning2'