Followup Adding links to tools
This commit is contained in:
parent
d3ade9c202
commit
df27f137d1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function confirm_items_deletion() {
|
|||
{ 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 Record"), onclick: {fn: confirm_deletion }<!-- TMPL_IF NAME="count" -->,id:'disabled'<!-- /TMPL_IF --> },
|
||||
{ text: _("Delete all Items"), onclick: {fn: confirm_items_deletion } }
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue