D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
views
/
scripts
/
partials
/
backup
/
Filename :
ipmapping.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class="listArea"> <table width="100%" cellspacing="0" class="list"> <tr> <th><?php echo $this->lmsg('components.forms.backup.conflict-ip.oldIp'); ?></th> <th><?php echo $this->lmsg('components.forms.backup.conflict-ip.newIp'); ?></th> </tr> <?php foreach($this->ipMapping as $elementId => $ip): ?> <tr> <td><i class="icon"><img src="<?php echo $this->skinUrl("/icons/16/plesk/ip-{$ip->type}.png") ?>"></i> <?php echo $ip->value ?></td> <td> <?php echo $this->elementPart($this->element->getElement($elementId))->content(); ?> </td> </tr> <?php endforeach ?> </table> </div>