navigation  interaction  search

 other resources

Changeset 416

Show
Ignore:
Timestamp:
06/23/08 11:08:57
Author:
nate
Message:
  • Added missing report function _showNoRecords.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/report/report_class.php

    r311 r416  
    8787                        return $querystatement; 
    8888                         
    89                 }//end method            
     89                }//end method 
     90                 
     91                function _showNoRecords(){ 
     92                         
     93                        ?> 
     94                        <h1 id="noRecord">No Records</h1> 
     95                        <p>No valid records for this report.</p> 
     96                        <?php 
     97                         
     98                }//end method --_showNoRecords-- 
    9099         
    91100        }//end class 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.