Commit a90df29f authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 525617: Template Hook for bug/field.html.tmpl

Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
parent 6ead1a25
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
id="field_container_[% field.name FILTER html %]" id="field_container_[% field.name FILTER html %]"
[% " colspan=\"$value_span\"" FILTER none IF value_span %]> [% " colspan=\"$value_span\"" FILTER none IF value_span %]>
[% END %] [% END %]
[% Hook.process('start_field_column') %]
[% IF editable %] [% IF editable %]
[% SWITCH field.type %] [% SWITCH field.type %]
[% CASE constants.FIELD_TYPE_FREETEXT %] [% CASE constants.FIELD_TYPE_FREETEXT %]
...@@ -210,4 +211,5 @@ ...@@ -210,4 +211,5 @@
[% ELSE %] [% ELSE %]
[% value.join(', ') FILTER html %] [% value.join(', ') FILTER html %]
[% END %] [% END %]
[% Hook.process('end_field_column') %]
[% '</td>' IF NOT no_tds %] [% '</td>' IF NOT no_tds %]
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