From 2b17ffc2072eaac9fd72004ecbb8487333b8ff67 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 6 Jul 2016 10:30:53 +0200 Subject: [PATCH] add warning on top of form --- views/bootstrap/class.ImportFS.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/bootstrap/class.ImportFS.php b/views/bootstrap/class.ImportFS.php index 37829cb64..9bf154941 100644 --- a/views/bootstrap/class.ImportFS.php +++ b/views/bootstrap/class.ImportFS.php @@ -51,6 +51,9 @@ class SeedDMS_View_ImportFS extends SeedDMS_Bootstrap_Style { $this->contentHeading(getMLText("import_fs")); if($dropfolderdir && file_exists($dropfolderdir.'/'.$user->getLogin())) { + echo "
"; + printMLText("import_fs_warning"); + echo "
\n"; $this->contentContainerStart(); print "
"; print "
";