| | |
| | | $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); |
| | |
| | | $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'; |
| | | ?> |
| | |
| | | $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'; |
| | | ?> |
| | |
| | | <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> |
| | | |