]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl template
authorTiago Mello <timello@gmail.com>
Mon, 25 Jul 2011 23:50:08 +0000 (20:50 -0300)
committerTiago Mello <timello@gmail.com>
Mon, 25 Jul 2011 23:50:08 +0000 (20:50 -0300)
r/a=mkanat

template/en/default/global/user-error.html.tmpl

index b4da29e2691f0f83bd025e0a0ca8d829cee41362..c90becc4fe9d55a227ef3a34846978cd74f0ab8f 100644 (file)
       versions
     [% ELSIF object == "workflow" %]
       the workflow
+    [% ELSE %]
+      [%+ Hook.process('auth_failure_object') %]
     [% END %].
 
     [% Hook.process("auth_failure") %]