1 <form name=
"message_settings" action=
"index.php" method=
"post">
2 <input type=
"hidden" name=
"tab" value=
"settings" />
3 <input type=
"hidden" name=
"sesskey" value=
"<?php echo sesskey() ?>" />
6 <table cellpadding
="5" align
="center" class="message_form">
9 <td align
="right"><input type
="checkbox" name
="showmessagewindow" alt
="<?php print_string('showmessagewindow', 'message') ?>" <?php
echo $cbshowmessagewindow ?> /></td>
10 <td colspan=
"2"><?php print_string('showmessagewindow', 'message') ?></td>
13 <td align=
"right"><input type=
"checkbox" name=
"blocknoncontacts" alt=
"<?php print_string('blocknoncontacts', 'message') ?>" <?php
echo $cbblocknoncontacts ?> /></td>
14 <td colspan=
"2"><?php print_string('blocknoncontacts', 'message') ?></td>
17 <td align=
"right"><input type=
"checkbox" name=
"beepnewmessage" alt=
"<?php print_string('beepnewmessage', 'message') ?>" <?php
echo $cbbeepnewmessage ?> /></td>
18 <td colspan=
"2"><?php print_string('beepnewmessage', 'message') ?></td>
21 <td align=
"right"><input type=
"checkbox" name=
"usehtmleditor" alt=
"<?php print_string('htmleditor') ?>" <?php
echo $cbusehtmleditor ?> /></td>
22 <td colspan=
"2"><?php print_string('htmleditor') ?></td>
27 <td><input type=
"checkbox" name=
"emailmessages" alt=
"<?php print_string('emailmessages', 'message') ?>" <?php
echo $cbemailmessages ?> /></td>
28 <td colspan=
"2"><?php print_string('emailmessages', 'message') ?></td>
32 <td align=
"right"><?php print_string('formorethan', 'message') ?>:
</td>
33 <td><input type=
"text" name=
"emailtimenosee" size=
"2" value=
"<?php echo $txemailtimenosee ?>" alt
="<?php print_string('timenosee', 'message') ?>" /> <?php
print_string('mins') ?></td>
38 <td align=
"right"><?php print_string('email') ?>:
</td>
39 <td><input type=
"text" name=
"emailaddress" size=
"20" value=
"<?php echo $txemailaddress ?>" alt
="<?php print_string('email') ?>" /></td
>
43 <td align
="right"><?php
print_string('format') ?>:
</td>
44 <td><?php echo $format_select ?>
49 <td colspan=
"3" align=
"center"><br /><input type=
"submit" value=
"<?php print_string('savemysettings', 'message') ?>" /></td
>