Bugzilla – Attachment 127394 Details for
Bug 27741
Accessibility: Staff Client - Headings should have correct tags and hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27741: members folder
Bug-27741-members-folder.patch (text/plain), 29.12 KB, created by
Owen Leonard
on 2021-11-05 14:59:23 UTC
(
hide
)
Description:
Bug 27741: members folder
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-11-05 14:59:23 UTC
Size:
29.12 KB
patch
obsolete
>From d75e5c8968e1a9dd456f12ace040b66f2ce58a2a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 5 Nov 2021 14:01:04 +0000 >Subject: [PATCH] Bug 27741: members folder > >Bug 27631 corrected the <h1> tags in each of the pages in the staff >client. This bug deals with correcting the hierarchy of each of the >other headings. > >To test: >1) Apply patch and dependencies >2) Go to each of the pages and check the headings under <h1> are in the > correct order and hierarchy > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/members/boraccount.tt | 6 +- > .../prog/en/modules/members/housebound.tt | 6 +- > .../en/modules/members/member-password.tt | 5 +- > .../prog/en/modules/members/member.tt | 4 +- > .../prog/en/modules/members/memberentrygen.tt | 2 +- > .../prog/en/modules/members/members-update.tt | 6 +- > .../prog/en/modules/members/merge-patrons.tt | 6 +- > .../en/modules/members/moremember-brief.tt | 2 +- > .../prog/en/modules/members/moremember.tt | 61 ++++++++----------- > .../prog/en/modules/members/paycollect.tt | 2 +- > 10 files changed, 47 insertions(+), 53 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 9232cb369c..67e41c8245 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -181,7 +181,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="issuePayoutLabel">Issue payout</h4> >+ <h2 class="modal-title" id="issuePayoutLabel">Issue payout</h2> > </div> > <div class="modal-body"> > [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %] >@@ -235,7 +235,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="issueRefundLabel">Issue refund</h4> >+ <h2 class="modal-title" id="issueRefundLabel">Issue refund</h2> > </div> > <div class="modal-body"> > [% IF Koha.Preference('UseCashRegisters') && ( registers.size == 0 ) %] >@@ -292,7 +292,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="applyDiscountLabel">Apply discount</h4> >+ <h2 class="modal-title" id="applyDiscountLabel">Apply discount</h2> > </div> > <div class="modal-body"> > <fieldset class="rows"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >index ba42146359..488da8b9dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >@@ -115,7 +115,7 @@ > > <!-- Create or edit housebound_profile --> > [% IF ( method == 'update_or_create' ) %] >- <h4>Manage housebound profile</h4> >+ <h2>Manage housebound profile</h2> > <form id="editform" method="post" name="editform" > action="/cgi-bin/koha/members/housebound.pl"> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" /> >@@ -252,7 +252,7 @@ > > <!-- Create or edit housebound_visit --> > [% ELSIF ( method == 'visit_update_or_create' ) %] >- <h4>Manage housebound deliveries</h4> >+ <h3>Manage housebound deliveries</h3> > <form name="form" id="instance_form" method="post" > action="/cgi-bin/koha/members/housebound.pl"> > [% IF ( visit ) %] >@@ -384,7 +384,7 @@ > <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber | html %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a> > </div> > <div> >- <h3>Deliveries</h3> >+ <h2>Deliveries</h2> > [% housebound_visits = housebound_profile.housebound_visits %] > [% IF housebound_visits.size > 0 %] > <table border="0" width="100%" cellpadding="3" cellspacing="0"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >index 5ac441814b..64d0624f71 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >@@ -44,6 +44,7 @@ > > [% INCLUDE 'members-toolbar.inc' %] > >+<h1>Patron password</h1> > [% IF ( newpassword ) %] > <h1>Password updated</h1> > >@@ -54,7 +55,7 @@ > <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" /> > [% IF ( errormsg ) %] > <div class="dialog alert"> >- <h4>The following errors have occurred:</h4> >+ <h2>The following errors have occurred:</h2> > <ul> > [% IF ( BADUSERID ) %] > <li>You have entered a username that already exists. Please choose another one.</li> >@@ -82,7 +83,7 @@ > [% END %] > > >- <fieldset class="brief"><legend><h1>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h1></legend> >+ <fieldset class="brief"><legend><h2>Change username and/or password for [% patron.firstname | html %] [% patron.surname | html %]</h2></legend> > <ol> > <li><label for="newuserid">New username:</label> > <input type="hidden" name="member" value="[% patron.borrowernumber | html %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid | html %]" /></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index b7474323f8..7304819f5a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -69,7 +69,7 @@ > [% END %] > > <div id="searchresults"> >- <h3>Patrons found for: <span id="searchpattern">[% IF searchmember %] for '[% searchmember | html %]'[% END %]</span></h3> >+ <h2>Patrons found for: <span id="searchpattern">[% IF searchmember %] for '[% searchmember | html %]'[% END %]</span></h2> > [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %] > <div class="searchheader fh-fixedHeader" id="searchheader"> > <div> >@@ -134,7 +134,7 @@ > <form method="get" id="searchform"> > <input type="hidden" id="firstletter_filter" value="" /> > <fieldset class="brief"> >- <h3>Search patrons</h3> >+ <h2>Search patrons</h2> > <ol> > <li> > <label for="searchmember_filter">Search for:</label> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 39f1e5f2a8..1a087d99bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -128,7 +128,7 @@ legend:hover { > > [% IF ( check_member ) %] > <div class="dialog alert"> >- <h3>Duplicate patron record?</h3> >+ <h2>Duplicate patron record?</h2> > <p><a class="popup_patronview" href="/cgi-bin/koha/members/moremember.pl?print=brief&borrowernumber=[% check_member | uri %]"><i class="fa fa-window-restore"></i> View existing record</a></p> > <button id="duplicate" type="submit" class="new"> <i class="fa fa-pencil"></i> It is a duplicate. Edit existing record </button> > <button type="submit" id="not-duplicate" class="new"> <i class="fa fa-plus"></i> Not a duplicate. Save as new record </button> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index 9a254c866c..9bbb41297c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -114,7 +114,7 @@ > <div id="pending_updates"> > [% FOREACH pm IN PendingModifications %] > [% SET borrowernumber = pm.borrowernumber %] >- <h3 class="panel-header" id="panel-header-[% pm.borrowernumber | html %]"><a href="#panel_modify_[% pm.borrowernumber | uri %]">[% borrowers.$borrowernumber.surname | html %][% IF ( borrowers.$borrowernumber.firstname ) %], [% borrowers.$borrowernumber.firstname | html %][% END %] - [% Categories.GetName( borrowers.$borrowernumber.categorycode ) | html %] ([% Branches.GetName( borrowers.$borrowernumber.branchcode ) | html %]) ([% borrowers.$borrowernumber.cardnumber | html %]) - Requested on [% pm.timestamp | $KohaDates with_hours = 1 %]</a></h3> >+ <h2 class="panel-header" id="panel-header-[% pm.borrowernumber | html %]"><a href="#panel_modify_[% pm.borrowernumber | uri %]">[% borrowers.$borrowernumber.surname | html %][% IF ( borrowers.$borrowernumber.firstname ) %], [% borrowers.$borrowernumber.firstname | html %][% END %] - [% Categories.GetName( borrowers.$borrowernumber.categorycode ) | html %] ([% Branches.GetName( borrowers.$borrowernumber.branchcode ) | html %]) ([% borrowers.$borrowernumber.cardnumber | html %]) - Requested on [% pm.timestamp | $KohaDates with_hours = 1 %]</a></h2> > <div id="panel_modify_[% pm.borrowernumber | html %]"> > <div class="btn-toolbar"> > <input type="radio" id="approve_modify_[% pm.borrowernumber | html %]" name="modify_[% pm.borrowernumber | html %]" value="approve" /> >@@ -130,7 +130,7 @@ > > [% IF borrowers.$borrowernumber.gonenoaddress > 0 %] > <div class="dialog message" style="margin-top:.8em"> >- <h4>Patron's address in doubt</h4> >+ <h2>Patron's address in doubt</h2> > <p>The <strong>Gone no address</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p> > <input type="checkbox" id="unset_gna_[% pm.borrowernumber | html %]" name="unset_gna_[% pm.borrowernumber | html %]" value="unset_gna_[% pm.borrowernumber | html %]"/> > <label for="unset_gna_[% pm.borrowernumber | html %]">Unset Gone no address for this patron</label> >@@ -172,7 +172,7 @@ > [% END %] > [% IF borrowers.$borrowernumber.modified_attributes %] > <div class="members-update-table"> >- <h4>[% PROCESS display_names field='extended_attributes' %]</h4> >+ <h2>[% PROCESS display_names field='extended_attributes' %]</h2> > <table> > <tr> > <th>Field</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >index b34420eb67..b1b5910a75 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >@@ -150,7 +150,7 @@ > [% END %] > </form> > [% ELSIF action == 'merge' %] >- <h4>Results</h4> >+ <h2>Results</h2> > [% IF error %] > [% IF error == 'INVALID_KEEPER' %] > <div class="dialog alert">Merge failed! The patron to keep was invalid.</div> >@@ -167,7 +167,7 @@ > [% FOREACH pair IN results.merged.pairs %] > [% SET patron = pair.value.patron %] > >- <h5>[% INCLUDE 'patron-title.inc' %]</h5> >+ <h3>[% INCLUDE 'patron-title.inc' %]</h3> > > [% FOREACH r IN pair.value.updated.pairs %] > [% SET name = r.key %] >@@ -197,7 +197,7 @@ > <div class="modal-content"> > <div class="modal-header"> > <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> >- <h4 class="modal-title" id="compareModalLabel">Compare patrons for merging</h4> >+ <h2 class="modal-title" id="compareModalLabel">Compare patrons for merging</h2> > </div> > <div class="modal-body"> > <div class="compare"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >index 96b724eee5..7ec7a92067 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >@@ -64,7 +64,7 @@ > > <div class="col-xs-6"> > <div id="patron-library-details"> >- <h3>Library use</h3> >+ <h2>Library use</h2> > <div class="rows"> > <ol> > <li><span class="label">Card number: </span>[% patron.cardnumber | html %]</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 455ff0f567..147615e6aa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -55,29 +55,35 @@ > <div class="col-sm-10 col-sm-push-2"> > <main> > >- > [% INCLUDE 'members-toolbar.inc' %] > >+ <h1> >+ [% UNLESS ( I ) %] >+ [% patron.title | html %] [% patron.firstname | html %] >+ [% END %] >+ [% patron.surname | html %] ([% patron.cardnumber | html %]) >+ </h1> >+ > [% IF ( error ) %] > <div class="dialog alert"> > [% IF ( error == 'CANT_DELETE_STAFF' ) %] >- <h3>Unable to delete staff user</h3> >+ <h2>Unable to delete staff user</h2> > <p>Insufficient privileges.</p> > [% END %] > [% IF ( error == 'CANT_DELETE_YOURSELF' ) %] >- <h3>Not allowed to delete own account</h3> >+ <h2>Not allowed to delete own account</h2> > <p>Deleting your own account would lock you out of Koha.</p> > [% END %] > [% IF ( error == 'CANT_DELETE_OTHERLIBRARY' ) %] >- <h3>Unable to delete patrons from other libraries with current settings</h3> >+ <h2>Unable to delete patrons from other libraries with current settings</h2> > <p>Insufficient privileges.</p> > [% END %] > [% IF ( error == 'CANT_DELETE_ANONYMOUS_PATRON' ) %] >- <h3>Unable to delete patron that is set as AnonymousPatron</h3> >+ <h2>Unable to delete patron that is set as AnonymousPatron</h2> > <p>This patron cannot be deleted while set as AnonymousPatron in the system preferences.</p> > [% END %] > [% IF ( error == 'CANT_DELETE' ) %] >- <h3>Unable to delete patron</h3> >+ <h2>Unable to delete patron</h2> > <p>Insufficient privileges.</p> > [% END %] > </div> >@@ -85,13 +91,6 @@ > > <div class="row"> > >- <h3> >- [% UNLESS ( I ) %] >- [% patron.title | html %] [% patron.firstname | html %] >- [% END %] >- [% patron.surname | html %] ([% patron.cardnumber | html %]) >- </h3> >- > [% IF ( was_renewed ) %] > <div class="dialog message"> > Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %] >@@ -102,18 +101,12 @@ > [% INCLUDE 'patron_messages.inc' %] > </div> > >- <h1> >- [% UNLESS ( I ) %] >- [% patron.title | html %] [% patron.firstname | html %] >- [% END %] >- [% patron.surname | html %] ([% patron.cardnumber | html %]) >- </h1> > <div class="col-sm-6"> > > <div id="patron-information" class="patroninfo-section"> > > <div class="patroninfo-heading"> >- <h3>Contact information</h3> >+ <h2>Contact information</h2> > [% IF ( guarantor.borrowernumber ) %] > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=1&guarantorid=[% guarantor.borrowernumber | html %]"><i class="fa fa-pencil"></i> Edit</a> > [% ELSE %] >@@ -267,12 +260,12 @@ > <div id="manage-patron-image" class="patroninfo-section"> > [% IF ( patron.image ) %] > <div class="patroninfo-heading"> >- <h3>Manage patron image</h3> >+ <h2>Manage patron image</h2> > <a class="btn btn-default btn-xs" id="show-picture-upload" href="#"><i class="fa fa-pencil"></i> Edit</a> > </div> > [% ELSE %] > <div class="patroninfo-heading"> >- <h3>Upload patron image</h3> >+ <h2>Upload patron image</h2> > <a class="btn btn-default btn-xs" id="show-picture-upload" href="#"><i class="fa fa-plus"></i> Add</a> > </div> > [% END %] >@@ -306,7 +299,7 @@ > <div id="houseboundroles" class="patroninfo-section"> > [% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %] > <div class="patroninfo-heading"> >- <h3>Housebound roles</h3> >+ <h2>Housebound roles</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=7"><i class="fa fa-pencil"></i> Edit</a> > </div> > <div class="rows"> >@@ -331,7 +324,7 @@ > </div> > [% ELSE %] > <div class="patroninfo-heading"> >- <h3>Housebound roles</h3> >+ <h2>Housebound roles</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=7"><i class="fa fa-plus"></i> Add</a> > </div> > [% END %] >@@ -343,7 +336,7 @@ > <div id="patron-extended-attributes" class="patroninfo-section"> > [% IF ( attributes_loop ) %] > <div class="patroninfo-heading"> >- <h3>Additional attributes and identifiers</h3> >+ <h2>Additional attributes and identifiers</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=4"><i class="fa fa-pencil"></i> Edit</a> > </div> > [% FOREACH attribute IN attributes_loop %] >@@ -352,7 +345,7 @@ > [% ELSE %] > <div id="aai" class="rows"> > [% END %] >- <h4>[% attribute.lib | html %]</h4> >+ <h2>[% attribute.lib | html %]</h2> > <ol> > [% FOREACH item IN attribute.items %] > <li> >@@ -367,7 +360,7 @@ > </div> > [% ELSE %] > <div class="patroninfo-heading"> >- <h3>Additional attributes and identifiers</h3> >+ <h2>Additional attributes and identifiers</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=4"><i class="fa fa-plus"></i> Add</a> > </div> > [% END %] >@@ -378,7 +371,7 @@ > [% IF ( EnhancedMessagingPreferences ) %] > <div id="patron-messaging-prefs" class="patroninfo-section"> > <div class="patroninfo-heading"> >- <h3>Patron messaging preferences</h3> >+ <h2>Patron messaging preferences</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=5"><i class="fa fa-pencil"></i> Edit</a> > </div> > [% INCLUDE 'messaging-preference-form.inc' %] >@@ -404,7 +397,7 @@ > <div class="col-sm-6"> > <div id="patron-library-details" class="patroninfo-section"> > <div class="patroninfo-heading"> >- <h3>Library use</h3> >+ <h2>Library use</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=3"><i class="fa fa-pencil"></i> Edit</a> > </div> > <div class="rows"> >@@ -536,7 +529,7 @@ > <div id="patron-alternate-address" class="patroninfo-section"> > [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %] > <div class="patroninfo-heading"> >- <h3>Alternate address</h3> >+ <h2>Alternate address</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=6"><i class="fa fa-pencil"></i> Edit</a> > </div> > <div class="address"> >@@ -570,7 +563,7 @@ > </div> > [% ELSE %] > <div class="patroninfo-heading"> >- <h3 class="inline">Alternate address</h3> >+ <h2 class="inline">Alternate address</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=6"><i class="fa fa-plus"></i> Add</a> > </div> > [% END %] >@@ -579,7 +572,7 @@ > <div id="patron-alternative-contact" class="patroninfo-section"> > [% IF ( patron.altcontactsurname || patron.altcontactfirstname || patron.altcontactaddress1 || patron.altcontactaddress2 || patron.altcontactaddress3 || patron.altcontactstate || patron.altcontactzipcode || patron.altcontactcountry || patron.altcontactphone ) %] > <div class="patroninfo-heading"> >- <h3>Alternative contact</h3> >+ <h2>Alternative contact</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=2"><i class="fa fa-pencil"></i> Edit</a> > </div> > <div class="rows"> >@@ -643,7 +636,7 @@ > </div> [% # /div.rows %] > [% ELSE %] > <div class="patroninfo-heading"> >- <h3>Alternative contact</h3> >+ <h2>Alternative contact</h2> > <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=2"><i class="fa fa-plus"></i> Add</a> > </div> > [% END %] >@@ -652,7 +645,7 @@ > [% IF Koha.Preference('EnableBorrowerFiles') %] > <div id="patron-files" class="patroninfo-section"> > <div class="patroninfo-heading"> >- <h3>Files</h3> >+ <h2>Files</h2> > <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/files.pl?borrowernumber=[% patron.borrowernumber | uri %]"><i class="fa fa-list"></i> Manage</a> > > [% IF ( files ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index 8f3f3ce813..09e13cd480 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -357,7 +357,7 @@ > <div class="modal-dialog"> > <div class="modal-content"> > <div class="modal-header"> >- <h3>The amount collected is more than the outstanding charge</h3> >+ <h2>The amount collected is more than the outstanding charge</h2> > </div> > <div class="modal-body"> > <p>The amount collected from the patron is higher than the amount to be paid.</p> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27741
:
120192
|
120193
|
120194
|
120195
|
120197
|
120198
|
121344
|
121346
|
121347
|
121348
|
121349
|
121350
|
121351
|
121357
|
121358
|
121365
|
121400
|
121402
|
121403
|
121404
|
121509
|
121510
|
121521
|
121534
|
121560
|
121622
|
121642
|
121643
|
121644
|
121645
|
121646
|
121699
|
121700
|
121701
|
122018
|
127369
|
127370
|
127371
|
127372
|
127373
|
127374
|
127375
|
127376
|
127377
|
127378
|
127379
|
127380
|
127381
|
127382
|
127383
|
127384
|
127385
|
127386
|
127387
|
127388
|
127389
|
127390
|
127391
|
127392
|
127393
| 127394 |
127395