Lines 167-172
function confirm_items_deletion() {
Link Here
|
167 |
container: this, |
167 |
container: this, |
168 |
onclick: {fn: printBiblio } |
168 |
onclick: {fn: printBiblio } |
169 |
}); |
169 |
}); |
|
|
170 |
new YAHOO.widget.Button({ |
171 |
id: "view_marc", |
172 |
type: "link", |
173 |
label: "View marc", |
174 |
container: this, |
175 |
href: "/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]", |
176 |
rel: "gb_page_center[600,500]" |
177 |
}); |
170 |
[% IF ( CAN_user_reserveforothers ) %][% UNLESS ( norequests ) %] |
178 |
[% IF ( CAN_user_reserveforothers ) %][% UNLESS ( norequests ) %] |
171 |
[% IF ( holdfor ) %] |
179 |
[% IF ( holdfor ) %] |
172 |
// Create an array of YAHOO.widget.MenuItem configuration properties |
180 |
// Create an array of YAHOO.widget.MenuItem configuration properties |
173 |
- |
|
|