@@ -, +, @@ - Log in to the OPAC as a patron with checkouts. - On the "Your summary" page, enter some text into a field in the "Notes" column of the checkouts table. - Upon typing in the field a button should appear, "Submit note." - The button should be styled as a green button. - Submit the note. - Make a change to the text in the field. A button should appear, "Submit changes." It should also be styled correctly. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -404,8 +404,8 @@ [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] - - Edit / Create note + + [% END %] --