fradrive/templates/widgets/massinput/workflowDefinitionFiles/layout.hamlet
2020-09-25 13:15:54 +02:00

21 lines
500 B
Plaintext

$newline never
<table>
<thead>
<tr>
<th>
_{MsgWorkflowDefinitionFileIdent} #
<span .form-group__required-marker>
<th>
_{MsgWorkflowDefinitionFile} #
<span .form-group__required-marker>
<td>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput__cell>
^{cellWdgts ! coord}
<td>
^{fvWidget (delButtons ! coord)}
<tfoot>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}