From d4ba6fb5cbbd5bf1e040be516009afd68d954571 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 9 Jun 2011 06:17:26 +0000 Subject: administrators can now see the deleted pages --- h-source/Application/Views/Notebooks/page.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Views/Notebooks/page.php') diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php index fd8389a..66c7506 100644 --- a/h-source/Application/Views/Notebooks/page.php +++ b/h-source/Application/Views/Notebooks/page.php @@ -20,14 +20,15 @@ // along with h-source. If not, see . ?> - + action,'view') === 0) ? 'hardware' : 'revisions'; + $displayClass = ($isDeleted and $isadmin) ? 'display_none' : null; ?> -
+
action,'revision') === 0) { ?> -- cgit v1.2.3