|
232 | 232 | <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?> |
233 | 233 | <tr> |
234 | 234 | <td class="vst-text"> |
235 | | - <?php print _('Proxy Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><?=_('configure')?></a> |
| 235 | + <?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> |
236 | 236 | </td> |
237 | 237 | </tr> |
238 | 238 | <tr> |
|
244 | 244 | <?php } ?> |
245 | 245 | <tr> |
246 | 246 | <td class="vst-text"> |
247 | | - <?php print _('Web Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><?=_('configure')?></a> |
| 247 | + <?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> |
248 | 248 | </td> |
249 | 249 | </tr> |
250 | 250 | <tr> |
|
256 | 256 | <?php if (!empty($_SESSION['WEB_BACKEND'])) { ?> |
257 | 257 | <tr> |
258 | 258 | <td class="vst-text"> |
259 | | - <?php print _('Backend Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><?=_('configure')?></a> |
| 259 | + <?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> |
260 | 260 | </td> |
261 | 261 | </tr> |
262 | 262 | <tr> |
|
331 | 331 | <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="dns"> |
332 | 332 | <tr> |
333 | 333 | <td class="vst-text step-top"> |
334 | | - <?php print _('DNS Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><?=_('configure')?></a> |
| 334 | + <?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> |
335 | 335 | </td> |
336 | 336 | </tr> |
337 | 337 | <tr> |
|
389 | 389 | <table style="display:<?php if (empty($v_mail_adv)) echo 'none';?> ;" id="mail"> |
390 | 390 | <tr> |
391 | 391 | <td class="vst-text step-top"> |
392 | | - <?php print _('Mail Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><?=_('configure')?></a> |
| 392 | + <?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> |
393 | 393 | </td> |
394 | 394 | </tr> |
395 | 395 | <tr> |
|
401 | 401 | <?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?> |
402 | 402 | <tr> |
403 | 403 | <td class="vst-text"> |
404 | | - <?php print _('Antivirus') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><?=_('configure')?></a> |
| 404 | + <?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> |
405 | 405 | </td> |
406 | 406 | </tr> |
407 | 407 | <tr> |
|
414 | 414 | <?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?> |
415 | 415 | <tr> |
416 | 416 | <td class="vst-text"> |
417 | | - <?php print _('AntiSpam') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><?=_('configure')?></a> |
| 417 | + <?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> |
418 | 418 | </td> |
419 | 419 | </tr> |
420 | 420 | <tr> |
|
511 | 511 | <table style="display:<?php if (empty($v_db_adv)) echo 'none';?> ;" id="db"> |
512 | 512 | <tr> |
513 | 513 | <td class="vst-text step-top"> |
514 | | - <?php print _('MySQL Support');?> / <a class="generate" href="/edit/server/mysql/"><?=_('configure')?></a> |
| 514 | + <?php print _('MySQL Support');?> <a href="/edit/server/mysql/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a> |
515 | 515 | </td> |
516 | 516 | </tr> |
517 | 517 | <tr> |
|
604 | 604 | <?php }} ?> |
605 | 605 | <tr> |
606 | 606 | <td class="vst-text input-label"> |
607 | | - <?php print _('PostgreSQL Support');?> / <a class="generate" href="/edit/server/postgresql/"><?=_('configure')?></a> |
| 607 | + <?php print _('PostgreSQL Support');?> <a href="/edit/server/postgresql/"><i class="fas fa-pencil-alt status-icon orange icon-pad-right"></i></a> |
608 | 608 | </td> |
609 | 609 | </tr> |
610 | 610 | <tr> |
|
0 commit comments