From: Frédéric Buclin Date: Thu, 4 Nov 2010 17:03:45 +0000 (+0100) Subject: Bug 485418: Code and template hooks for userprefs.cgi to be able to add additional... X-Git-Tag: bugzilla-4.0rc2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d307f43152d392eb501e48f474776877f9f33f06;p=thirdparty%2Fbugzilla.git Bug 485418: Code and template hooks for userprefs.cgi to be able to add additional tabs r=mkanat a=LpSolit --- diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index adcb7ff4be..8958b77857 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -1159,6 +1159,49 @@ name), you can get it from here. =back +=head2 user_preferences + +This hook allows you to add additional panels to the User Preferences page, +and validate data displayed and returned from these panels. It works in +combination with the C hook available in the +F