ftimme
2011-10-19 de6ba6a667dea1f16672e3472252dc62cebcb4d8

4 files modified
7 ■■■■ changed files
interface/web/dns/dns_import.php 1 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/de.lng 1 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en.lng 2 ●●● patch | view | raw | blame | history
interface/web/dns/templates/dns_import.htm 3 ●●●● patch | view | raw | blame | history
interface/web/dns/dns_import.php
@@ -522,6 +522,7 @@
$app->tpl->setVar('error',$error);
$app->tpl->setVar("title",'Import Zone Files');
$app->tpl->setVar("zonefile_to_import_txt",$app->lng('zonefile_to_import_txt'));
$lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_dns_wizard.lng';
include($lng_file);
interface/web/dns/lib/lang/de.lng
@@ -19,4 +19,5 @@
$wb['Templates'] = 'Vorlagen';
$wb['zone_file_successfully_imported_txt'] = 'Die Zone-Datei ist erfolgreich importiert worden!';
$wb['error_no_valid_zone_file_txt'] = 'Es scheint, als ob dies keine gültige Zone-Datei ist!';
$wb['zonefile_to_import_txt'] = 'Zone-Datei';
?>
interface/web/dns/lib/lang/en.lng
@@ -20,5 +20,5 @@
$wb['Templates'] = 'Templates';
$wb['zone_file_successfully_imported_txt'] = 'The zone file has successfully been imported!';
$wb['error_no_valid_zone_file_txt'] = 'This appears to be no valid zone file!';
$wb['zonefile_to_import_txt'] = 'Zone File';
?>
interface/web/dns/templates/dns_import.htm
@@ -28,7 +28,8 @@
            <input name="domain" id="domain" value="{tmpl_var name='domain'}" size="30" maxlength="255" type="text" class="textInput" onkeydown="keydown(event.which);" />
                </div>
      <div class="ctrlHolder" style="margin-left:0px;left:0px;padding-left:0px;">
      <div class="ctrlHolder"">
            <label for="file">{tmpl_var name='zonefile_to_import_txt'}</label>
          <input name="file" id="file" size="30" type="file" class="fileUpload" />
      </div>