[svn r10997] remove the question checkbox

skala
Julian Prud'homme 18 years ago
parent cb400b0ad4
commit 1e552857ce
  1. 6
      main/chat/chat_message.php

@ -151,9 +151,9 @@ include('header_frame.inc.php');
<input type="hidden" name="sent" value="1"> <input type="hidden" name="sent" value="1">
<table border="0" cellpadding="5" cellspacing="0" width="100%"> <table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr> <tr>
<td width="90%"><input type="text" name="message" size="50" value="" style="width: 100%;"></td> <td width="95%"><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="5%"><input type="submit" value="OK" style="width: 30px;"></td>
</tr> </tr>
</table> </table>
</form> </form>

Loading…
Cancel
Save