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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +1 lines)
Lines 102-108 $(document).ready(function() { Link Here
102
        <form action="list.pl" id="remove_patrons" method="post">
102
        <form action="list.pl" id="remove_patrons" method="post">
103
103
104
            <div id="searchheader">
104
            <div id="searchheader">
105
                <span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i>  Select all</a></span> |
105
                <span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> |
106
                <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span> |
106
                <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span> |
107
                <div class="btn-group">
107
                <div class="btn-group">
108
                    <button class="btn btn-mini list-remove" type="submit"><i class="fa fa-trash"></i> Remove selected</button>
108
                    <button class="btn btn-mini list-remove" type="submit"><i class="fa fa-trash"></i> Remove selected</button>
(-)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 %]" /><button type="submit" class="delete btn btn-small"><i class="fa fa-trash"></i> Remove</button></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 tag</button></form></td>
75
            </tr>
75
            </tr>
76
        [% END %]
76
        [% END %]
77
    </table>
77
    </table>
78
- 

Return to bug 16456