|
Lines 49-55
Link Here
|
| 49 |
|
49 |
|
| 50 |
|
50 |
|
| 51 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/currency.pl">Currencies & Exchange rates</a> › [% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency %]'[% ELSE %]New currency[% END %][% END %] |
51 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/currency.pl">Currencies & Exchange rates</a> › [% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency %]'[% ELSE %]New currency[% END %][% END %] |
| 52 |
[% IF op == 'delete_confirm' %]Confirm deletion of currency '<span class="ex">[% searchfield %]</span>' |
52 |
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% '<span class="ex">' _ searchfield _ '</span>' %]' |
| 53 |
[% ELSIF op == 'list' %]Currencies |
53 |
[% ELSIF op == 'list' %]Currencies |
| 54 |
[% END %] |
54 |
[% END %] |
| 55 |
</div> |
55 |
</div> |
|
Lines 149-155
Link Here
|
| 149 |
[% IF op =='delete_confirm' %] |
149 |
[% IF op =='delete_confirm' %] |
| 150 |
[% IF nb_of_orders or nb_of_vendors %] |
150 |
[% IF nb_of_orders or nb_of_vendors %] |
| 151 |
<div class="dialog alert"> |
151 |
<div class="dialog alert"> |
| 152 |
<h3>Cannot delete currency <span class="ex">'[% currency.currency %]'</span></h3> |
152 |
<h3>Cannot delete currency [% '<span class="ex">' _ currency.currency _ '</span>' %]'</h3> |
| 153 |
<p> |
153 |
<p> |
| 154 |
[% IF nb_of_orders %] |
154 |
[% IF nb_of_orders %] |
| 155 |
This currency is used by [% nb_of_orders %] orders. |
155 |
This currency is used by [% nb_of_orders %] orders. |
|
Lines 164-170
Link Here
|
| 164 |
</div> |
164 |
</div> |
| 165 |
[% ELSE %] |
165 |
[% ELSE %] |
| 166 |
<div class="dialog alert"> |
166 |
<div class="dialog alert"> |
| 167 |
<h3>Confirm deletion of currency <span class="ex">'[% currency.currency %]'</span></h3> |
167 |
<h3>Confirm deletion of currency '[% '<span class="ex">' _ currency.currency _ '</span>' %]'</h3> |
| 168 |
<table> |
168 |
<table> |
| 169 |
<tr><th>Currency</th> |
169 |
<tr><th>Currency</th> |
| 170 |
<td>[% currency.currency %]</td> |
170 |
<td>[% currency.currency %]</td> |
| 171 |
- |
|
|