|
157 | 157 | <div class="collapse-content"> |
158 | 158 | <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?> |
159 | 159 | <p> |
160 | | - <?=_('Proxy Server');?>: <span class="optional"><?=$_SESSION['PROXY_SYSTEM']; ?> <a href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 160 | + <?=_('Proxy Server');?>: <span class="u-ml5"><?=$_SESSION['PROXY_SYSTEM']; ?></span> |
| 161 | + <a href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/" class="u-ml5"> |
| 162 | + <i class="fas fa-pencil status-icon orange"></i> |
| 163 | + </a> |
161 | 164 | </p> |
162 | 165 | <?php } ?> |
163 | 166 | <?php if (!empty($_SESSION['WEB_SYSTEM'])) { ?> |
164 | 167 | <p> |
165 | | - <?=_('Web Server');?>: <span class="optional"><?=$_SESSION['WEB_SYSTEM']; ?> <a href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 168 | + <?=_('Web Server');?>: <span class="u-ml5"><?=$_SESSION['WEB_SYSTEM']; ?></span> |
| 169 | + <a href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/" class="u-ml5"> |
| 170 | + <i class="fas fa-pencil status-icon orange"></i> |
| 171 | + </a> |
166 | 172 | </p> |
167 | 173 | <?php } ?> |
168 | 174 | <?php if (!empty($_SESSION['WEB_BACKEND'])) { ?> |
169 | 175 | <p> |
170 | | - <?=_('Backend Server');?>: <span class="optional"><?=$_SESSION['WEB_BACKEND']; ?> <a href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 176 | + <?=_('Backend Server');?>: <span class="u-ml5"><?=$_SESSION['WEB_BACKEND']; ?></span> |
| 177 | + <a href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/" class="u-ml5"> |
| 178 | + <i class="fas fa-pencil status-icon orange"></i> |
| 179 | + </a> |
171 | 180 | </p> |
172 | 181 | <?php } ?> |
173 | 182 | <?php if (!empty($_SESSION['WEB_BACKEND_POOL'])) { ?> |
174 | 183 | <p> |
175 | | - <?=_('Backend Pool Mode');?>: <span class="optional"><?=$_SESSION['WEB_BACKEND_POOL']; ?></span> |
| 184 | + <?=_('Backend Pool Mode');?>: <span class="u-ml5"><?=$_SESSION['WEB_BACKEND_POOL']; ?></span> |
176 | 185 | </p> |
177 | 186 | <?php } ?> |
178 | 187 | <?php if(count($v_php_versions)): ?> |
|
234 | 243 | </summary> |
235 | 244 | <div class="collapse-content"> |
236 | 245 | <p> |
237 | | - <?=_('DNS Server');?>: <span class="optional"><?=$_SESSION['DNS_SYSTEM']; ?> <a href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 246 | + <?=_('DNS Server');?>: <span class="u-ml5"><?=$_SESSION['DNS_SYSTEM']; ?></span> |
| 247 | + <a href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/" class="u-ml5"> |
| 248 | + <i class="fas fa-pencil status-icon orange"></i> |
| 249 | + </a> |
238 | 250 | </p> |
239 | 251 | <p> |
240 | | - <?=_('DNS Cluster');?>: <span class="optional"><?php if ($v_dns_cluster == 'yes') { echo _('Yes'); } else { echo _('No'); } ?></span> |
| 252 | + <?=_('DNS Cluster');?>: <span class="u-ml5"><?php if ($v_dns_cluster == 'yes') { echo _('Yes'); } else { echo _('No'); } ?></span> |
241 | 253 | </p> |
242 | 254 | <?php if ($v_dns_cluster == 'yes') { |
243 | 255 | $i = 0; |
|
261 | 273 | </summary> |
262 | 274 | <div class="collapse-content"> |
263 | 275 | <p> |
264 | | - <?=_('Mail Server');?>: <span class="optional"><?=$_SESSION['MAIL_SYSTEM']; ?> <a href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 276 | + <?=_('Mail Server');?>: <span class="u-ml5"><?=$_SESSION['MAIL_SYSTEM']; ?></span> |
| 277 | + <a href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/" class="u-ml5"> |
| 278 | + <i class="fas fa-pencil status-icon orange"></i> |
| 279 | + </a> |
265 | 280 | </p> |
266 | 281 | <?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?> |
267 | 282 | <p> |
268 | | - <?=_('Antivirus');?>: <span class="optional"><?=$_SESSION['ANTIVIRUS_SYSTEM']; ?> <a href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 283 | + <?=_('Antivirus');?>: <span class="u-ml5"><?=$_SESSION['ANTIVIRUS_SYSTEM']; ?></span> |
| 284 | + <a href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/" class="u-ml5"> |
| 285 | + <i class="fas fa-pencil status-icon orange"></i> |
| 286 | + </a> |
269 | 287 | </p> |
270 | 288 | <?php } ?> |
271 | 289 | <?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?> |
272 | 290 | <p> |
273 | | - <?=_('AntiSpam');?>: <span class="optional"><?=$_SESSION['ANTISPAM_SYSTEM']; ?> <a href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a></span> |
| 291 | + <?=_('AntiSpam');?>: <span class="u-ml5"><?=$_SESSION['ANTISPAM_SYSTEM']; ?></span> |
| 292 | + <a href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/" class="u-ml5"> |
| 293 | + <i class="fas fa-pencil status-icon orange"></i> |
| 294 | + </a> |
274 | 295 | </p> |
275 | 296 | <?php } ?> |
276 | 297 | <?php if($_SESSION['WEBMAIL_SYSTEM']){?> |
|
320 | 341 | <div class="collapse-content"> |
321 | 342 | <div class="u-mb10"> |
322 | 343 | <label for="v_mysql" class="form-label"> |
323 | | - <?=_('MySQL Support');?> <a href="/edit/server/mysql/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a> |
| 344 | + <?=_('MySQL Support');?> <a href="/edit/server/mysql/" class="u-ml5"><i class="fas fa-pencil status-icon orange"></i></a> |
324 | 345 | </label> |
325 | 346 | <select class="form-select" name="v_mysql" id="v_mysql" disabled> |
326 | 347 | <option value="no"><?=_('No');?></option> |
|
377 | 398 | <?php if ($v_pgsql == 'yes') { ?> |
378 | 399 | <div class="u-mb10"> |
379 | 400 | <label for="v_pgsql" class="form-label"> |
380 | | - <?=_('PostgreSQL Support');?> <a href="/edit/server/postgresql/"><i class="fas fa-pencil status-icon orange icon-pad-right"></i></a> |
| 401 | + <?=_('PostgreSQL Support');?> <a href="/edit/server/postgresql/" class="u-ml5"><i class="fas fa-pencil status-icon orange"></i></a> |
381 | 402 | </label> |
382 | 403 | <select class="form-select" name="v_pgsql" id="v_pgsql" disabled> |
383 | 404 | <option value="no"><?=_('No');?></option> |
|
434 | 455 | </div> |
435 | 456 | <div class="u-mb10"> |
436 | 457 | <label for="v_backup_mode" class="form-label"> |
437 | | - <?=_('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-circle-question"></i></a> |
| 458 | + <?=_('Compression');?> |
| 459 | + <a target="_blank" class="u-ml5" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-difference-between-zstd-and-gzip"> |
| 460 | + <i class="fas fa-circle-question"></i> |
| 461 | + </a> |
438 | 462 | </label> |
439 | 463 | <select class="form-select" name="v_backup_mode" id="v_backup_mode"> |
440 | 464 | <option value="gzip" <?php if($v_backup_mode != 'zstd') echo 'selected' ?>>gzip</option> |
|
443 | 467 | </div> |
444 | 468 | <div class="u-mb10"> |
445 | 469 | <label for="v_backup_gzip" class="form-label"> |
446 | | - <?=_('Compression level');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"><i class="fas fa-circle-question"></i></a> |
| 470 | + <?=_('Compression level');?> |
| 471 | + <a target="_blank" class="u-ml5" href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"> |
| 472 | + <i class="fas fa-circle-question"></i> |
| 473 | + </a> |
447 | 474 | </label> |
448 | 475 | <select class="form-select" name="v_backup_gzip" id="v_backup_gzip"> |
449 | 476 | <?php for ($level = 1; $level < 20; $level++) { ?> |
|
453 | 480 | </div> |
454 | 481 | <div class="u-mb20"> |
455 | 482 | <label for="v_backup_dir" class="form-label"> |
456 | | - <?=_('Directory');?> <a target="_blank" href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"><i class="fas fa-circle-question"></i></a> |
| 483 | + <?=_('Directory');?> |
| 484 | + <a target="_blank" class="u-ml5" href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"> |
| 485 | + <i class="fas fa-circle-question"></i> |
| 486 | + </a> |
457 | 487 | </label> |
458 | 488 | <input type="text" class="form-control" name="v_backup_dir" id="v_backup_dir" value="<?=trim($v_backup_dir, "'")?>" disabled="disabled"> |
459 | 489 | </div> |
|
466 | 496 | <div x-cloak x-show="remoteBackupEnabled" id="remote_backup" class="u-pl30 u-mt20"> |
467 | 497 | <div class="u-mb10"> |
468 | 498 | <label for="backup_type" class="form-label"> |
469 | | - <?=_('Protocol');?> <a target="_blank" href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"><i class="fas fa-circle-question"></i></a> |
| 499 | + <?=_('Protocol');?> |
| 500 | + <a target="_blank" class="u-ml5" href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"> |
| 501 | + <i class="fas fa-circle-question"></i> |
| 502 | + </a> |
470 | 503 | </label> |
471 | 504 | <select class="form-select" name="v_backup_type" id="backup_type"> |
472 | 505 | <option value='ftp'><?=_('ftp');?></option> |
|
549 | 582 | <span class="values-list-label"><?=_('SUBJECT');?></span> |
550 | 583 | <span class="values-list-value"><?=$v_ssl_subject?></span> |
551 | 584 | </li> |
552 | | - <?php if ($v_ssl_aliases){?> |
| 585 | + <?php if ($v_ssl_aliases) {?> |
553 | 586 | <li class="values-list-item"> |
554 | 587 | <span class="values-list-label"><?=_('Aliases');?></span> |
555 | 588 | <span class="values-list-value"><?=$v_ssl_aliases?></span> |
|
0 commit comments