|
@@ -151,9 +151,9 @@ include('header_frame.inc.php');
|
|
|
<input type="hidden" name="sent" value="1">
|
|
|
<table border="0" cellpadding="5" cellspacing="0" width="100%">
|
|
|
<tr>
|
|
|
- <td width="90%"><input type="text" name="message" size="50" value="" style="width: 100%;"></td>
|
|
|
- <td width="9%" nowrap="nowrap"><?php echo get_lang('Question'); ?> <input type="checkbox" name="question" value="1" style="vertical-align: middle;" onclick="javascript:if(this.checked == true && !confirm('<?php echo addslashes(htmlentities(get_lang('OnlyCheckForImportantQuestion'))); ?>')) this.checked=false; document.formMessage.message.focus();"></td>
|
|
|
- <td width="1%"><input type="submit" value="OK" style="width: 30px;"></td>
|
|
|
+ <td width="95%"><input type="text" name="message" size="50" value="" style="width: 100%;"></td>
|
|
|
+
|
|
|
+ <td width="5%"><input type="submit" value="OK" style="width: 30px;"></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</form>
|