Wrapped active barcode in account prefs with a span
authorWilliam Rockwood <wrockwood@tadl.org>
Thu, 13 Jun 2013 20:48:02 +0000 (16:48 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Thu, 13 Jun 2013 20:48:02 +0000 (16:48 -0400)
- Used 'active_barcode' class to make barcode more identifiable

Signed-off-by: William Rockwood <wrockwood@tadl.org>
templates_tadlskin/opac/myopac/prefs.tt2

index bdbb147..e44ff74 100644 (file)
 
             <tr>
                 <td class='color_4 light_border'>[% l("Active Barcode") %]</td>
-                <td class='light_border'>[% ctx.user.card.barcode %]</td>
+                <td class='light_border'><span class="active_barcode">[% ctx.user.card.barcode %]</span></td>
                 <td></td>
             </tr>