1.1 --- a/public_html/layout/professional/profiles/contactauthorform.thtml Sun Aug 09 10:33:39 2009 +0200
1.2 +++ b/public_html/layout/professional/profiles/contactauthorform.thtml Sun Oct 04 10:08:27 2009 +0200
1.3 @@ -23,14 +23,21 @@
1.4 </tr>
1.5 <tr>
1.6 <td class="alignright" style="vertical-align:top;"><b>{lang_shortmessage}:</b></td>
1.7 - <td><textarea name="shortmsg" rows="8" style="width:100%">{shortmsg}</textarea></td>
1.8 + <td><textarea name="shortmsg" rows="10" style="width:100%">{shortmsg}</textarea></td>
1.9 + </tr>
1.10 + <tr>
1.11 + <td class="alignright"><b>{lang_cc}</b></td>
1.12 + <td><input type="checkbox" name="cc" checked="checked"{xhtml}> {lang_cc_description}</td>
1.13 </tr>
1.14 {captcha}
1.15 <tr>
1.16 - <td colspan="2" class="warning aligncenter"><br{xhtml}>{lang_warning}<br{xhtml}><br{xhtml}>
1.17 - <input type="hidden" name="sid" value="{story_id}"{xhtml}>
1.18 - <input type="hidden" name="what" value="sendstory"{xhtml}>
1.19 - <input type="submit" value="{lang_sendmessage}"{xhtml}>
1.20 + <td colspan="2" class="warning aligncenter" style="padding-top:10px;">
1.21 + {lang_warning}
1.22 + <div style="padding:5px;">
1.23 + <input type="hidden" name="sid" value="{story_id}"{xhtml}>
1.24 + <input type="hidden" name="what" value="sendstory"{xhtml}>
1.25 + <input type="submit" value="{lang_sendmessage}"{xhtml}>
1.26 + </div>
1.27 </td>
1.28 </tr>
1.29 </table>