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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-4 / +3 lines)
Lines 283-291 $(document).ready(function() { Link Here
283
                    No limitation
283
                    No limitation
284
                [% END %]
284
                [% END %]
285
            </td>
285
            </td>
286
            <td>
286
            <td class="actions">
287
              <a href="[% item.script_name %]?op=edit_attribute_type&amp;code=[% item.code |html %]">Edit</a>
287
              <a class="btn btn-mini" href="[% item.script_name %]?op=edit_attribute_type&amp;code=[% item.code |html %]"><i class="fa fa-pencil"></i> Edit</a>
288
              <a href="[% item.script_name %]?op=delete_attribute_type&amp;code=[% item.code |html %]">Delete</a>
288
              <a class="btn btn-mini" href="[% item.script_name %]?op=delete_attribute_type&amp;code=[% item.code |html %]"><i class="fa fa-trash"></i> Delete</a>
289
            </td>
289
            </td>
290
          </tr>
290
          </tr>
291
        [% END %]
291
        [% END %]
292
- 

Return to bug 16543