Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0c047aac

Von Jan Büren vor mehr als 1 Jahr hinzugefügt

  • ID 0c047aacd510d3f219ed3a9d128bd8e63214eb77
  • Vorgänger f0c23972

Schreibgeschützte Konten/Betrag im Kreditorenbeleg, falls readonly

Unterschiede anzeigen:

templates/design40_webpages/ap/form_header.html
225 225
    <tr>
226 226
      <td class="wi-wide">
227 227
        [% SET selected_chart_id = "AP_amount_chart_id_"_ i %]
228
        [% 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") ) %]
228
        [% 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" : "")) %]
229 229
        [% L.hidden_tag("previous_AP_amount_chart_id_" _ i, $selected_chart_id) %]
230 230
        <input type="hidden" name="tax_[% i %]" value="[% temp = " tax"_ i %][% $temp | html %]">
231 231
      </td>
232 232
      <td class="numeric">
233
        <input type="text" name="amount_[% i %]" size="10" value="[% temp = "amount_"_ i %][% $temp | html %]" class="numeric wi-small">
233
        <input type="text" name="amount_[% i %]" size="10" [% disabled ? disabled : '' %] value="[% temp = "amount_"_ i %][% $temp | html %]" class="numeric-wi-small">
234 234
      </td>
235 235
      <td class="numeric">
236 236
        [% temp_r = "tax_reverse_"_ i %]

Auch abrufbar als: Unified diff