|
From: Ulf E. <ulf...@us...> - 2005-08-29 19:18:27
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18535 Added Files: error.html Log Message: Added copy of error.html in templates/default/admin/ --- NEW FILE: error.html --- <table width="100%"> <tr> <td align="center"> <?php if ($iserror) echo "<div class=\"error\">$text</div>"; else echo $text; ?> <br> <br> <a href="javascript:history.go(-1)"><?php echo translate("Back"); ?></a> </td> </tr> </table> |