X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freports_classes.inc;h=a3d48618767d77075034ef1d5015fd2f9622db71;hb=181a41d711bef3cec7ca559e35e9e12d1d4f4515;hp=c4a476ed66cec4cba15da90253a87fc8dc91b875;hpb=0bb9ce50f39b09b93005c45a49d9c47c4521267c;p=fa-stable.git diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index c4a476ed..a3d48618 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -100,7 +100,7 @@ class BoxReports . "
\n"; $st_params .= submit('Rep'.$report->id, _("Display: ") . access_string($report->name, true), - false, '', $SysPrefs->pdf_debug ? false : 'default popup') . hidden('REP_ID', $report->id, false).'

'; + false, '', $SysPrefs->pdf_debug ? false : 'default process popup') . hidden('REP_ID', $report->id, false).'

'; $st_params .= $this->getOptions($report->get_controls(), $report->id); $st_params .= "\n" ."\n
\n"; @@ -253,7 +253,7 @@ class BoxReports case 'GRAPHIC': $sel = array(_("No Graphics"), _("Vertical bars"), _("Horizontal bars"), - _("Dots"), _("Lines"), _("Pie"), _("Donut"), _("Half donut"), _("Spline")); + _("Dots"), _("Lines"), _("Pie"), _("Donut"), _("Half Donut"), _("Splines")); return array_selector($name, null, $sel); case 'SYS_TYPES':