Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 48fd7698

Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID 48fd76985e64ea380707ff688d7e972cb674d109
  • Vorgänger 7d63a9be
  • Nachfolger 29606bd5

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