From 4a47667d9b6d56507c649bb6f98a9161ebce8df5 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Thu, 05 Jul 2012 08:37:27 -0400 Subject: [PATCH] added language vars for hardcoded <legend> headlines --- interface/web/dns/templates/dns_wizard.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dns/templates/dns_wizard.htm b/interface/web/dns/templates/dns_wizard.htm index 178c25d..51d9b76 100644 --- a/interface/web/dns/templates/dns_wizard.htm +++ b/interface/web/dns/templates/dns_wizard.htm @@ -8,7 +8,7 @@ <div class="panel panel_dns_wizard"> <div class="pnl_formsarea"> - <fieldset class="inlineLabels"><legend>DNS Zone</legend> + <fieldset class="inlineLabels"><legend><tmpl_var name="dns_zone_txt"></legend> <div class="ctrlHolder"> <label for="template_id">{tmpl_var name='template_id_txt'}</label> <select name="template_id" id="template_id" class="selectInput" onChange="submitForm('pageForm','dns/dns_wizard.php')"> -- Gitblit v1.9.1