diff --git a/views/bootstrap/class.UpdateDocument.php b/views/bootstrap/class.UpdateDocument.php index d7e440ef2..2e48347a9 100644 --- a/views/bootstrap/class.UpdateDocument.php +++ b/views/bootstrap/class.UpdateDocument.php @@ -303,6 +303,17 @@ console.log(element); } } } + + $arrs = $this->callHook('addDocumentContentAttributes', $folder); + if(is_array($arrs)) { + foreach($arrs as $arr) { + echo ""; + echo "".$arr[0].":"; + echo "".$arr[1].""; + echo ""; + } + } + if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') { // Retrieve a list of all users and groups that have review / approve // privileges.