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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +5 lines)
Lines 143-148 Link Here
143
                Xport('batch');
143
                Xport('batch');
144
                return false;
144
                return false;
145
            });
145
            });
146
            if( $('#pcard_edit-batch').length ) {
147
                $("#additems").text("Add patron(s)");
148
                $("#removeitems").text("Remove patron(s)");
149
                $("#exportitems").text("Export patron(s)"); 
150
            }
146
         });
151
         });
147
        //]]>
152
        //]]>
148
    </script>
153
    </script>
149
- 

Return to bug 14631