Skip to content

Commit 894020b

Browse files
author
Kristan Kenney
committed
Adjust edit server settings links
1 parent 1c91527 commit 894020b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

web/templates/admin/edit_server.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?>
221221
<tr>
222222
<td class="vst-text">
223-
<?php print _('Proxy Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><?=_('configure')?></a>
223+
<?php print _('Proxy Server') ?> <a href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
224224
</td>
225225
</tr>
226226
<tr>
@@ -232,7 +232,7 @@
232232
<?php } ?>
233233
<tr>
234234
<td class="vst-text">
235-
<?php print _('Web Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><?=_('configure')?></a>
235+
<?php print _('Web Server') ?> <a href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
236236
</td>
237237
</tr>
238238
<tr>
@@ -244,7 +244,7 @@
244244
<?php if (!empty($_SESSION['WEB_BACKEND'])) { ?>
245245
<tr>
246246
<td class="vst-text">
247-
<?php print _('Backend Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><?=_('configure')?></a>
247+
<?php print _('Backend Server') ?> <a href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
248248
</td>
249249
</tr>
250250
<tr>
@@ -319,7 +319,7 @@
319319
<table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="dns">
320320
<tr>
321321
<td class="vst-text step-top">
322-
<?php print _('DNS Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><?=_('configure')?></a>
322+
<?php print _('DNS Server') ?> <a href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
323323
</td>
324324
</tr>
325325
<tr>
@@ -377,7 +377,7 @@
377377
<table style="display:<?php if (empty($v_mail_adv)) echo 'none';?> ;" id="mail">
378378
<tr>
379379
<td class="vst-text step-top">
380-
<?php print _('Mail Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><?=_('configure')?></a>
380+
<?php print _('Mail Server') ?> <a href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
381381
</td>
382382
</tr>
383383
<tr>
@@ -389,7 +389,7 @@
389389
<?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?>
390390
<tr>
391391
<td class="vst-text">
392-
<?php print _('Antivirus') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><?=_('configure')?></a>
392+
<?php print _('Antivirus') ?> <a href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
393393
</td>
394394
</tr>
395395
<tr>
@@ -402,7 +402,7 @@
402402
<?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?>
403403
<tr>
404404
<td class="vst-text">
405-
<?php print _('AntiSpam') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><?=_('configure')?></a>
405+
<?php print _('AntiSpam') ?> <a href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
406406
</td>
407407
</tr>
408408
<tr>
@@ -499,7 +499,7 @@
499499
<table style="display:<?php if (empty($v_db_adv)) echo 'none';?> ;" id="db">
500500
<tr>
501501
<td class="vst-text step-top">
502-
<?php print _('MySQL Support');?> / <a class="generate" href="/edit/server/mysql/"><?=_('configure')?></a>
502+
<?php print _('MySQL Support');?> <a href="/edit/server/mysql/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
503503
</td>
504504
</tr>
505505
<tr>
@@ -592,7 +592,7 @@
592592
<?php }} ?>
593593
<tr>
594594
<td class="vst-text input-label">
595-
<?php print _('PostgreSQL Support');?> / <a class="generate" href="/edit/server/postgresql/"><?=_('configure')?></a>
595+
<?php print _('PostgreSQL Support');?> <a href="/edit/server/postgresql/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a>
596596
</td>
597597
</tr>
598598
<tr>

0 commit comments

Comments
 (0)