Mark a string for i18n support in the TPAC
authorDan Scott <dan@coffeecode.net>
Wed, 17 Aug 2011 20:43:46 +0000 (16:43 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 17 Aug 2011 20:43:46 +0000 (16:43 -0400)
Even alt strings deserve translation support...

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/default/opac/results.tt2

index a49b2ec..d368a70 100644 (file)
@@ -38,7 +38,7 @@
                 [% IF ctx.mylist.size %]
                 <div class="results_header_btns cached_list_div">
                     <a href="[% ctx.opac_root; ctx.user ? '/myopac/lists' : '/mylist' %]"><img
-                        alt="View My List"
+                        alt="[% l('View My List') %]"
                         src="[% ctx.media_prefix %]/images/view_my_list.png"
                         onmouseover="this.src='[% ctx.media_prefix %]/images/view_my_list_hover.png';"
                         onmouseout="this.src='[% ctx.media_prefix %]/images/view_my_list.png';" /></a>