From 1d599f441b82eb4ba4c8f6a0062eba79c21184bb Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Fri, 17 Feb 2017 13:24:47 -0800 Subject: [PATCH] LP#1541559: remove non-functional sort on ebook API transaction details in My Account Signed-off-by: Jeff Davis Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/myopac/ebook_circs.tt2 | 4 ++-- Open-ILS/src/templates/opac/myopac/ebook_holds.tt2 | 4 ++-- Open-ILS/src/templates/opac/myopac/ebook_holds_ready.tt2 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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") %] -- 2.43.2