| @@ -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-02"> | |
| 2 | + class="<?php echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container chatbot-shortcode-template-02"> | |
| 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> |
| @@ -63,9 +61,9 @@ | ||
| 63 | 61 | <div class="wp-chatbot-footer"> |
| 64 | 62 | <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area"> |
| 65 | 63 | <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')))); ?>" |
| 66 | 64 | > |
| 67 | - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'chatbot'); ?></button> | |
| 65 | + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button> | |
| 68 | 66 | </div> |
| 69 | 67 | <!--wp-chatbot-editor-container--> |
| 70 | 68 | </div> |
| 71 | 69 | <!--wp-chatbot-footer--> |