]> 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:52:00 +0000 (20:52 -0300)
committerTiago Mello <timello@gmail.com>
Mon, 25 Jul 2011 23:52:00 +0000 (20:52 -0300)
r/a=mkanat

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

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