From 6db27748d01ef709bf61a35314a56c565545bb7f Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 11 Jun 2012 06:35:30 -0400 Subject: [PATCH] - Added CC and BCC senders to mail function. - Bugfix: changed "Return-Path: $form" to Return-Path: $from. --- interface/web/admin/templates/server_config_rescue_edit.htm | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/templates/server_config_rescue_edit.htm b/interface/web/admin/templates/server_config_rescue_edit.htm index ccb9408..99cbf79 100644 --- a/interface/web/admin/templates/server_config_rescue_edit.htm +++ b/interface/web/admin/templates/server_config_rescue_edit.htm @@ -12,9 +12,9 @@ </div> </div> <div class="ctrlHolder"> - <p class="label" style="width:300px">{tmpl_var name='do_not_try_rescue_apache_txt'}</p> + <p class="label" style="width:300px">{tmpl_var name='do_not_try_rescue_httpd_txt'}</p> <div class="multiField" style="width:100px"> - {tmpl_var name='do_not_try_rescue_apache'} + {tmpl_var name='do_not_try_rescue_httpd'} </div> </div> <div class="ctrlHolder"> @@ -31,8 +31,7 @@ </div> </fieldset> - Information: If you want to shut down mysql you have to disable "rescue mysql" and then wait 2-3 minutes.<br> - if you do not wait 2-3 minutes, rescue will try to restart mysql! + <tmpl_var name="rescue_description_txt"> <input type="hidden" name="id" value="{tmpl_var name='id'}"> -- Gitblit v1.9.1