From 94c130cf043b6bd3c817606b2572f62335bc2498 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 28 Jul 2015 15:09:34 -0400 Subject: Revert "Add status column and other GUI improvement" Fixes #4895 This reverts commit c0ce84e71c7c63d3289bc225f4590953f17ee56c. --- config/systempatches/system_patches.php | 51 +++++++++++++-------------------- 1 file changed, 20 insertions(+), 31 deletions(-) (limited to 'config/systempatches') diff --git a/config/systempatches/system_patches.php b/config/systempatches/system_patches.php index 97e00b32..43c8c22b 100644 --- a/config/systempatches/system_patches.php +++ b/config/systempatches/system_patches.php @@ -180,11 +180,11 @@ include("head.inc");   - -/
- + + + - - -
@@ -213,49 +213,38 @@ foreach ($a_patches as $thispatch): + manually entered/user defined - echo gettext("User-defined"); - } + if (!empty($thispatch['location'])) + echo $thispatch['location']; + elseif (!empty($thispatch['patch'])) + echo gettext("Saved Patch"); ?> - + + + + + + - - + + - - - + + + - - - + -- cgit v1.2.3