View | Details | Raw Unified | Return to bug 31066
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-2 / +1 lines)
Lines 187-193 Link Here
187
                    [% END %]
187
                    [% END %]
188
188
189
                    [% IF add_regex %]
189
                    [% IF add_regex %]
190
                        [% IF (mv.type == 'text' || mv.type == 'text2' || mv.type == 'textarea' ) %]
190
                        [% IF (mv.type == 'text' || mv.type == 'text_plugin' || mv.type == 'textarea' ) %]
191
                            <a href="#" name="[% kohafield | html %]_field_regex" class="field_regex" id="[% subfield.id | html %]" >RegEx</a>
191
                            <a href="#" name="[% kohafield | html %]_field_regex" class="field_regex" id="[% subfield.id | html %]" >RegEx</a>
192
                        [% END %]
192
                        [% END %]
193
                    [% END %]
193
                    [% END %]
194
- 

Return to bug 31066