cacert-testmgr/manager/application/views/scripts/mail/read.phtml

11 lines
235 B
PHTML
Raw Normal View History

<?php
/**
* @author markus
* $Id: index.phtml 25 2009-12-02 15:43:21Z markus $
*/
$this->headLink()->appendStylesheet('/css/mail.css');
?>
<H1><?php print I18n::_('Read Mail'); ?></H1>
<?php
2010-04-15 09:35:12 +00:00
print nl2br($this->mail_body);