Browse Source

[svn r10997] remove the question checkbox

Julian Prud'homme 18 years ago
parent
commit
1e552857ce
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/chat/chat_message.php

+ 3 - 3
main/chat/chat_message.php

@@ -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'); ?>&nbsp;<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>