Commit 47cf0ef7 authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug should…

Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
parent d6894785
......@@ -1150,10 +1150,12 @@
[% spellcheck = undef %]
[% END %]
[% BLOCK commit_button %]
[% IF user.id %]
<div class="knob-buttons">
<input type="submit" value="Commit" id="commit[% id FILTER css_class_quote %]">
[% IF bug.user.canmove %]
<input type="submit" name="action" id="action[% id FILTER css_class_quote %]" value="[% Param("move-button-text") %]">
[% END %]
</div>
[% END %]
[% END %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment