From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 11 Aug 2009 09:59:25 -0400 Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations. --- interface/web/client/templates/resellers_list.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/client/templates/resellers_list.htm b/interface/web/client/templates/resellers_list.htm index c8dc083..d332663 100644 --- a/interface/web/client/templates/resellers_list.htm +++ b/interface/web/client/templates/resellers_list.htm @@ -4,7 +4,7 @@ <div class="panel panel_list_clients"> <div class="pnl_toolsarea"> - <fieldset><legend>Tools</legend> + <fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend> <div class="buttons"> <button class="iconstxt icoAdd" type="button" onClick="loadContent('client/reseller_edit.php');"> <span>{tmpl_var name="add_new_record_txt"}</span> -- Gitblit v1.9.1