From ea276405e640ba4c8920ed89de8e625895efef66 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 21 Feb 2014 21:27:39 +0100 Subject: [PATCH] unlinked documents/folders can be moved into rootfolder --- views/bootstrap/class.ObjectCheck.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/bootstrap/class.ObjectCheck.php b/views/bootstrap/class.ObjectCheck.php index 6fdbbec02..4be3b94b8 100644 --- a/views/bootstrap/class.ObjectCheck.php +++ b/views/bootstrap/class.ObjectCheck.php @@ -176,6 +176,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style { $unlink = $this->params['unlink']; $setfilesize = $this->params['setfilesize']; $setchecksum = $this->params['setchecksum']; + $rootfolder = $this->params['rootfolder']; $this->htmlStartPage(getMLText("admin_tools")); $this->globalNavigation(); @@ -221,6 +222,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style { echo "".$error['id'].""; echo "".$error['parent'].""; echo "".$error['msg'].""; + echo "getID()."\">Move "; echo ""; } print "\n"; @@ -244,6 +246,7 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style { echo "".$error['id'].""; echo "".$error['parent'].""; echo "".$error['msg'].""; + echo "getID()."\">Move "; echo ""; } print "\n";