I can see in customer/search.tpl where the "Search" label is included.
<TD width="20"></TD>
<TD class="TopLabel">{$lng.lbl_search}:</TD>
<TD valign="middle">
I presume I have to make a short tpl file with this table in it and substitute my own $lng.lbl_busnumber and then include that in Head.tpl where the search box was.
But how do I make this label (like where are these labels stored) and where do I put it?
Sorry, I know nothing about this stuff.
|