public_html/layout/professional_css/profiles/contactuserform.thtml
branchHEAD
changeset 8487 e61a1038595a
parent 8069 d577fa397d82
     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}>&nbsp;{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}>&nbsp;{lang_cc_description}</dd>
    1.11  
    1.12        <dd class="description">{lang_nohtml}</dd>
    1.13      </dl>