From d08f6fe24c5456b4a4a0e75f6c06c22fa4e5c4a5 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 8 Oct 2020 22:25:51 +0200 Subject: [PATCH] set button type which didn't have --- views/bootstrap/class.ViewDocument.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 57eb0e776..d3f364f71 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -845,7 +845,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { print htmlspecialchars($r["comment"]); if($r['file']) { echo "
"; - echo " ".getMLText('download').""; + echo " ".getMLText('download').""; } print "\n"; print ""; @@ -947,7 +947,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { print htmlspecialchars($a["comment"]); if($a['file']) { echo "
"; - echo " ".getMLText('download').""; + echo " ".getMLText('download').""; } echo "\n"; print ""; @@ -1021,9 +1021,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { $this->contentContainerStart(); if($user->isAdmin()) { if(SeedDMS_Core_DMS::checkIfEqual($workflow->getInitState(), $latestContent->getWorkflowState())) { - print "
getDocument()->getId()."\" />getVersion()."\" />
"; + print "
getDocument()->getId()."\" />getVersion()."\" />
"; } else { - print "
getDocument()->getId()."\" />getVersion()."\" />
"; + print "
getDocument()->getId()."\" />getVersion()."\" />
"; } } @@ -1123,7 +1123,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { echo ""; if($latestContent->triggerWorkflowTransitionIsAllowed($user, $transition)) { $action = $transition->getAction(); - print "
getDocument()->getId()."\" />getVersion()."\" />getID()."\" />getName()), array(), htmlspecialchars($action->getName()))."\" />
"; + print "
getDocument()->getId()."\" />getVersion()."\" />getID()."\" />getName()), array(), htmlspecialchars($action->getName()))."\" />
"; $allowedtransitions[] = $transition; } echo ""; @@ -1149,7 +1149,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { } echo ""; echo "