projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2978cb
)
Wrapped active barcode in account prefs with a span
author
William Rockwood
<wrockwood@tadl.org>
Thu, 13 Jun 2013 20:48:02 +0000
(16:48 -0400)
committer
William 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
patch
|
blob
|
history
diff --git
a/templates_tadlskin/opac/myopac/prefs.tt2
b/templates_tadlskin/opac/myopac/prefs.tt2
index
bdbb147
..
e44ff74
100644
(file)
--- a/
templates_tadlskin/opac/myopac/prefs.tt2
+++ b/
templates_tadlskin/opac/myopac/prefs.tt2
@@
-123,7
+123,7
@@
<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>