From 0926009d3f91861b66f11aa6db3f4ab00fbdf3a2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 27 Jun 2018 22:14:34 +0200 Subject: [PATCH] remove width of columns in approvers/reviewers table --- views/bootstrap/class.ViewDocument.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 1c4871b40..0fbf8afbd 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -738,11 +738,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { if (/*$workflowmode != 'traditional_only_approval' &&*/ is_array($reviewStatus) && count($reviewStatus)>0) { print "\n"; - print "".getMLText("name")."\n"; - print "".getMLText("last_update").", ".getMLText("comment")."\n"; + print "".getMLText("name")."\n"; + print "".getMLText("last_update").", ".getMLText("comment")."\n"; // print "".getMLText("comment").""; - print "".getMLText("status")."\n"; - print "\n"; + print "".getMLText("status")."\n"; + print "\n"; print "\n"; foreach ($reviewStatus as $r) { @@ -826,11 +826,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { if (is_array($approvalStatus) && count($approvalStatus)>0) { print "\n"; - print "".getMLText("name")."\n"; - print "".getMLText("last_update").", ".getMLText("comment")."\n"; + print "".getMLText("name")."\n"; + print "".getMLText("last_update").", ".getMLText("comment")."\n"; // print "".getMLText("comment").""; - print "".getMLText("status")."\n"; - print "\n"; + print "".getMLText("status")."\n"; + print "\n"; print "\n"; foreach ($approvalStatus as $a) {