Browse Source

Bug 26633: Add advanced editor link on admin home page

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Kyle Hall 3 years ago
committed by Jonathan Druart
parent
commit
3fdbb20e6a
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt

@ -91,7 +91,7 @@
<dd>Define extended attributes (identifiers and statistical categories) for patron records</dd> <dd>Define extended attributes (identifiers and statistical categories) for patron records</dd>
[% END %] [% END %]
[% IF ( CAN_user_parameters_manage_transfers ) %] [% IF ( CAN_user_parameters_manage_transfers ) %]
<dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt> <dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a> (<a href="/cgi-bin/koha/admin/transfer_limits.pl">Advanced editor</a>)</dt>
<dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON</dd> <dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON</dd>
<dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt> <dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt>
<dd>Define transport costs between branches</dd> <dd>Define transport costs between branches</dd>

Loading…
Cancel
Save