Revision 78e1d7a0
Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt
templates/webpages/reconciliation/proposals.html | ||
---|---|---|
|
||
[% IF !SELF.PROPOSALS.size %]
|
||
<tbody class="listrow">
|
||
<td colspan="11"><p class="message_hint">[% 'No data was found.' | $T8 %]</p></td>
|
||
<td colspan="11"><p class="message message_hint">[% 'No data was found.' | $T8 %]</p></td>
|
||
</tbody>
|
||
[% ELSE %]
|
||
[% FOREACH proposal = SELF.PROPOSALS %]
|
Auch abrufbar als: Unified diff
Neues kivitendo Design Aenderungen in templates/webpages/reconciliation/..