@@ -, +, @@ - HTML4 encoding UCfirst fixed - Warning regardig large databases - Added javascript with warning if search terms are empty - Removed not used fields from search form - Changed wording from "Duplicate search" (Google: 15'000) to "Find duplicates" (Google: 576'000) --- .../prog/en/includes/acquisitions-menu.inc | 2 +- .../prog/en/modules/acqui/duplicatesearch.tt | 43 ++++++++++++-------- 2 files changed, 27 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc @@ -5,7 +5,7 @@ [% IF ( CAN_user_acquisition_budget_manage ) %]
  • Budgets
  • Funds
  • -
  • Duplicate Search
  • +
  • Duplicate finder
  • [% END %] [% IF ( CAN_user_parameters ) %]
  • Currencies
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicatesearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicatesearch.tt @@ -1,6 +1,6 @@ [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Acquisitions › Duplicate Search +Koha › Acquisitions › Duplicate finder [% INCLUDE 'doc-head-close.inc' %] @@ -21,14 +21,29 @@ $(function(){ [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - - + +
    -

    Duplicate Search

    +

    Duplicate finder

    +

    Please note that search can be slow on a large database.

    [% IF ( result ) %]
    @@ -46,8 +61,8 @@ $(function(){ [% END %] - Basket Name - Order Number + Basket name + Order number Summary Vendor @@ -63,7 +78,7 @@ $(function(){
    -

    Suggestion Search Results

    +

    Suggestion search results

    [% IF (numresults_sugg) %] [% INCLUDE 'table-pager.inc' perpage='10' %] @@ -89,7 +104,7 @@ $(function(){
    -

    Catalog Search Results

    +

    Catalog search results

    [% IF (numresults_bib) %] [% INCLUDE 'table-pager.inc' perpage='10' %] @@ -114,27 +129,21 @@ $(function(){ [% ELSE %] -

    No Result

    +

    Please enter search terms.

    [% END %]
    -
    +
    -

    Filter Results:

    +

    Find duplicates:

    1. -
    2. -
    3. -
    4. -
    5. -
    6. -
    Clear All
    --