Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2b69169

Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt

  • ID f2b6916973fe4e3978af52657a49c44d1792e0bd
  • Vorgänger 7196276b
  • Nachfolger b61d4f49

Brieffunktion: Werte in Entwurfsliste richtig formatieren

Unterschiede anzeigen:

templates/webpages/letter/load_drafts.html
20 20
      [% FOREACH row = LETTER_DRAFTS %]
21 21
       <tr class="listrow[% loop.count % 2 %]">
22 22
        <td><input type="checkbox" name="checked_[% row.id %]" value="1"></td>
23
        <td>[% row.date | html %]</td>
23
        <td>[% row.date.to_kivitendo | html %]</td>
24 24
        <td><a href="[% SELF.url_for(action='edit', 'draft.id'=row.id) %]">[% row.subject | html %]</a></td>
25
        <td>[% row.customer | html %]</td>
25
        <td>[% row.customer.displayable_name | html %]</td>
26 26
       </tr>
27 27
      [% END %]
28 28
     </table>

Auch abrufbar als: Unified diff