function to retrieve previous requests combined with get_single_request_data() so available to all views (search, results, report, etc); extended outstanding lab-tests display to unreported & unauthorised worklists
added request_specimen_detail table to get_single_request() method for displaying specimen_taken date on tt view, as request_report_view requires request to have been reported
updated bootstrap to 2.3.2; commented @media print * { } declarations in boostrap.css to prevent loss of colours in printed html; removed min.css so don't have to manually edit 2 versions every update; print_view works with mail_reports.pl
added print view footer; replaced L::Local::PDF::make_pdf_with_css with Roles::PDF::render_pdf; moved remaining functions of format_print_record_request_data() to caller methods; tt format tweaks