Revision f0c23972
Von Jan Büren vor fast 2 Jahren hinzugefügt
templates/webpages/ap/form_header.html | ||
---|---|---|
<input type="hidden" name="tax_[% i %]" value="[% temp = "tax"_ i %][% $temp | html %]">
|
||
</td>
|
||
<td>
|
||
<input name="amount_[% i %]" size="10" disabled=readonly value="[% temp = "amount_"_ i %][% $temp | html %]">
|
||
<input name="amount_[% i %]" size="10" [% disabled ? disabled : '' %] value="[% temp = "amount_"_ i %][% $temp | html %]">
|
||
</td>
|
||
<td>
|
||
[% temp_r = "tax_reverse_"_ i %]
|
Auch abrufbar als: Unified diff
Schreibgeschützte Kreditorenbelege: disabled im html richtig setzen