Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fe2bc7e9

Von Jan Büren vor fast 2 Jahren hinzugefügt

  • ID fe2bc7e99285db8ac08c52dcb16d8446229dfee9
  • Vorgänger 1b5d286f
  • Nachfolger 62999a5f

Schreibgeschützte Konten/Betrag im Kreditorenbeleg, falls readonly

Unterschiede anzeigen:

templates/design40_webpages/ap/form_header.html
<tr>
<td class="wi-wide">
[% SET selected_chart_id = "AP_amount_chart_id_"_ i %]
[% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, type="AP_amount", class=(initial_focus == 'row_' _ i ? "initial_focus wi-wide" : "wi-wide") ) %]
[% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, style="width: 400px", type="AP_amount", invalid=0, disabled=readonly, class=(initial_focus == 'row_' _ i ? "initial_focus" : "")) %]
[% L.hidden_tag("previous_AP_amount_chart_id_" _ i, $selected_chart_id) %]
<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" [% disabled ? disabled : '' %] value="[% temp = "amount_"_ i %][% $temp | html %]" class="numeric-wi-small">
</td>
<td class="numeric">
[% temp_r = "tax_reverse_"_ i %]

Auch abrufbar als: Unified diff