Adding links to Attach Items (moveitem.pl) and to batchMod.pl
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
b459a5df5c
commit
d3ade9c202
2 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,7 @@ function confirm_items_deletion() {
|
|||
var editmenu = [
|
||||
{ text: _("Edit Record"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&frameworkcode=&op=" },
|
||||
{ text: _("Edit Items"), url: "/cgi-bin/koha/cataloguing/additem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" },
|
||||
{ text: _("Attach Item"), url: "/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" },
|
||||
{ text: _("Edit as New (Duplicate)"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&frameworkcode=&op=duplicate" },
|
||||
{ text: _("Delete Record"), onclick: {fn: confirm_deletion }<!-- TMPL_IF NAME="count" -->,id:'disabled'<!-- /TMPL_IF --> }
|
||||
{ text: _("Delete all Items"), onclick: {fn: confirm_items_deletion } }
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<!-- TMPL_IF NAME="CAN_user_tools_inventory" -->
|
||||
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_inventory" -->
|
||||
<li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch modification of items</a></li>
|
||||
<!--/TMPL_IF-->
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_stage_marc_import" -->
|
||||
<li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">MARC Import (staging)</a></li>
|
||||
<!-- /TMPL_IF -->
|
||||
|
|
Loading…
Reference in a new issue