Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 31157ef9

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 31157ef998ed7bf55d1fca0d0a65d632c8d3c787
  • Vorgänger e47b2d70
  • Nachfolger 1dc2e239

Neues kivitendo Design restliche Aenderungen in templates/webpages/*

Dateien gobd/* order_items_search/* parts_price_history/* payment_term/*
presenter/* price_information/* taxzones/* todo/* vk/* webdav/*

Unterschiede anzeigen:

templates/webpages/todo/show_todo_list.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
<h1>[% 'Your TODO list' | $T8 %]</h1>
4

  
5
 [%- IF !todo_list %]
6
 <p>
7
  [% 'There are no items on your TODO list at the moment.' | $T8 %]
8
 </p>
9

  
10
 [%- ELSE %]
1
[% USE T8 %]
2
[% USE HTML %]
11 3

  
12
 [%- todo_list %]
13

  
14
 [%- END %]
4
<h1>[% 'Your TODO list' | $T8 %]</h1>
15 5

  
6
[% IF !todo_list %]
7
  <p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p>
8
[% ELSE %]
9
  [% todo_list %]
10
[% END %]

Auch abrufbar als: Unified diff