@@ -, +, @@ --- .../prog/en/modules/members/memberentrygen.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -290,8 +290,8 @@ $(document).ready(function() { [% END # hide fieldset %] [% IF ( showguarantor ) %] -
- Guarantor information +
+ Guarantor information
    [% IF ( P ) %] [% IF ( guarantorid ) %] @@ -808,8 +808,8 @@ $(document).ready(function() { [% END # hide fieldset %][% END %] [% UNLESS ( opadd || opduplicate ) %] -
    - Patron account flags +
    + Patron account flags
      [% FOREACH flagloo IN flagloop %]
    -
    - Patron restrictions +
    + Patron restrictions [% IF ( debarments ) %] @@ -878,7 +878,7 @@ $(document).ready(function() {

    Add manual restriction

    - Add manual restriction + Add manual restriction
    1. @@ -897,12 +897,12 @@ $(document).ready(function() { [% IF ( step_4 ) %][% IF ( ExtendedPatronAttributes ) %][% UNLESS ( no_patron_attribute_types ) %]
      - Additional attributes and identifiers + Additional attributes and identifiers [% FOREACH pa_loo IN patron_attributes %] [% IF pa_loo.class %]
      - [% pa_loo.lib %] + [% pa_loo.lib %] [% END %]
        [% FOREACH patron_attribute IN pa_loo.items %] --