Added pipework/linework comments to each page
This commit is contained in:
@@ -337,7 +337,12 @@
|
||||
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<label class="form-label">Kommentar</label> <textarea class="form-control" style="height:100%" form="wf-termination-<?=$term->id?>" name="workflow_comment" id="workflow_comment_<?=$term->id?>"><?=$term->workflow_comment?></textarea>
|
||||
<label class="form-label">Kommentar Tiefbau (<?=$term->building->street?>)</label>
|
||||
<textarea class="form-control" style="height:100%" form="wf-termination-<?=$term->id?>" name="workflow_comment_building" id="workflow_comment_building_<?=$term->id?>"><?=$term->building->workflow_comment?></textarea>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<label class="form-label">Kommentar Anschluss (<?=$term->code?>)</label>
|
||||
<textarea class="form-control" style="height:100%" form="wf-termination-<?=$term->id?>" name="workflow_comment" id="workflow_comment_<?=$term->id?>"><?=$term->workflow_comment?></textarea>
|
||||
</td>
|
||||
<td colspan="<?=$wfColspan - 3?>">
|
||||
<h5>Dokumente</h5>
|
||||
|
||||
Reference in New Issue
Block a user