| 1 |
<?php |
| 2 |
/** |
| 3 |
* |
| 4 |
*/ |
| 5 |
$definition = $this->getDefinition(); |
| 6 |
// Element id. |
| 7 |
$elementId = $this->getElementId(); |
| 8 |
?> |
| 9 |
<label for="<?php echo $elementId ?>" title="<?php echo $definition->getDescription() ?>"><?php echo $definition->getName() ?></label> |
| 10 |
<?php echo $this->getTemplate('helpText') ?> |
| 11 |
<textarea style="width: 610px;height: 55px; margin-top: 16px;" id="<?php echo $elementId ?>" name="<?php echo $this->getName() ?>"><?php echo htmlentities($this->getValue(), null, 'UTF-8') ?></textarea> |