<tr class="light" onmouseover="this.style.backgroundColor='#fafafa'" onmouseout="this.style.backgroundColor=''"> <td>Subtotal for not paid tentaive projects</td> <td align="right" style="border:1px solid black;font-weight:bold;"><?php echo tool::formatCurrency($tentativenotpaid); ?> </td> </tr> <tr> <td colspan="2"><hr size="1"></td> </tr> <tr class="light" onmouseover="this.style.backgroundColor='#fafafa'" onmouseout="this.style.backgroundColor=''"> <td><b>Total sum for projects</b></td> <td align="right"><b><?php echo tool::formatCurrency($totalsum); ?> </b></td> </tr> </table> <?php /*************************************************************************** * $Log: index.php,v $ * Revision 1.2 2003/11/17 20:41:14 willuhn * @N some more fixes at the new project status plugin * * Revision 1.1 2003/11/17 19:35:17 willuhn * @N added Max Nitris changes *