Commit 9b24ebbc authored by Guy Pyrzak's avatar Guy Pyrzak

101770v2

parent 2df35fc7
...@@ -258,14 +258,15 @@ ...@@ -258,14 +258,15 @@
%] %]
</div> </div>
[% END %] [% END %]
[% IF attachment.flag_types.size > 0 %]
<div id="attachment_flags"> <div id="attachment_flags">
[% IF attachment.flag_types.size > 0 %]
[% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id
attach_id = attachment.id attach_id = attachment.id
flag_types = attachment.flag_types flag_types = attachment.flag_types
read_only_flags = !can_edit read_only_flags = !can_edit
%] %]
</div>
[% END %] [% END %]
[% IF user.id %] [% IF user.id %]
<div id="update_container"> <div id="update_container">
...@@ -275,6 +276,7 @@ ...@@ -275,6 +276,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</form> </form>
<div id="attachment_actions"> <div id="attachment_actions">
......
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