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/sites/templates/web_domain_ssl.htm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/interface/web/sites/templates/web_domain_ssl.htm b/interface/web/sites/templates/web_domain_ssl.htm
index 9e86006..ffa5762 100644
--- a/interface/web/sites/templates/web_domain_ssl.htm
+++ b/interface/web/sites/templates/web_domain_ssl.htm
@@ -21,10 +21,12 @@
       	<label for="ssl_organisation_unit">{tmpl_var name='ssl_organisation_unit_txt'}</label>
         <input name="ssl_organisation_unit" id="ssl_organisation_unit" value="{tmpl_var name='ssl_organisation_unit'}" size="30" maxlength="255" type="text" class="textInput" />
 			</div>
-      <div class="ctrlHolder">
+		<div class="ctrlHolder">
       	<label for="ssl_country">{tmpl_var name='ssl_country_txt'}</label>
-        <input name="ssl_country" id="ssl_country" value="{tmpl_var name='ssl_country'}" size="2" maxlength="2" type="text" class="textInput" />
-			</div>
+        <select name="ssl_country" id="ssl_country" class="selectInput withicons">
+					{tmpl_var name='ssl_country'}
+				</select>
+      </div>
 	  <div class="ctrlHolder">
       	<label for="client_group_id">{tmpl_var name='ssl_domain_txt'}</label>
         <select name="ssl_domain" id="ssl_domain" class="selectInput">

--
Gitblit v1.9.1