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 324-330 function filterByFirstLetterSurname(letter) { Link Here
324
      <div class="yui-b">
324
      <div class="yui-b">
325
        <div class="yui-g">
325
        <div class="yui-g">
326
          [% IF CAN_user_tools_manage_patron_lists %]
326
          [% IF CAN_user_tools_manage_patron_lists %]
327
            <div id="patron_list_dialog" class="dialog alert">
327
            <div id="patron_list_dialog" class="dialog alert" style="display:none">
328
              Added <span class="patrons-length"></span> patrons to <a></a>.
328
              Added <span class="patrons-length"></span> patrons to <a></a>.
329
            </div>
329
            </div>
330
          [% END %]
330
          [% END %]
331
- 

Return to bug 18518