Revision 9d01c137
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
- ID 9d01c137401e925be2f31fbc1ccf3fe49bd4b9b1
- Vorgänger 9ef7bae7
templates/webpages/ap/form_header.html | ||
---|---|---|
<input type="hidden" name="tax_[% i %]" value="[% temp = " tax"_ i %][% $temp | html %]">
|
||
</td>
|
||
<td class="numeric">
|
||
<input type="text" name="amount_[% i %]" size="10" value="[% temp = " amount_"_ i %][% $temp | html %]" class="numeric wi-small">
|
||
<input type="text" name="amount_[% i %]" size="10" value="[% temp = "amount_"_ i %][% $temp | html %]" class="numeric wi-small">
|
||
</td>
|
||
<td class="numeric">[% temp = "tax_"_ i %][% $temp | html %]</td>
|
||
<td>
|
||
... | ... | |
[% END %]
|
||
</td>
|
||
<td>
|
||
[% IF changeable && loop.last && paid_missing > 0 %] <input type="button" id="ap_set_to_paid_missing" value="[% 'Set to paid missing' | $t8 %]"> [% END %]
|
||
[% IF changeable && loop.last && paid_missing > 0 %] <input type="button" id="ap_set_to_paid_missing" value="[% 'Set to paid missing' | $T8 %]"> [% END %]
|
||
</td>
|
||
[% IF ( !defaultcurrency || (currency != defaultcurrency) ) %]
|
||
<td>
|
Auch abrufbar als: Unified diff
Neues Design Bugfix: #466 Typos in Template behoben