Added a warning message to network config checkbox.
| | |
| | | $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.'; |
| | | ?> |
| | |
| | | <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"> |