X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=dimensions%2Fdimension_entry.php;h=d5c4f2a9fab9b6daa1fe83bd1e4488477f2a7c84;hb=cabf98787970f81d5b1f2fe094337dd3d17869c5;hp=0777c2a3adc25f106dbb2fcacf0234e37522cbdb;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/dimensions/dimension_entry.php b/dimensions/dimension_entry.php index 0777c2a3..d5c4f2a9 100644 --- a/dimensions/dimension_entry.php +++ b/dimensions/dimension_entry.php @@ -22,7 +22,7 @@ include_once($path_to_root . "/dimensions/includes/dimensions_db.inc"); include_once($path_to_root . "/dimensions/includes/dimensions_ui.inc"); $js = ""; -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Dimension Entry"), false, false, "", $js); @@ -223,7 +223,7 @@ if (isset($_POST['reopen'])) start_form(); -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -307,4 +307,3 @@ end_form(); end_page(); -?>