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