Index: core/print_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/print_api.php,v retrieving revision 1.135 diff -u -r1.135 print_api.php --- core/print_api.php 28 May 2005 00:54:34 -0000 1.135 +++ core/print_api.php 2 Jun 2005 13:16:15 -0000 @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id$ + # $Id: print_api.php,v 1.135 2005/05/28 00:54:34 thraxisp Exp $ # -------------------------------------------------------- $t_core_dir = dirname( __FILE__ ).DIRECTORY_SEPARATOR; @@ -1051,8 +1051,8 @@ # print a button which presents a standalone form. # if the $p_link is blank then the text is printed but no link is created # if $p_new_window is true, link will open in a new window, default false. - function print_button( $p_action_page, $p_label ) { - echo '
'; + function print_button( $p_action_page, $p_label , $p_class = "button" ) { + echo '
'; } # -------------------- # print the bracketed links used near the top Index: bugnote_view_inc.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/bugnote_view_inc.php,v retrieving revision 1.30 diff -u -r1.30 bugnote_view_inc.php --- bugnote_view_inc.php 16 May 2005 12:56:05 -0000 1.30 +++ bugnote_view_inc.php 2 Jun 2005 13:16:15 -0000 @@ -6,7 +6,7 @@ # See the files README and LICENSE for details # -------------------------------------------------------- - # $Id$ + # $Id: bugnote_view_inc.php,v 1.30 2005/05/16 12:56:05 vboctor Exp $ # -------------------------------------------------------- ?>