Browse Source

Minor - removing preview button.

Julio Montoya 10 years ago
parent
commit
08ba8c08c9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      main/chat/chat_message.php

+ 0 - 3
main/chat/chat_message.php

@@ -104,9 +104,6 @@ if ($sent) {
                                     <button id="send" type="submit" value="<?php echo get_lang('Send'); ?>" class="btn btn-primary">
                                         <?php echo get_lang('Send'); ?>
                                     </button>
-                                    <button id="preview" type="submit" value="<?php echo get_lang('Preview'); ?>" class="btn  ">
-                                        <?php echo get_lang('Preview'); ?>
-                                    </button>
                                 </div>
                             </td>
                         </tr>