Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6f01b5a2

Von Bernd Bleßmann vor 10 Monaten 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
<th>[% 'Notes' | $T8 %]</th>
<td>[% L.input_tag("notes", "", class="wi-normal") %]</td>
</tr>
<tr>
<tr>
<th>[% 'Internal Notes' | $T8 %]</th>
<td>[% L.input_tag("intnotes", "", class="wi-normal") %]</td>
</tr>
<tr>
<th>[% 'Transaction description' | $T8 %]</th>
<td>[% L.input_tag("transaction_description", "", class="wi-normal") %]</td>
......
<div>
<input name="l_notes" id="l_notes" type="checkbox" value="Y"><label for="l_notes">[% 'Notes' | $T8 %]</label>
</div>
<div>
<input name="l_intnotes" id="l_intnotes" type="checkbox" value="Y"><label for="l_intnotes">[% 'Internal Notes' | $T8 %]</label>
</div>
</div>
<div class="list col">

Auch abrufbar als: Unified diff