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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +1 lines)
Lines 387-393 Item types administration Link Here
387
              [% itemtype.rentalcharge | $Price %]
387
              [% itemtype.rentalcharge | $Price %]
388
            [% END %]
388
            [% END %]
389
            </td>
389
            </td>
390
            <td>[% itemtype.checkinmsg | html_line_break |html %]</td>
390
            <td>[% itemtype.checkinmsg | html | html_line_break %]</td>
391
            <td class="actions">
391
            <td class="actions">
392
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype |html %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
392
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype |html %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
393
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype |html %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
393
              <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype |html %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
394
- 

Return to bug 19103