This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,21 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php for ($i = 1; $this->getHelper('lmsg')->keyExists("{$this->localeSection}.auditLogHint{$i}"); $i++): ?>
<p><?php echo $this->lmsg("{$this->localeSection}.auditLogHint{$i}") ?></p>
<?php endfor ?>
<ol class="ol">
<?php for ($i = 1; $this->getHelper('lmsg')->keyExists("{$this->localeSection}.auditLogPoint{$i}"); $i++): ?>
<li><?php echo $this->lmsg("{$this->localeSection}.auditLogPoint{$i}") ?></li>
<?php endfor ?>
</ol>
<div class="form-row">
<div class="single-row">
<span>
<a href="<?php echo $this->viewLink ?>" class="i-link">
<i class="icon"><img src="<?php echo $this->skinUrl("/icons/16/plesk/logs.png") ?>"></i>
<span><?php echo $this->lmsg("{$this->localeSection}.auditLogViewLink") ?></span>
</a>
</span>
</div>
</div>

View File

@@ -1,13 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<div class="form-row">
<div class="single-row">
<span>
<a href="<?php echo $this->viewLink ?>" class="i-link">
<i class="icon"><img src="<?php echo $this->skinUrl("/icons/16/plesk/logs.png") ?>"></i>
<span><?php echo $this->lmsg("{$this->localeSection}.errorLogViewLink") ?></span>
</a>
</span>
</div>
</div>

View File

@@ -1,4 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->form ?>