| @@ -1,8 +1,6 @@ | ||
| 1 | 1 | <div id="wp-chatbot-shortcode-template-container" |
| 2 | - class="<?php | |
| 3 | -if (!defined('ABSPATH')) exit; // Exit if accessed directly | |
| 4 | -echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container template-vertical"> | |
| 2 | + class="<?php echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container template-vertical"> | |
| 5 | 3 | <div class="wp-chatbot-product-container"> |
| 6 | 4 | <div class="wp-chatbot-product-details"> |
| 7 | 5 | <div class="wp-chatbot-product-image-col"> |
| 8 | 6 | <div id="wp-chatbot-product-image"></div> |
| @@ -60,13 +58,12 @@ | ||
| 60 | 58 | </div> |
| 61 | 59 | <!--wp-chatbot-ball-inner--> |
| 62 | 60 | <div class="wp-chatbot-footer"> |
| 63 | 61 | <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area"> |
| 64 | - | |
| 65 | 62 | <input id="wp-chatbot-editor" class="wp-chatbot-editor" required="" placeholder="<?php echo esc_attr( qcld_wpb_randmom_message_handle(maybe_unserialize(get_option('qlcd_wp_chatbot_send_a_msg'))) ); ?>" |
| 66 | 63 | > |
| 67 | 64 | <?php do_action('wpbot_voice_icon'); ?> |
| 68 | - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><i class="dashicons dashicons-email" aria-hidden="true"></i></button> | |
| 65 | + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><i class="fa fa-paper-plane" aria-hidden="true"></i></button> | |
| 69 | 66 | </div> |
| 70 | 67 | <!--wp-chatbot-editor-container--> |
| 71 | 68 | </div> |
| 72 | 69 | <!--wp-chatbot-footer--> |