tbrehm
2010-09-28 1037f0a48456d7e19fb6491b53a3c70417a79ac8
Added a warning message to network config checkbox.
2 files modified
3 ■■■■ changed files
interface/web/admin/lib/lang/en_server_config.lng 1 ●●●● patch | view | raw | blame | history
interface/web/admin/templates/server_config_server_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/en_server_config.lng
@@ -74,4 +74,5 @@
$wb["php_ini_path_cgi_txt"] = 'CGI php.ini path';
$wb["php_ini_path_apache_txt"] = 'Apache php.ini path';
$wb["check_apache_config_txt"] = 'Test apache configuration on restart';
$wb["network_config_warning_txt"] = 'The network configuration option is only available for Debian and Ubuntu Servers. Do not enable this option if your network interface is not eth0.';
?>
interface/web/admin/templates/server_config_server_edit.htm
@@ -8,7 +8,7 @@
      <div class="ctrlHolder">
                <p class="label">{tmpl_var name='auto_network_configuration_txt'}</p>
                    <div class="multiField">
                        {tmpl_var name='auto_network_configuration'}
                        {tmpl_var name='auto_network_configuration'} {tmpl_var name='network_config_warning_txt'}
                    </div>
            </div>
      <div class="ctrlHolder">