Lines 316-322
$(document).ready(function(){
Link Here
|
316 |
<th>Description</th> |
316 |
<th>Description</th> |
317 |
<th>Numbering formula</th> |
317 |
<th>Numbering formula</th> |
318 |
<th>Display order</th> |
318 |
<th>Display order</th> |
319 |
<th> </th> |
319 |
<th>Actions</th> |
320 |
</tr> |
320 |
</tr> |
321 |
</thead> |
321 |
</thead> |
322 |
<tbody> |
322 |
<tbody> |
Lines 326-334
$(document).ready(function(){
Link Here
|
326 |
<td>[% numberpattern.description %]</td> |
326 |
<td>[% numberpattern.description %]</td> |
327 |
<td>[% numberpattern.numberingmethod %]</td> |
327 |
<td>[% numberpattern.numberingmethod %]</td> |
328 |
<td>[% numberpattern.displayorder %]</td> |
328 |
<td>[% numberpattern.displayorder %]</td> |
329 |
<td> |
329 |
<td class="actions"> |
330 |
<a href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=modify&id=[% numberpattern.id %]">Edit</a> | |
330 |
<a class="btn btn-mini" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=modify&id=[% numberpattern.id %]"><i class="fa fa-pencil"></i> Edit</a> |
331 |
<a class="delete_pattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=del&id=[% numberpattern.id %]">Delete</a> |
331 |
<a class="delete_pattern btn btn-mini" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=del&id=[% numberpattern.id %]"><i class="fa fa-trash"></i> Delete</a> |
332 |
</td> |
332 |
</td> |
333 |
</tr> |
333 |
</tr> |
334 |
[% END %] |
334 |
[% END %] |
335 |
- |
|
|