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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-5 / +10 lines)
Lines 207-213 Link Here
207
            <th class="title-string">Last updated</th>
207
            <th class="title-string">Last updated</th>
208
            <th>Active</th>
208
            <th>Active</th>
209
            <th>Archived</th>
209
            <th>Archived</th>
210
            <th>Actions</th>
210
            <th>&nbsp;</th>
211
211
        </tr>
212
        </tr>
212
      </thead>
213
      </thead>
213
      <tbody>
214
      <tbody>
Lines 221-229 Link Here
221
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
222
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
222
            <td>[% IF currency.archived %]Yes[% END %]</td>
223
            <td>[% IF currency.archived %]Yes[% END %]</td>
223
            <td>
224
            <td>
224
              <a href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency %]">Edit</a>
225
              <div class="dropdown">
225
              |
226
                <a class="btn btn-mini dropdown-toggle" id="currencyactions[% currency.currency %]" role="button" data-toggle="dropdown" href="#">
226
              <a href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency %]">Delete</a>
227
                  Actions <b class="caret"></b></a>
228
                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="currencyactions[% currency.currency %]">
229
                  <li><a href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency %]"><i class="fa fa-pencil"></i> Edit</a></li>
230
                  <li><a href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency %]"><i class="fa fa-trash"></i> Delete</a></li>
231
                </ul>
232
              </div>
227
            </td>
233
            </td>
228
          </tr>
234
          </tr>
229
        [% END %]
235
        [% END %]
230
- 

Return to bug 15993