Lines 151-157
Link Here
|
151 |
[% END %] |
151 |
[% END %] |
152 |
</li> |
152 |
</li> |
153 |
<li> |
153 |
<li> |
154 |
<label for="active">Active: </label> |
154 |
<label for="active">[% tp('Currency status', 'Active: ') | html %]</label> |
155 |
[% IF currency.active %] |
155 |
[% IF currency.active %] |
156 |
<input type="checkbox" id="active" name="active" value="1" checked="checked" /> |
156 |
<input type="checkbox" id="active" name="active" value="1" checked="checked" /> |
157 |
[% ELSE %] |
157 |
[% ELSE %] |
Lines 231-237
Link Here
|
231 |
<th>Symbol</th> |
231 |
<th>Symbol</th> |
232 |
<th>ISO code</th> |
232 |
<th>ISO code</th> |
233 |
<th>Last updated</th> |
233 |
<th>Last updated</th> |
234 |
<th>Active</th> |
234 |
<th>[% tp('Currency status', 'Active') | html %]</th> |
235 |
<th>Archived</th> |
235 |
<th>Archived</th> |
236 |
<th class="NoSort noExport">Actions</th> |
236 |
<th class="NoSort noExport">Actions</th> |
237 |
</tr> |
237 |
</tr> |
238 |
- |
|
|