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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-2 / +1 lines)
Lines 71-77 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
71
                </li>
71
                </li>
72
                [% END %]</ul>[% ELSE %]This record has no items.[% END %]
72
                [% END %]</ul>[% ELSE %]This record has no items.[% END %]
73
             </td>
73
             </td>
74
             <td><form method="post" action="/cgi-bin/koha/tags/list.pl"><input type="hidden" name="op" value="del" /><input type="hidden" name="tag" value="[% tag %]" /><input type="hidden" name="tag_id" value="[% title.tag_id %]" /><input type="submit" class="delete" value="Remove tag" /></form></td>
74
             <td><form method="post" action="/cgi-bin/koha/tags/list.pl"><input type="hidden" name="op" value="del" /><input type="hidden" name="tag" value="[% tag %]" /><input type="hidden" name="tag_id" value="[% title.tag_id %]" /><button type="submit" class="delete btn btn-small"><i class="fa fa-trash"></i> Remove</button></form></td>
75
            </tr>
75
            </tr>
76
        [% END %]
76
        [% END %]
77
    </table>
77
    </table>
78
- 

Return to bug 16456