7 lines
363 B
PHTML
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))); ?> |