|
From: Benjamin C. <bc...@us...> - 2004-02-25 12:43:01
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9215/templates/default Modified Files: Tag: phpbt-1_0 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 retrieving revision 1.45.2.1 diff -u -r1.45 -r1.45.2.1 --- bugdisplay.html 9 Apr 2003 21:52:32 -0000 1.45 +++ bugdisplay.html 25 Feb 2004 12:35:52 -0000 1.45.2.1 @@ -85,6 +85,9 @@ <tr><td class="error">{$error.status}</td></tr> {/if} </table> + {if !empty($error.vote)}<div class="error">{$error.vote}</div>{/if} + {if !empty($error.add_dep)}<div class="error">{$error.add_dep}</div>{/if} + <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td>{$STRING.BUGDISPLAY.reporter}:</td> |