From: <vb...@us...> - 2002-09-09 00:35:47
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv3582 Modified Files: bugtracker.php side_menu.php Log Message: Added Bugtracking page Index: bugtracker.php =================================================================== RCS file: /cvsroot/webnotes/web/bugtracker.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- bugtracker.php 8 Sep 2002 06:12:53 -0000 1.3 +++ bugtracker.php 9 Sep 2002 00:35:44 -0000 1.4 @@ -1,6 +1,7 @@ <?php include('header.php') ?> <span class="page_title">Bugtracker</span> <hr size="1" noshade="noshade" width="100%"> -phpWebNotes uses Mantis Bugtracker to track bugs and feature requests. Login to http://webnotes.sf.net/mantis to -report bugs and feature requests. +<p>phpWebNotes uses Mantis Bugtracker to track bugs and feature requests. +Signup and <a href="http://webnotes.sf.net/mantis">login</a> now to submit bugs and feature requests.</p> +<p>Thanks for <a href="http://mantisbt.sf.net">Mantis</a> team for developing such an excellent tool.</p> <?php include('footer.php') ?> Index: side_menu.php =================================================================== RCS file: /cvsroot/webnotes/web/side_menu.php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- side_menu.php 8 Sep 2002 22:28:18 -0000 1.8 +++ side_menu.php 9 Sep 2002 00:35:44 -0000 1.9 @@ -30,6 +30,7 @@ <tr> <td class="menu_items"> IRC<br /> + <a href="bugtracker.php">Bugtracker</a><br /> <a href="forums.php">Forums</a><br /> <a href="mailinglists.php">Mailing Lists</a><br /> </td> |