1.1 --- a/public_html/layout/professional_css/profiles/contactuserform.thtml Tue Jan 25 11:51:13 2011 -0500
1.2 +++ b/public_html/layout/professional_css/profiles/contactuserform.thtml Wed Feb 01 20:35:07 2012 -0500
1.3 @@ -19,8 +19,8 @@
1.4 <dt><label for="contactuserform-message">{lang_message}</label></dt>
1.5 <dd><textarea rows="10" cols="50" name="message" id="contactuserform-message">{message}</textarea></dd>
1.6
1.7 - <dt><label for="contactuserform-cc">{lang_cc}</label></dt>
1.8 - <dd><input type="checkbox" name="cc" id="contactuserform-cc" checked="checked"{xhtml}> {lang_cc_description}</dd>
1.9 + <dt{cc_enabled}><label for="contactuserform-cc">{lang_cc}</label></dt>
1.10 + <dd{cc_enabled}><input type="checkbox" name="cc" id="contactuserform-cc"{cc}{xhtml}> {lang_cc_description}</dd>
1.11
1.12 <dd class="description">{lang_nohtml}</dd>
1.13 </dl>