| @@ -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 chatbot-shortcode-template-00"> | |
| 2 | + class="<?php echo esc_attr( $wp_chatbot_enable_rtl );?> wp-chatbot-shortcode-template-container chatbot-shortcode-template-00"> | |
| 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> |
| @@ -48,9 +46,9 @@ | ||
| 48 | 46 | <div class="wp-chatbot-footer"> |
| 49 | 47 | <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area"> |
| 50 | 48 | <input id="wp-chatbot-editor" class="wp-chatbot-editor" required="" placeholder="<?php echo esc_attr(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg')))); ?>" |
| 51 | 49 | > |
| 52 | - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><span class="dashicons dashicons-arrow-up-alt"></span></button> | |
| 50 | + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button> | |
| 53 | 51 | </div> |
| 54 | 52 | <!--wp-chatbot-editor-container--> |
| 55 | 53 | </div> |
| 56 | 54 | <!--wp-chatbot-footer--> |