help.verua.ch/help_FR/include/staff/templates/thread-email-headers.tmpl.php
2026-01-05 08:46:20 +01:00

15 lines
438 B
PHP

<h3 class="drag-handle"><?php echo __('Raw Email Headers'); ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<pre style="max-height: 300px; overflow-y: scroll">
<?php echo Format::htmlchars($headers); ?>
</pre>
<hr>
<p class="full-width">
<span class="buttons pull-right">
<input type="button" name="cancel" class="close"
value="<?php echo __('Close'); ?>">
</span>
</p>