diff options
author | Byron Jones <bjones@mozilla.com> | 2013-10-31 06:44:10 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-10-31 06:44:10 +0100 |
commit | 2c925582f8bd4f6e062dbddabbd424ddfd69debb (patch) | |
tree | dac01fccbcbeaa0ff346ab9bd9b2b9114d1503a0 /template/en/default | |
parent | a37157083da30af1714b1fe0f70daf1348c994d1 (diff) | |
download | bugzilla-2c925582f8bd4f6e062dbddabbd424ddfd69debb.tar.gz bugzilla-2c925582f8bd4f6e062dbddabbd424ddfd69debb.tar.xz |
Bug 920026: show reminder of pending review, feedback, and needinfo requests in the header
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 87ce891f9..9336d5cd4 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -252,7 +252,9 @@ <td id="title"> <a href="./" title="Home">[% terms.BugzillaTitle %]</a> </td> - <td id="information"></td> + <td> + [% Hook.process("message") %] + </td> <td id="moz_login"> [% IF user.id %] <ul class="links"> @@ -321,6 +323,7 @@ <tr> <td id="title"> <p>[% terms.BugzillaTitle %] + [% Hook.process("message") %] [% " – $header" IF header %]</p> </td> |