| 1 |
<?php |
| 2 |
if (!defined('ABSPATH')) exit; // Exit if accessed directly |
| 3 |
$imgpath = $util->get_plugin_url() . 'custom/images/'; |
| 4 |
?> |
| 5 |
<h2><img height="30px" src="<?php echo esc_url($imgpath) ?>help-icon.png"> <?php _e("Help Center", "seo-redirection") ?>;</h2> |
| 6 |
<hr /> |
| 7 |
<div class="row"> |
| 8 |
<div class="col-sm-12"> |
| 9 |
<p><?php _e('We recommend before contacting us and wait for reply, to explore the product page in our knowledge base, it contains many articles about how to use the plugin', 'seo-redirection') ?><br /> |
| 10 |
<b><?php _e("To go to the", 'seo-redirection') ?> <a target="_blank" href="http://www.clogica.com/kb/topics/seo-redirection-premium"><?php _e("knowledge base click here", "seo-redirection") ?></a></b> |
| 11 |
</p> |
| 12 |
<br /> |
| 13 |
<h2 style="display: inline; color: #636465; font-size:24px"><b><?php _e("Open a new ticket?", "seo-redirection") ?></b></h2> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
<div class="row"> |
| 17 |
<div class="col-sm-10"> |
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
<div class="form-group"> |
| 22 |
<div class="col-sm-offset-1 col-sm-7"> |
| 23 |
<p><?php _e("Please provide as much details as possible so we can best assist you. To update a previously submitted ticket, Please login.", 'seo-redirection') ?></p> |
| 24 |
|
| 25 |
<button class="button-secondary btn-custom btn-search" type="button" name="new_ticket" target="newwindow" onclick="window.open('https://www.wp-buy.com/support-center','_blank')" value="btn_send"><?php _e("Open a new ticket now", "seo-redirection") ?></button> |
| 26 |
</div> |
| 27 |
</div> |
| 28 |
|
| 29 |
</div> |
| 30 |
</div> |