|
Lines 840-846
Link Here
|
| 840 |
[% IF mv.noclick %] |
840 |
[% IF mv.noclick %] |
| 841 |
<span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></span> |
841 |
<span class="buttonDot tag_editor disabled" tabindex="-1" title="Field autofilled by plugin"></span> |
| 842 |
[% ELSE %] |
842 |
[% ELSE %] |
| 843 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a> |
843 |
[% IF mv.plugin == "upload.pl" %] |
|
|
844 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="tag_editor upload framework_plugin" tabindex="1"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a> |
| 845 |
[% ELSE %] |
| 846 |
<a href="#" id="buttonDot_[% mv.id | html %]" class="buttonDot tag_editor framework_plugin" tabindex="1" title="Tag editor">Tag editor</a> |
| 847 |
[% END %] |
| 844 |
[% END %] |
848 |
[% END %] |
| 845 |
</span> |
849 |
</span> |
| 846 |
[% mv.javascript | $raw %] |
850 |
[% mv.javascript | $raw %] |
| 847 |
- |
|
|