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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +1 lines)
Lines 311-317 function filterByFirstLetterSurname(letter) { Link Here
311
      <div class="yui-b">
311
      <div class="yui-b">
312
        <div class="yui-g">
312
        <div class="yui-g">
313
          [% IF CAN_user_tools_manage_patron_lists %]
313
          [% IF CAN_user_tools_manage_patron_lists %]
314
            <div id="patron_list_dialog" class="dialog alert">
314
            <div id="patron_list_dialog" class="dialog alert" style="display:none">
315
              Added <span class="patrons-length"></span> patrons to <a></a>.
315
              Added <span class="patrons-length"></span> patrons to <a></a>.
316
            </div>
316
            </div>
317
          [% END %]
317
          [% END %]
318
- 

Return to bug 18518