|
From: Benjamin C. <bc...@us...> - 2004-02-25 12:46:21
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9838 Modified Files: Tag: htmltemplates bugdisplay.html Log Message: Show the error messages near the top of the page Index: bugdisplay.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v retrieving revision 1.45.4.3 retrieving revision 1.45.4.4 diff -u -r1.45.4.3 -r1.45.4.4 --- bugdisplay.html 1 Sep 2003 13:48:18 -0000 1.45.4.3 +++ bugdisplay.html 25 Feb 2004 12:39:11 -0000 1.45.4.4 @@ -77,6 +77,8 @@ </tr> <?php if (!empty($error['status'])) echo "<tr><td class=\"error\">{$error['status']}</td></tr>"; ?> </table> + <?php if (!empty($error['add_dep'])) echo "<div class=\"error\">{$error['add_dep']}</div>"; ?> + <?php if (!empty($error['vote'])) echo "<div class=\"error\">{$error['vote']}</div>" ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><?php echo translate("Reporter"); ?>:</td> |