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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-3 / +2 lines)
Lines 376-382 Item types administration Link Here
376
                        <br/>
376
                        <br/>
377
                    [% END %]
377
                    [% END %]
378
                [% ELSE %]
378
                [% ELSE %]
379
                    [% itemtype.description %]
379
                    [% itemtype.description |html %]
380
                [% END %]
380
                [% END %]
381
            </td>
381
            </td>
382
            <td>[% itemtype.searchcategory %]</td>
382
            <td>[% itemtype.searchcategory %]</td>
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 %]</td>
390
            <td>[% itemtype.checkinmsg | html_line_break |html %]</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