Revision 48fd7698
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
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
Neues Design 2019 Standard-Code templates/webpages/dbupgrade/orphaned_currencies.html