From 1cb1ffb43699a7516f36d294303afa751ab9fe29 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 24 Nov 2014 13:11:00 +0100 Subject: [PATCH] add button to select all files --- views/bootstrap/class.LogManagement.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/views/bootstrap/class.LogManagement.php b/views/bootstrap/class.LogManagement.php index 22b764f8b..9e5800c55 100644 --- a/views/bootstrap/class.LogManagement.php +++ b/views/bootstrap/class.LogManagement.php @@ -67,6 +67,18 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style { if ($print_header) printMLText("empty_notify_list"); else print "\n"; + echo "\n"; } /* }}} */ function show() { /* {{{ */