From c0ce84e71c7c63d3289bc225f4590953f17ee56c Mon Sep 17 00:00:00 2001 From: stilez Date: Thu, 23 Jul 2015 09:04:14 +0100 Subject: Add status column and other GUI improvement For ease of use 1) Add a single "Status" column 2) Merge "Apply" and "Revert" into a single column (they are mutually exclusive reverses of each other so it flows better) --- config/systempatches/system_patches.php | 51 ++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'config/systempatches') diff --git a/config/systempatches/system_patches.php b/config/systempatches/system_patches.php index 43c8c22b..97e00b32 100644 --- a/config/systempatches/system_patches.php +++ b/config/systempatches/system_patches.php @@ -180,11 +180,11 @@ include("head.inc");   + - - - +/
+ - + - +
@@ -213,39 +213,50 @@ foreach ($a_patches as $thispatch): - manually entered/user defined + echo gettext("User-defined"); + } ?> - - - - - + + + - - + + - - - + + + + + -- cgit v1.2.3