Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6f01b5a2

Von Bernd Bleßmann vor etwa 1 Monat hinzugefügt

  • ID 6f01b5a2f856b62e5af2cac1e438ba9057dfaf3c
  • Vorgänger 44e52343
  • Nachfolger a36a2787

design40: Kreditorenbuchung/Ek-Rechnung: Filter/Anzeige interner Bemerkungen

Unterschiede anzeigen:

templates/design40_webpages/ap/search.html
34 34
      <th>[% 'Notes' | $T8 %]</th>
35 35
      <td>[% L.input_tag("notes", "", class="wi-normal") %]</td>
36 36
    </tr>
37
    <tr>
38
    <tr>
39
      <th>[% 'Internal Notes' | $T8 %]</th>
40
      <td>[% L.input_tag("intnotes", "", class="wi-normal") %]</td>
41
    </tr>
37 42
    <tr>
38 43
      <th>[% 'Transaction description' | $T8 %]</th>
39 44
      <td>[% L.input_tag("transaction_description", "", class="wi-normal") %]</td>
......
178 183
    <div>
179 184
      <input name="l_notes" id="l_notes" type="checkbox" value="Y"><label for="l_notes">[% 'Notes' | $T8 %]</label>
180 185
    </div>
186
    <div>
187
      <input name="l_intnotes" id="l_intnotes" type="checkbox" value="Y"><label for="l_intnotes">[% 'Internal Notes' | $T8 %]</label>
188
    </div>
181 189
  </div>
182 190

  
183 191
  <div class="list col">

Auch abrufbar als: Unified diff