|
From: Ulf E. <ulf...@us...> - 2005-08-23 21:06:11
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21310/phpbt/templates/default Modified Files: bugdisplay-printable.html Log Message: Missed a part of the priority table patch (if bugdisplay-printable is still in use..) Index: bugdisplay-printable.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay-printable.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bugdisplay-printable.html 25 Oct 2004 12:07:04 -0000 1.12 +++ bugdisplay-printable.html 23 Aug 2005 21:06:03 -0000 1.13 @@ -35,7 +35,7 @@ </tr> <tr> <td> - <?php echo translate("Priority"); ?>: <?php echo $priority; ?> + <?php echo translate("Priority"); ?>: <?php echo $priority_name; ?> </td> <td colspan="2"> <?php echo translate("Operating System"); ?>: <?php echo $os_name; ?> |