X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=dimensions%2Fview%2Fview_dimension.php;h=bc0cdf5cf2a3361f3b0b9cdc7078cb78a807391e;hb=510d6e1925c4d1621ae3efd85e117cc9bb4320f0;hp=a8ad64d1bae66a9e752bda9c37b548352206cfa3;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/dimensions/view/view_dimension.php b/dimensions/view/view_dimension.php index a8ad64d1..bc0cdf5c 100644 --- a/dimensions/view/view_dimension.php +++ b/dimensions/view/view_dimension.php @@ -9,8 +9,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 10; -$path_to_root="../.."; +$page_security = 'SA_DIMTRANSVIEW'; +$path_to_root = "../.."; include_once($path_to_root . "/includes/session.inc"); @@ -38,7 +38,7 @@ if (isset($_POST['Show'])) } -display_heading(systypes::name(systypes::dimension()) . " # " . $id); +display_heading($systypes_array[ST_DIMENSION] . " # " . $id); br(1); $myrow = get_dimension($id); @@ -63,7 +63,7 @@ label_cell(sql2date($myrow["date_"])); label_cell(sql2date($myrow["due_date"])); end_row(); -comments_display_row(systypes::dimension(), $id); +comments_display_row(ST_DIMENSION, $id); end_table(); @@ -83,7 +83,7 @@ if (!isset($_POST['TransToDate'])) $_POST['TransToDate'] = Today(); date_cells(_("from:"), 'TransFromDate'); date_cells(_("to:"), 'TransToDate'); -submit_cells('Show',_("Show")); +submit_cells('Show',_("Show"), '', false, 'default'); end_row();