Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6a74e5a2

Von Sven Schöling vor mehr als 3 Jahren hinzugefügt

  • ID 6a74e5a2b6edb3cec8c356cf7994631cda940f64
  • Vorgänger 0d3a2896
  • Nachfolger 8b5bed7f

Kreditorenbuchungen: Bemerkungenblock an Rechnungen angepasst

Unterschiede anzeigen:

templates/webpages/ap/form_header.html
238 238
    </tr>
239 239
    <tr>
240 240
      <td>
241
        <table width="100%">
242
        <tr>
243
          <th align="left" width="1%">[% 'Notes' | $T8 %]</th>
244
          <td align="left">
245
            <textarea name="notes" rows="[% textarea_rows %]" cols="50" wrap="soft" [% readonly %]>[% notes | html %]</textarea>
246
          </td>
247

  
248
          <th align="left" width=1%>[% 'Notes for vendor' | $T8 %]</th>
249
          <td align="left">
250
            <textarea name="intnotes" rows="[% textarea_rows %]" cols="50" wrap="soft" readonly>[% intnotes | html %]</textarea>
251
          </td>
252
        </tr>
253
      </table>
241
        <table>
242
          <tr>
243
           <th align="left">[% 'Notes' | $T8 %]</th>
244
           <th align="left">[% 'Internal Notes' | $T8 %]</th>
245
          </tr>
246
          <tr valign="top">
247
           <td>
248
            [% L.textarea_tag("notes", notes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %]
249
           </td>
250
           <td>
251
            [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %]
252
           </td>
253
          <tr>
254
        </table>
254 255
    </td>
255 256
  </tr>
256 257
  <tr>

Auch abrufbar als: Unified diff