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/system_config_domains_edit.htm | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/interface/web/admin/templates/system_config_domains_edit.htm b/interface/web/admin/templates/system_config_domains_edit.htm index 9e4d09a..bc3b1ae 100644 --- a/interface/web/admin/templates/system_config_domains_edit.htm +++ b/interface/web/admin/templates/system_config_domains_edit.htm @@ -17,9 +17,7 @@ <div class="ctrlHolder"> <p class="label">{tmpl_var name='new_domain_txt'}</p> <div class="multiField"> - <textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px"> - {tmpl_var name='new_domain_html'} - </textarea> + <textarea name="new_domain_html" id="new_domain_html" style="width: 500px; height: 250px">{tmpl_var name='new_domain_html'}</textarea> </div> </div> </fieldset> -- Gitblit v1.9.1