Lines 183-191
Link Here
|
183 |
data-plugin="[% mv.plugin | html %]" |
183 |
data-plugin="[% mv.plugin | html %]" |
184 |
/> |
184 |
/> |
185 |
[% IF ( mv.nopopup ) %] |
185 |
[% IF ( mv.nopopup ) %] |
186 |
<a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="No popup" data-plugin="[% mv.plugin | html %]">...</a> |
186 |
<a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%] tag_editor framework_plugin" title="No popup" data-plugin="[% mv.plugin | html %]">...</a> |
187 |
[% ELSE %] |
187 |
[% ELSE %] |
188 |
<a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="Tag editor" data-plugin="[% mv.plugin | html %]">...</a> |
188 |
<a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%] tag_editor framework_plugin" title="Tag editor" data-plugin="[% mv.plugin | html %]">...</a> |
189 |
[% END %] |
189 |
[% END %] |
190 |
[% UNLESS no_plugin %] |
190 |
[% UNLESS no_plugin %] |
191 |
[%# FIXME - from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %] |
191 |
[%# FIXME - from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %] |
192 |
- |
|
|