Browse Source

Merge pull request #1969 from clarkchentw/patch-1

Better experience when open external help page
Jaap Marcus 4 years ago
parent
commit
2c05926619
1 changed files with 4 additions and 4 deletions
  1. 4 4
      web/templates/pages/edit_server.html

+ 4 - 4
web/templates/pages/edit_server.html

@@ -669,7 +669,7 @@
 									</tr>
 									</tr>
 									<tr>
 									<tr>
 										<td class="vst-text">
 										<td class="vst-text">
-											<?=_('Compression');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-difference-between-zstd-and-gzip"><i class="fas fa-question-circle"></i></a>
+											<?=_('Compression');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-difference-between-zstd-and-gzip"><i class="fas fa-question-circle"></i></a>
 										</td>
 										</td>
 									</tr>
 									</tr>
 									<tr>
 									<tr>
@@ -683,7 +683,7 @@
 									</tr>
 									</tr>
 									<tr>
 									<tr>
 										<td class="vst-text">
 										<td class="vst-text">
-											<?=_('Compression level');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"><i class="fas fa-question-circle"></i></a>
+											<?=_('Compression level');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"><i class="fas fa-question-circle"></i></a>
 										</td>
 										</td>
 									</tr>
 									</tr>
 									<tr>
 									<tr>
@@ -698,7 +698,7 @@
 									</tr>
 									</tr>
 									<tr>
 									<tr>
 										<td class="vst-text">
 										<td class="vst-text">
-											<?=_('Directory');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"><i class="fas fa-question-circle"></i></a>
+											<?=_('Directory');?> <a target="_blank" href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"><i class="fas fa-question-circle"></i></a>
 										</td>
 										</td>
 									</tr>
 									</tr>
 									<tr>
 									<tr>
@@ -717,7 +717,7 @@
 											<table style="display:<?php if (empty($v_backup_remote_adv)) echo 'none';?> ;" id="remote_backup">
 											<table style="display:<?php if (empty($v_backup_remote_adv)) echo 'none';?> ;" id="remote_backup">
 												<tr>
 												<tr>
 													<td class="vst-text">
 													<td class="vst-text">
-														<?=_('Protocol');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"><i class="fas fa-question-circle"></i></a>
+														<?=_('Protocol');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"><i class="fas fa-question-circle"></i></a>
 													</td>
 													</td>
 												</tr>
 												</tr>
 												<tr>
 												<tr>