From: Jeff Davis Date: Fri, 17 Feb 2017 21:24:47 +0000 (-0800) Subject: LP#1541559: remove non-functional sort on ebook API transaction details in My Account X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5d434b5757f7b5144fe4dadd5a4d094db7eb3cd0;p=working%2FEvergreen.git LP#1541559: remove non-functional sort on ebook API transaction details in My Account Signed-off-by: Jeff Davis --- diff --git a/Open-ILS/src/templates/opac/myopac/ebook_circs.tt2 b/Open-ILS/src/templates/opac/myopac/ebook_circs.tt2 index 4a75f23102..c07322374c 100644 --- a/Open-ILS/src/templates/opac/myopac/ebook_circs.tt2 +++ b/Open-ILS/src/templates/opac/myopac/ebook_circs.tt2 @@ -29,8 +29,8 @@ class="table_no_border_space table_no_cell_pad item_list_padding"> - [% sort_head("sort_title", l("Title")) %] - [% sort_head("author", l("Author")) %] + [% l("Title") %] + [% l("Author") %] [% l("Due Date") %] [% l("Actions") %] diff --git a/Open-ILS/src/templates/opac/myopac/ebook_holds.tt2 b/Open-ILS/src/templates/opac/myopac/ebook_holds.tt2 index f578a9fb9d..76bde68522 100644 --- a/Open-ILS/src/templates/opac/myopac/ebook_holds.tt2 +++ b/Open-ILS/src/templates/opac/myopac/ebook_holds.tt2 @@ -37,8 +37,8 @@ class="table_no_border_space table_no_cell_pad item_list_padding"> - [% sort_head("sort_title", l("Title")) %] - [% sort_head("author", l("Author")) %] + [% l("Title") %] + [% l("Author") %] [% l("Expire Date") %] [% l("Status") %] [% l("Actions") %] diff --git a/Open-ILS/src/templates/opac/myopac/ebook_holds_ready.tt2 b/Open-ILS/src/templates/opac/myopac/ebook_holds_ready.tt2 index b93bc95363..006c98620c 100644 --- a/Open-ILS/src/templates/opac/myopac/ebook_holds_ready.tt2 +++ b/Open-ILS/src/templates/opac/myopac/ebook_holds_ready.tt2 @@ -37,8 +37,8 @@ class="table_no_border_space table_no_cell_pad item_list_padding"> - [% sort_head("sort_title", l("Title")) %] - [% sort_head("author", l("Author")) %] + [% l("Title") %] + [% l("Author") %] [% l("Expire Date") %] [% l("Actions") %]