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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-3 / +2 lines)
Lines 194-205 Link Here
194
194
195
    [% IF CAN_user_tools_records_batchdel %]
195
    [% IF CAN_user_tools_records_batchdel %]
196
      <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
196
      <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
197
      <dd>Delete a batch of records (bibliographic or authority)</dd>
197
      <dd>Delete a batch of bibliographic or authority records</dd>
198
    [% END %]
198
    [% END %]
199
199
200
    [% IF CAN_user_tools_records_batchmod %]
200
    [% IF CAN_user_tools_records_batchmod %]
201
      <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
201
      <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
202
      <dd>Modify a batch of records (biblios or authorities)</dd>
202
      <dd>Modify a batch of bibliographic or authority records</dd>
203
    [% END %]
203
    [% END %]
204
204
205
    [% IF ( CAN_user_tools_items_batchmod ) %]
205
    [% IF ( CAN_user_tools_items_batchmod ) %]
206
- 

Return to bug 28834