Bug 11897: (QA follow-up) Move menu to 'Catalog'
Originally this menu item was placed under the 'Patrons' section of the tools page, this patch moves it to the more appropriate 'Catalog' section. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
fac27bc029
commit
f72002d997
1 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
<dd>Manage patron clubs..</dd>
|
||||
[% END %]
|
||||
|
||||
[% IF ( CAN_user_tools_moderate_comments ) %]
|
||||
[% IF ( CAN_user_tools_moderate_comments ) %]
|
||||
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
|
||||
<dd>Moderate patron comments. </dd>
|
||||
[% END %]
|
||||
|
@ -68,11 +68,6 @@
|
|||
[% IF ( CAN_user_tools_batch_upload_patron_images ) %]
|
||||
<dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
|
||||
<dd>Upload patron images in a batch or one at a time</dd>
|
||||
[% END %]
|
||||
|
||||
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
|
||||
<dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
|
||||
<dd>Manage Stock rotation rotas, rota stages and rota items</dd>
|
||||
[% END %]
|
||||
</dl>
|
||||
</div>
|
||||
|
@ -182,6 +177,11 @@
|
|||
<dd>Manage rotating collections</dd>
|
||||
[% END %]
|
||||
|
||||
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
|
||||
<dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
|
||||
<dd>Manage Stock rotation rotas, rota stages and rota items</dd>
|
||||
[% END %]
|
||||
|
||||
[% IF ( CAN_user_tools_marc_modification_templates ) %]
|
||||
<dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
|
||||
<dd>Manage templates for modifying MARC records during import.</dd>
|
||||
|
|
Loading…
Reference in a new issue