follow-up: trailing " that makes T::T fail
This commit is contained in:
parent
f1d46529f9
commit
eefa6147a2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function update_child() {
|
||||||
{ text: _("Renew Patron"), onclick: { fn: confirm_reregistration } },
|
{ text: _("Renew Patron"), onclick: { fn: confirm_reregistration } },
|
||||||
{ text: _("Set Permissions"), url: "/cgi-bin/koha/members/member-flags.pl?member=[% borrowernumber %]"[% UNLESS CAN_user_permissions %], disabled: true[% END %]},
|
{ text: _("Set Permissions"), url: "/cgi-bin/koha/members/member-flags.pl?member=[% borrowernumber %]"[% UNLESS CAN_user_permissions %], disabled: true[% END %]},
|
||||||
{ text: _("Delete"), [% UNLESS CAN_user_borrowers %]disabled: true, [% END %] onclick: { fn: confirm_deletion } },
|
{ text: _("Delete"), [% UNLESS CAN_user_borrowers %]disabled: true, [% END %] onclick: { fn: confirm_deletion } },
|
||||||
{ text: _("Update Child to Adult Patron") , onclick: { fn: update_child }[% UNLESS is_child" %], disabled: true[% END %]}
|
{ text: _("Update Child to Adult Patron") , onclick: { fn: update_child }[% UNLESS is_child %], disabled: true[% END %]}
|
||||||
];
|
];
|
||||||
|
|
||||||
new YAHOO.widget.Button({
|
new YAHOO.widget.Button({
|
||||||
|
|
Loading…
Reference in a new issue