From: <jgr...@us...> - 2003-04-18 21:05:28
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv2914/UI Modified Files: HTML.pm Log Message: Add Reclassify and Remove buttons to top of History list Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -d -r1.136 -r1.137 *** HTML.pm 18 Apr 2003 21:02:00 -0000 1.136 --- HTML.pm 18 Apr 2003 21:05:21 -0000 1.137 *************** *** 2741,2746 **** ! $body .= "<th class=\"historyLabel\" scope=\"col\">$self->{language__}{History_ShouldBe}</th>\n"; ! $body .= "<th class=\"historyLabel\" scope=\"col\">$self->{language__}{Remove}</th>\n</tr>\n"; my $stripe = 0; --- 2741,2746 ---- ! $body .= "<th class=\"historyLabel\" scope=\"col\"><input type=\"submit\" class=\"reclassifyButton\" name=\"change\" value=\"$self->{language__}{Reclassify}\" /></th>\n"; ! $body .= "<th class=\"historyLabel\" scope=\"col\"><input type=\"submit\" class=\"deleteButton\" name=\"deletemessage\" value=\"$self->{language__}{Remove}\" /></th>\n</tr>\n"; my $stripe = 0; |