Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cbff51ab

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID cbff51abdd8f419f5324136515b0cd625f64050d
  • Vorgänger 124c34d0
  • Nachfolger 352d3f64

Neues Design 2019 Standard-Code templates/webpages/ic/

Unterschiede anzeigen:

templates/webpages/ic/confirm_price_update.html
3 3
[% USE LxERP %]
4 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