|
220 | 220 | <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?> |
221 | 221 | <tr> |
222 | 222 | <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> |
224 | 224 | </td> |
225 | 225 | </tr> |
226 | 226 | <tr> |
|
232 | 232 | <?php } ?> |
233 | 233 | <tr> |
234 | 234 | <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> |
236 | 236 | </td> |
237 | 237 | </tr> |
238 | 238 | <tr> |
|
244 | 244 | <?php if (!empty($_SESSION['WEB_BACKEND'])) { ?> |
245 | 245 | <tr> |
246 | 246 | <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> |
248 | 248 | </td> |
249 | 249 | </tr> |
250 | 250 | <tr> |
|
319 | 319 | <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="dns"> |
320 | 320 | <tr> |
321 | 321 | <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> |
323 | 323 | </td> |
324 | 324 | </tr> |
325 | 325 | <tr> |
|
377 | 377 | <table style="display:<?php if (empty($v_mail_adv)) echo 'none';?> ;" id="mail"> |
378 | 378 | <tr> |
379 | 379 | <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> |
381 | 381 | </td> |
382 | 382 | </tr> |
383 | 383 | <tr> |
|
389 | 389 | <?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?> |
390 | 390 | <tr> |
391 | 391 | <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> |
393 | 393 | </td> |
394 | 394 | </tr> |
395 | 395 | <tr> |
|
402 | 402 | <?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?> |
403 | 403 | <tr> |
404 | 404 | <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> |
406 | 406 | </td> |
407 | 407 | </tr> |
408 | 408 | <tr> |
|
499 | 499 | <table style="display:<?php if (empty($v_db_adv)) echo 'none';?> ;" id="db"> |
500 | 500 | <tr> |
501 | 501 | <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> |
503 | 503 | </td> |
504 | 504 | </tr> |
505 | 505 | <tr> |
|
592 | 592 | <?php }} ?> |
593 | 593 | <tr> |
594 | 594 | <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> |
596 | 596 | </td> |
597 | 597 | </tr> |
598 | 598 | <tr> |
|
0 commit comments