View | Details | Raw Unified | Return to bug 39045
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-3 / +2 lines)
Lines 158-164 Link Here
158
                [% END %]
158
                [% END %]
159
            </li>
159
            </li>
160
            <li>
160
            <li>
161
                <label for="active">Active: </label>
161
                <label for="active">[% tp('Currency status', 'Active: ') | html %]</label>
162
                [% IF currency.active %]
162
                [% IF currency.active %]
163
                <input type="checkbox" id="active" name="active" value="1" checked="checked" />
163
                <input type="checkbox" id="active" name="active" value="1" checked="checked" />
164
                [% ELSE %]
164
                [% ELSE %]
Lines 238-244 Link Here
238
                <th>Symbol</th>
238
                <th>Symbol</th>
239
                <th>ISO code</th>
239
                <th>ISO code</th>
240
                <th>Last updated</th>
240
                <th>Last updated</th>
241
                <th>Active</th>
241
                <th>[% tp('Currency status', 'Active') | html %]</th>
242
                <th>Archived</th>
242
                <th>Archived</th>
243
                <th class="NoSort noExport">Actions</th>
243
                <th class="NoSort noExport">Actions</th>
244
            </tr>
244
            </tr>
245
- 

Return to bug 39045