X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fdb_pager_view.inc;h=96609dc3afe1afefb983e613bf33020a5fbe8908;hb=a771b6cb35770f7b8b5087caf923aeec8fbefe96;hp=d941cf9056af0bec273a33d2ae79a5472a5b43c4;hpb=a11ed22a51541fdee03783e779e8e6e9b7e290b1;p=fa-stable.git diff --git a/includes/ui/db_pager_view.inc b/includes/ui/db_pager_view.inc index d941cf90..96609dc3 100644 --- a/includes/ui/db_pager_view.inc +++ b/includes/ui/db_pager_view.inc @@ -40,7 +40,7 @@ function navi_button_cell($name, $value, $enabled=true, $align='left') { // Sql paged table view. Call this function inside form. // function display_db_pager(&$pager) { - global $table_style, $use_popup_windows, $use_date_picker, $path_to_root; + global $path_to_root; $pager->select_records(); @@ -61,7 +61,7 @@ function display_db_pager(&$pager) { } } /* show a table of records returned by the sql */ - start_table("$table_style width=$pager->width"); + start_table(TABLESTYLE, "width=$pager->width"); table_header($headers); if($pager->header_fun) { // if set header handler @@ -203,4 +203,3 @@ function display_db_pager(&$pager) { } -?> \ No newline at end of file