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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +1 lines)
Lines 52-61 Link Here
52
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
52
            [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
53
              <div id="searchheader">
53
              <div id="searchheader">
54
                  <div>
54
                  <div>
55
                    [% IF CAN_user_tools_manage_patron_lists %]
56
                      <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a>
55
                      <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a>
57
                      |
56
                      |
58
                      <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a>
57
                      <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a>
58
                    [% IF CAN_user_tools_manage_patron_lists %]
59
                      |
59
                      |
60
                      <span>
60
                      <span>
61
                          <label for="add_to_patron_list">Add selected patrons to:</label>
61
                          <label for="add_to_patron_list">Add selected patrons to:</label>
62
- 

Return to bug 21353