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 177-183 Link Here
177
            <th class="title-string">Last updated</th>
177
            <th class="title-string">Last updated</th>
178
            <th>Active</th>
178
            <th>Active</th>
179
            <th>Archived</th>
179
            <th>Archived</th>
180
            <th>Actions</th>
180
            <th>&nbsp;</th>
181
181
        </tr>
182
        </tr>
182
      </thead>
183
      </thead>
183
      <tbody>
184
      <tbody>
Lines 191-199 Link Here
191
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
192
            <td style="color:green;">[% IF currency.active %]✓[% END %]</td>
192
            <td>[% IF currency.archived %]Yes[% END %]</td>
193
            <td>[% IF currency.archived %]Yes[% END %]</td>
193
            <td>
194
            <td>
194
              <a href="/cgi-bin/koha/admin/currency.pl?op=add_form&amp;currency_code=[% currency.currency %]">Edit</a>
195
              <div class="dropdown">
195
              |
196
                <a class="btn btn-mini dropdown-toggle" id="currencyactions[% currency.currency %]" role="button" data-toggle="dropdown" href="#">
196
              <a href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&amp;currency_code=[% currency.currency %]">Delete</a>
197
                  Actions <b class="caret"></b></a>
198
                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="currencyactions[% currency.currency %]">
199
                  <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>
200
                  <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>
201
                </ul>
202
              </div>
197
            </td>
203
            </td>
198
          </tr>
204
          </tr>
199
        [% END %]
205
        [% END %]
200
- 

Return to bug 15993