set class of table

This commit is contained in:
Uwe Steinmann 2021-07-01 11:46:33 +02:00
parent 80f712e716
commit 2ea83e65d5
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ $(document).ready(function() {
$approvaltype = ($approvalStatus['type'] == 0) ? 'ind' : 'grp';
if($approvalStatus["status"]!=0) {
print "<table class=\"folderView\"><thead><tr>";
print "<table class=\"table table-condensed table-sm\"><thead><tr>";
print "<th>".getMLText("status")."</th>";
print "<th>".getMLText("comment")."</th>";
print "<th>".getMLText("last_update")."</th>";

View File

@ -97,7 +97,7 @@ $(document).ready(function() {
$reviewtype = ($reviewStatus['type'] == 0) ? 'ind' : 'grp';
if($reviewStatus["status"]!=0) {
print "<table class=\"folderView\"><thead><tr>";
print "<table class=\"table table-condensed table-sm\"><thead><tr>";
print "<th>".getMLText("status")."</th>";
print "<th>".getMLText("comment")."</th>";
print "<th>".getMLText("last_update")."</th>";