X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fdetail.cgi;h=ef6788214f5fc5162edc0b52ca1d63e7f56c74b2;hb=15842e23ec99588d83312f43b66e468fabe40eec;hp=ee2d2f4352ec04d190e7583b355fe1d84fbad480;hpb=83737e59d30d46e80259f07dd8d528b06dd43858;p=clearscm.git diff --git a/maps/bin/detail.cgi b/maps/bin/detail.cgi index ee2d2f4..ef67882 100755 --- a/maps/bin/detail.cgi +++ b/maps/bin/detail.cgi @@ -160,6 +160,8 @@ sub Body($) { MakeButtons $type; + print start_div {-id => 'highlightrow'}; + print start_table({-align => 'center', -id => $table_name, -border => 0, @@ -169,7 +171,7 @@ sub Body($) { print Tr [ - td {-class => 'tablebordertopleft'}, ' ', + th {-class => 'tablebordertopleft'}, '', th {-class => 'tableborder'}, 'Sender', th {-class => 'tableborder'}, 'List', th {-class => 'tableborder'}, 'Hit Count', @@ -357,10 +359,12 @@ sub Body($) { } # for print end_table; - print end_form; + print end_div; MakeButtons $type; + print end_form; + return; } # Body