Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 77f7372c

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 77f7372ce9c1338e80f3922023ab7d77edf84cc5
  • Vorgänger abdd2e61
  • Nachfolger 489e85ab

Neues kivitendo Design restliche Aenderungen in templates/webpages/i*

Dateien ic/* io/* ir/* is/*

Unterschiede anzeigen:

templates/webpages/ic/confirm_price_update.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5 5

  
6
 <form method="post" action="controller.pl" id="form">
6
<form method="post" action="controller.pl" id="form">
7
<h1>[% 'Update Prices' | $T8 %]</h1>
8
<div class="wrapper">
9
  <h3 class="confirm">[% 'Confirm!' | $T8 %]</h3>
10
  <p>
11
    [% LxERP.t8('Approximately #1 prices will be updated.', num_matches) %]<br>
12
    [% 'Are you sure you want to update the prices' | $T8 %]?
13
  </p>
7 14

  
8
  <h2 class="confirm">[% 'Confirm!' | $T8 %]</h2>
9

  
10
  <p>[% LxERP.t8('Approximately #1 prices will be updated.', num_matches) %]</p>
15
  [% L.hidden_tag('filter_key', filter_key) %]
11 16

  
12
  <p>[% 'Are you sure you want to update the prices' | $T8 %]?</p>
17
</div>
18
</form>
13 19

  
14
  [% L.hidden_tag('filter_key', filter_key) %]
15
 </form>

Auch abrufbar als: Unified diff