~intrahealth+informatics/ihris-common/3.1.4-release

« back to all changes in this revision

Viewing changes to iHRIS_ReportDisplay_Default.php

  • Committer: Carl Leitner
  • Date: 2007-10-03 18:12:42 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: litlfred@ibiblio.org-20071003181242-d5tpqmm3pof179ei
Added scripts/ and css/ directories     

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class iHRIS_ReportDisplay_Default extends I2CE_ReportDisplay {
34
34
        public function process() {
35
35
                $this->initialize(); 
36
 
                $this->template->addScript( "report.js" ,true,"Main functions to handle the default reporting display controls\nMainly for the jumper and cache generator");
 
36
                $this->template->addHeaderLink( "report.js");
37
37
                $this->load_html_report(true); 
38
38
                $this->finalize();
39
39
        }