Added colspan attribute to workflow items
This commit is contained in:
@@ -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 : " "?>
|
||||
|
||||
Reference in New Issue
Block a user