Add format icons to myopac/circs
authorJeff Godin <jgodin@tadl.org>
Thu, 4 Apr 2013 21:03:14 +0000 (17:03 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 4 Apr 2013 21:03:14 +0000 (17:03 -0400)
Initial addition of format icons to myopac/circs.

Polishing welcome.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
templates_tadlskin/opac/myopac/circs.tt2

index 2577df5..3d274f6 100644 (file)
                         Author
                     </span>
                 </td>
+                <td style="padding-right:5px;" align="center">
+                    <span title="Click to sort" class='pointer'>Format
+                    </span>
+                </td>
                 <td width="8%" style="padding-right:5px;" align="center">
                     <span title="Click to sort" class='pointer'>Renews<br />Left
                     </span>
                             ) %]">[% attrs.author | html %]</a>
                             [% END %]
                         </td>
+                       <td>
+                            [% IF attrs.format_icon %]
+                            <img title="[% attrs.format_label | html %]" alt="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" />
+                            [% END %]
+                       </td>
                         <td width="8%" name="renewals" align="center" style="vertical-align:top;">
                             [% circ.circ.renewal_remaining %]
                         </td>