CC setting is now an admin option. Original patch provided by Rouslan Placella. (feature request #0001259)
2 <!-- profiles/contactauthorform.thtml { -->
4 {start_block_mailstory2friend}
5 <form action="{site_url}/profiles.php" method="post" id="contactauthorform" class="compact">
7 <div class="user_basic">
9 <dt><label for="contactauthorform-title">{lang_title}</label></dt>
12 <dt><label for="contactauthorform-from">{lang_fromname}</label></dt>
13 <dd><input type="text" size="30" maxlength="96" value="{name}" name="from" id="contactauthorform-from" class="text"{xhtml}></dd>
15 <dt><label for="contactauthorform-fromemail">{lang_fromemailaddress}</label></dt>
16 <dd><input type="text" size="30" maxlength="96" value="{email}" name="fromemail" id="contactauthorform-fromemail" class="text"{xhtml}></dd>
18 <dt><label for="contactauthorform-to">{lang_toname}</label></dt>
19 <dd><input type="text" size="30" maxlength="96" value="{toname}" name="to" id="contactauthorform-to" class="text"{xhtml}></dd>
21 <dt><label for="contactauthorform-toemail">{lang_toemailaddress}</label></dt>
22 <dd><input type="text" size="30" maxlength="96" value="{toemail}" name="toemail" id="contactauthorform-toemail" class="text"{xhtml}></dd>
24 <dt><label for="contactauthorform-shortmsg">{lang_shortmessage}</label></dt>
25 <dd><textarea rows="8" cols="50" name="shortmsg" id="contactauthorform-shortmsg">{shortmsg}</textarea></dd>
26 <dt{cc_enabled}><label for="contactauthorform-cc">{lang_cc}</label></dt>
27 <dd{cc_enabled}><input type="checkbox" name="cc" id="contactauthorform-cc"{cc}{xhtml}> {lang_cc_description}</dd>
33 <p class="description">{lang_warning}</p>
37 <input type="hidden" name="sid" value="{story_id}"{xhtml}>
38 <input type="hidden" name="what" value="sendstory"{xhtml}>
39 <input type="submit" value="{lang_sendmessage}" onclick="return postconfirm();" onkeypress="return postconfirm();" class="submit"{xhtml}>
46 <!-- } profiles/contactauthorform.thtml -->