X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=dimensions%2Fdimension_entry.php;h=c0e99521f5860af7a965c8b52e7ec03adc9b8165;hb=34c15f2f88c2b4d8a18ca40f76df3b9748e463e1;hp=bf6fe3eeb1b179e0513486c869870d3b984f7823;hpb=8cac19c37c960e50f7c11964510c0d09a530e7b5;p=fa-stable.git diff --git a/dimensions/dimension_entry.php b/dimensions/dimension_entry.php index bf6fe3ee..c0e99521 100644 --- a/dimensions/dimension_entry.php +++ b/dimensions/dimension_entry.php @@ -1,6 +1,14 @@ . +***********************************************************************/ $page_security = 10; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); @@ -76,9 +84,9 @@ function safe_exit() { global $path_to_root; - hyperlink_no_params("", _("Enter a new dimension")); + hyperlink_no_params("", _("Enter a &new dimension")); echo "
"; - hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("Select an existing dimension")); + hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("&Select an existing dimension")); display_footer_exit(); } @@ -249,13 +257,13 @@ end_table(1); if ($selected_id != -1) { echo "
"; - submit_center_first('UPDATE_ITEM', _("Update"), _('Save changes to dimension'), true); + submit_center_first('UPDATE_ITEM', _("Update"), _('Save changes to dimension'), 'default'); submit('close', _("Close This Dimension"), true, _('Mark this dimension as closed'), true); submit_center_last('delete', _("Delete This Dimension"), _('Delete unused dimension'), true); } else { - submit_center('ADD_ITEM', _("Add"), true, '', true); + submit_center('ADD_ITEM', _("Add"), true, '', 'default'); } end_form();