summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-otaker.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-22 16:39:46 +0000
committerlevinse <levinse>2011-05-22 16:39:46 +0000
commit73ccbbf60928661e385c826de893e6fd57c7e364 (patch)
treefe56370e2539971df08e7cc2403f224138951907 /httemplate/elements/tr-select-otaker.html
parent6e39b5fce608de6c2fa532439b58e83c548814c9 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/tr-select-otaker.html')
-rw-r--r--httemplate/elements/tr-select-otaker.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-select-otaker.html b/httemplate/elements/tr-select-otaker.html
index edf62dceb..4c4d0a194 100644
--- a/httemplate/elements/tr-select-otaker.html
+++ b/httemplate/elements/tr-select-otaker.html
@@ -1,6 +1,6 @@
<TR>
- <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
- <TD><% include('select-otaker.html', %opt) %></TD>
+ <TD ALIGN="right"><% $opt{'label'} || emt('Employee: ') %></TD>
+ <TD><& select-otaker.html, %opt &></TD>
</TR>
<%init>