Subversion Repositories PEEPS

Rev

Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
Line 55... Line 55...
55
printRCHeader("View Policy: ".$coverage_id);
55
printRCHeader("View Policy: ".$coverage_id);
Line 56... Line 56...
56
 
56
 
57
 
57
 
58
print $h->div ({ class=>"index" }, [$h->p ({ class=>"heading" }, "Policy Details:"),
58
print $h->div ({ class=>"index" }, [$h->p ({ class=>"heading" }, "Policy Details:"),
-
 
59
        $h->div ({ class=>"rTable", style=>"min-width: 0%;" }, [
Line 59... Line 60...
59
        $h->div ({ class=>"rTable", style=>"min-width: 0%;" }, [
60
          $h->div ({ class=>"rTableRow" }, map { [$h->div ({ class=>"rTableCellr", style=>"font-size: unset;" }, ucfirst ($_).": ", $coverage->{$_})] } sort byfield grep { exists $FIELDS{$_} } keys %{$coverage})]),