Files
server/opt/psa/admin/application/default/views/scripts/outgoing-mail/limit-hint.phtml
2026-01-07 20:52:11 +01:00

7 lines
363 B
PHTML

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->lmsg('specifiedSpeciallyFor' . ucfirst($this->objType)); ?><br/>
<?php echo $this->lmsg('parentLimitValueFor' . ucfirst($this->objType),
array('limitValue' => 0 > $this->limitValue ? $this->lmsg('limitValueUnlimited') : $this->escape($this->limitValue))); ?>