diff --git a/interface/forms_admin/forms_admin.php b/interface/forms_admin/forms_admin.php index dd5a76865..ef109ec19 100644 --- a/interface/forms_admin/forms_admin.php +++ b/interface/forms_admin/forms_admin.php @@ -1,4 +1,4 @@ - @@ -76,7 +76,7 @@
| - + | - + | + + ?> | ".xl('DB installed').""; else echo "".xl('install DB').""; - ?> + ?> | "; @@ -181,8 +181,8 @@ { // added 8-2009 by BM - do not show the metric vitals form as option since deprecated // also added a toggle in globals.php in case user wants the option to add this deprecated form - if (($fname == "vitalsM") && ($GLOBALS['disable_deprecated_metrics_form'])) continue; - + if (($fname == "vitalsM")) continue; + if (stristr($fname, ".tar.gz") || stristr($fname, ".tar") || stristr($fname, ".zip") || stristr($fname, ".gz")) $phpState = "PHP compressed"; else @@ -197,7 +197,7 @@ else $form_title = $fname; ?> - +' . xl('n/a') . ''; ?> | - + | - + |