From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 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