LP#1982217: fix alignment of "Electronic resource" row in search results
authorJeff Davis <jeff.davis@bc.libraries.coop>
Thu, 16 Jun 2022 23:47:10 +0000 (16:47 -0700)
committerJeff Davis <jdavis@sitka.bclibraries.ca>
Mon, 24 Oct 2022 19:00:20 +0000 (12:00 -0700)
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2

index c46e1cd..56b923d 100755 (executable)
                                                 </tr>
                                             [% END %]
                                             [% FOR uri IN args.uris %]
-                                                <tr class='result_table_title_cell row'>
-                                                    <td valign='top'><strong>[% l('Electronic resource') %]</strong></td>
+                                                <tr >
+                                                    <td valign='top'><strong>[% l('Electronic resource:') %]</strong></td>
                                                     <td><a href="[% uri.href | html %]" class="uri_link" target="_blank">[% uri.link | html %]</a>[% ' - ' _ uri.note | html IF uri.note %]</td>
                                                 </tr>
                                             [% END %]