Bug 19022: inventory location and author display
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / inventory.tt
index 6fcbff8..13359ad 100644 (file)
@@ -303,11 +303,13 @@ $(document).ready(function(){
             <td>[% result.itemcallnumber | html %]</td>
             <td>
                 [% Branches.GetName( result.homebranch ) %]
-                [% result.location | html %]
+                <span class="shelvingloc">[% result.location | html %]</span>
             </td>
             <td>
                 <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a>
-                <p>[% result.author | html %]</p>
+                [% IF ( result.author ) %]
+                    by <span class="author">[% result.author | html %]</span>
+                [% END %]
             </td>
             <td>
             [% result.notforloan | html %]