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

23 lines
577 B
Plaintext

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