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
+2 -2
View File
@@ -1,5 +1,5 @@
<?php include(realpath(dirname(__FILE__)."/../")."/header.php"); ?>
<?php $wftype = "termination"; ?>
<?php $wftype = "term"; ?>
<!-- start page title -->
@@ -141,7 +141,7 @@
<td>
<form method="post" name="wf-termination-<?=$term->id?>" id="wf-termination-<?=$term->id?>" action="<?=self::getUrl("Linework","save", ["filter" => $filter])?>" enctype="multipart/form-data" >
<input type="hidden" name="id" value="<?=$term->id?>" />
<table class="table workflow-table">
<table class="table ">
<?php $i = 0; foreach($term->workflowitems as $item): ?>
<?php if($i==0): ?>
<?php if($item->type == "delimiter"): ?>