Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f62a5097

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

  • ID f62a509750a1216b3a5cbe10a3c020b71cb3c439
  • Vorgänger 65f73f2e
  • Nachfolger 4dc27c18

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

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff