Added colspan attribute to workflow items

This commit is contained in:
Frank Schubert
2021-09-09 23:37:24 +02:00
parent 235c8bc15b
commit 7ee687c201
4 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<td class="workflow-item">
<td class="workflow-item" <?=($item->width > 1) ? "colspan='".$item->width."'" : ""?>>
<?php if($item->type != "gps"): ?>
<label class="form-label" for="wfitem_<?=$item->name?>_<?=$$wftype->id?>">
<?=($item->label) ? $item->label : "&nbsp;"?>