fradrive/templates/widgets/massinput/workflowDescriptions/layout.hamlet
2020-09-30 16:51:24 +02:00

23 lines
547 B
Plaintext

$newline never
<table>
<thead>
<tr>
<th>
_{MsgWorkflowDescriptionLanguage} #
<span .form-group__required-marker>
<th>
_{MsgWorkflowDescriptionTitle} #
<span .form-group__required-marker>
<th>
_{MsgWorkflowDescription}
<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)}