Files
server/usr/share/psa-horde/imp/templates/prefs/signaturehtml.html.php
2026-01-07 20:52:11 +01:00

8 lines
423 B
PHP

<div>
<?php echo _("Your signature to use when composing with the HTML editor (if empty, the text signature will be used)") . ($this->img_limit ? ' (' . sprintf(_("maximum total image size is %s"), IMP::sizeFormat($this->img_limit)) . ')' : '') ?>:
</div>
<div class="fixed">
<textarea id="signature_html" name="signature_html" rows="4" cols="80" class="fixed"><?php echo $this->h($this->signature) ?></textarea>
</div>