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