@@ -, +, @@ patron is suspected - Attempt to save a new patron with details matching an existing patron in order to trigger the duplicate patron warning. - Confirm that the resulting dialog is styled correctly. - Confirm the behavior of both the 'Edit existing' and 'Save as new' buttons. --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1203,6 +1203,7 @@ div.alert strong { border-left-color: #666; margin : .4em; padding : .4em; + white-space: pre-line; } .dialog button:hover { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -206,16 +206,18 @@ function select_user(borrowernumber, borrower) { [% IF ( check_member ) %]

Duplicate patron record?

-

View existing record

+

View existing record

- +
- +
[% END %] --