LP#1541559: remove non-functional sort on ebook API transaction details in My Account
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Fri, 17 Feb 2017 21:24:47 +0000 (13:24 -0800)
committerKathy Lussier <klussier@masslnc.org>
Mon, 20 Feb 2017 23:54:38 +0000 (18:54 -0500)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/myopac/ebook_circs.tt2
Open-ILS/src/templates/opac/myopac/ebook_holds.tt2
Open-ILS/src/templates/opac/myopac/ebook_holds_ready.tt2

index 4a75f23..c073223 100644 (file)
@@ -29,8 +29,8 @@
             class="table_no_border_space table_no_cell_pad item_list_padding">
             <thead>
             <tr>
-                <th>[% sort_head("sort_title", l("Title")) %]</th>
-                <th>[% sort_head("author", l("Author")) %]</th>
+                <th>[% l("Title") %]</th>
+                <th>[% l("Author") %]</th>
                 <th>[% l("Due Date") %]</th>
                 <th>[% l("Actions") %]</th>
             </tr>
index f578a9f..76bde68 100644 (file)
@@ -37,8 +37,8 @@
             class="table_no_border_space table_no_cell_pad item_list_padding">
             <thead>
             <tr>
-                <th>[% sort_head("sort_title", l("Title")) %]</th>
-                <th>[% sort_head("author", l("Author")) %]</th>
+                <th>[% l("Title") %]</th>
+                <th>[% l("Author") %]</th>
                 <th>[% l("Expire Date") %]</th>
                 <th>[% l("Status") %]</th>
                 <th>[% l("Actions") %]</th>
index b93bc95..006c986 100644 (file)
@@ -37,8 +37,8 @@
             class="table_no_border_space table_no_cell_pad item_list_padding">
             <thead>
             <tr>
-                <th>[% sort_head("sort_title", l("Title")) %]</th>
-                <th>[% sort_head("author", l("Author")) %]</th>
+                <th>[% l("Title") %]</th>
+                <th>[% l("Author") %]</th>
                 <th>[% l("Expire Date") %]</th>
                 <th>[% l("Actions") %]</th>
             </tr>