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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-5 / +3 lines)
Lines 252-259 $(document).ready(function() { Link Here
252
	<th>Description (OPAC)</th>
252
	<th>Description (OPAC)</th>
253
	<th>Icon</th>
253
	<th>Icon</th>
254
    <th>Branches limitations</th>
254
    <th>Branches limitations</th>
255
	<th>Edit</th>
255
	<th>Actions</th>
256
	<th>Delete</th>
257
	</tr>
256
	</tr>
258
</thead><tbody>
257
</thead><tbody>
259
[% FOREACH loo IN loop %]
258
[% FOREACH loo IN loop %]
Lines 282-289 $(document).ready(function() { Link Here
282
            No limitation
281
            No limitation
283
        [% END %]
282
        [% END %]
284
    </td>
283
    </td>
285
    <td><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;id=[% loo.id %]">Edit</a></td>
284
    <td class="actions"><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;id=[% loo.id %]" class="btn btn-mini"><i class="fa fa-pencil"></i> Edit</a>
286
    <td><a class="delete" href="/cgi-bin/koha/admin/authorised_values.pl?op=delete&amp;searchfield=[% searchfield %]&amp;id=[% loo.id %]">Delete</a></td>
285
    <a class="delete btn btn-mini" href="/cgi-bin/koha/admin/authorised_values.pl?op=delete&amp;searchfield=[% searchfield %]&amp;id=[% loo.id %]"><i class="fa fa-trash"></i> Delete</a></td>
287
</tr>
286
</tr>
288
[% END %]
287
[% END %]
289
</tbody></table>[% ELSE %]
288
</tbody></table>[% ELSE %]
290
- 

Return to bug 16236