Browse Source

Added style to the button chat DT#5496

Arthur Portugal 15 years ago
parent
commit
f7147be69a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/chat/chat_message.php

+ 1 - 1
main/chat/chat_message.php

@@ -275,7 +275,7 @@ if (!empty($course) && !empty($_user['user_id']))
         <textarea name="message" style="width: 320px; height: 35px" onkeydown="send_message(event);" onclick="javascript:insert_smile(this);"></textarea>
         </td>
         <td>
-        <input type="submit" value="<?php echo get_lang("Send"); ?>" class="background_submit">
+        <button type="submit" value="<?php echo get_lang("Send"); ?>" class="background_submit"><?php echo get_lang("Send"); ?></button>
         </td>
 	</tr>
     <tr>