Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 871c86de

Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 871c86de83701f76dc88c96266e9a2767a9f87ac
  • Vorgänger dfa6b52c
  • Nachfolger 90b1a37a

Neues Design 2019 Standard-Code templates/webpages/dbupgrade/orphaned_currencies.html

Unterschiede anzeigen:

templates/webpages/dbupgrade/orphaned_currencies.html
10 10
<p>[% 'There are undefined currencies in your system.' | $T8 %]</p>
11 11
<p>[% 'The following currencies have been used, but they are not defined:' | $T8 %]</p>
12 12
[% FOREACH row = ORPHANED_CURRENCIES %]
13
<input name="[% row.name %]" value="[% HTML.escape(row.curr) %]"><br>
13
<input type="text" name="[% row.name %]" value="[% HTML.escape(row.curr) %]"><br>
14 14
<input type="hidden" name="old_[% row.name %]" value="[% HTML.escape(row.curr) %]">
15 15
[% END %]
16 16
<p>[% 'There are several options you can handle this problem, please select one:' | $T8 %]</p>

Auch abrufbar als: Unified diff