|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/modules/companies/ |
Upload File : |
<?php /* $Id: ErrorModal.tpl 1889 2007-02-20 05:21:54Z will $ */ ?>
<?php TemplateUtility::printModalHeader('Companies'); ?>
<table>
<tr>
<td width="3%">
<img src="images/companies.gif" width="24" height="24" border="0" alt="Companies" style="margin-top: 3px;" />
</td>
<td><h2>Companies: Error</h2></td>
</tr>
</table>
<p class="fatalError">
A fatal error has occurred.<br />
<br />
<?php echo($this->errorMessage); ?>
</p>
</body>
</html>