25 lines
726 B
Plaintext
25 lines
726 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<table>
|
|
<tbody>
|
|
$forall coord <- review liveCoords lLength
|
|
<tr .massinput__cell>
|
|
^{cellWdgts ! coord}
|
|
<td>
|
|
$maybe delView <- delButtons !? coord
|
|
^{fvWidget delView}
|
|
$if null (review liveCoords lLength)
|
|
<tr>
|
|
<td colspan=2 .note>
|
|
_{MsgWorkflowEdgeFormFieldMultipleNoneAdded}
|
|
<td colspan=2>
|
|
<div style="height:1px; width:90%; margin: 0.5em auto; background-color: var(--color-grey);">
|
|
$maybe addWdgt <- addWdgts !? (0, 0)
|
|
<tfoot>
|
|
<tr .massinput__cell.massinput__cell--add>
|
|
^{addWdgt}
|