Ticket #12 (new defect)

Opened 8 months ago

gettext find domain page

Reported by: lampacz@gmail.com Assigned to: shupp
Priority: trivial Milestone:
Component: templates Version:
Keywords: Cc:

Description

file "Framework/Module/Main/Templates/Default/find.tpl"

is: <a href="{$delete_url}">delete "{$domain}"</a> | <a href="{$edit_url}">edit "{$domain}"</a>

should be: <a href="{$delete_url}">{t}delete{/t} "{$domain}"</a> | <a href="{$edit_url}">{t}edit{/t} "{$domain}"</a>

is: <div class="box"><strong>Find Domain</strong></div> should be: <div class="box"><strong>{t}Find Domain{/t}</strong></div>