Files
server/opt/psa/admin/application/default/views/scripts/outgoing-mail/limit-hint.phtml
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00: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))); ?>