From 78a9cd6f89912c31dd30f4ba979d252566a29eb5 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 09 Nov 2008 10:53:55 -0500 Subject: [PATCH] added iso-country table and integrated it into client form --- interface/web/client/templates/client_edit_address.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/client/templates/client_edit_address.htm b/interface/web/client/templates/client_edit_address.htm index a87e0ce..0bc2cb7 100644 --- a/interface/web/client/templates/client_edit_address.htm +++ b/interface/web/client/templates/client_edit_address.htm @@ -46,7 +46,7 @@ </span> <span class="wf_oneField"> <label for="country" class="wf_preField">{tmpl_var name='country_txt'}</label> - <input type="text" id="country" name="country" value="{tmpl_var name='country'}" size="30" maxlength="255"> + <select id="country" class="withicons" name="country">{tmpl_var name='country'}</select> </span> <span class="wf_oneField"> <label for="telephone" class="wf_preField">{tmpl_var name='telephone_txt'}</label> -- Gitblit v1.9.1