Lines 8-14
Link Here
|
8 |
<th>Numbering pattern</th> |
8 |
<th>Numbering pattern</th> |
9 |
<th class="NoSort">Number of users</th> |
9 |
<th class="NoSort">Number of users</th> |
10 |
<th class="title-string">Last Import</th> |
10 |
<th class="title-string">Last Import</th> |
11 |
<th class="NoSort">Actions</th> |
11 |
[% UNLESS search_only %] |
|
|
12 |
<th class="NoSort">Actions</th> |
13 |
[% END %] |
12 |
</tr> |
14 |
</tr> |
13 |
</thead> |
15 |
</thead> |
14 |
<tfoot> |
16 |
<tfoot> |
Lines 19-25
Link Here
|
19 |
<td><input type="text" class="dt-filter" data-column_num="3" placeholder="Search numbering pattern" /></td> |
21 |
<td><input type="text" class="dt-filter" data-column_num="3" placeholder="Search numbering pattern" /></td> |
20 |
<td></td> |
22 |
<td></td> |
21 |
<td><input type="text" class="dt-filter" data-column_num="5" placeholder="Search last import" /></td> |
23 |
<td><input type="text" class="dt-filter" data-column_num="5" placeholder="Search last import" /></td> |
22 |
<td></td> |
24 |
[% UNLESS search_only %] |
|
|
25 |
<td></td> |
26 |
[% END %] |
23 |
</tr> |
27 |
</tr> |
24 |
</tfoot> |
28 |
</tfoot> |
25 |
<tbody> |
29 |
<tbody> |
Lines 32-38
Link Here
|
32 |
<td>[% IF ( subscription.numberingmethod ) %][% subscription.numberingmethod %][% END %]</td> |
36 |
<td>[% IF ( subscription.numberingmethod ) %][% subscription.numberingmethod %][% END %]</td> |
33 |
<td>[% IF ( subscription.nbofusers ) %][% subscription.nbofusers %][% END %]</td> |
37 |
<td>[% IF ( subscription.nbofusers ) %][% subscription.nbofusers %][% END %]</td> |
34 |
<td><span title="[% subscription.lastimport %]">[% subscription.lastimport | $KohaDates %]</span></td> |
38 |
<td><span title="[% subscription.lastimport %]">[% subscription.lastimport | $KohaDates %]</span></td> |
35 |
<td><a style="cursor:pointer" onclick="mana_use([% subscription.id %])"> <i class="fa fa-inbox"></i> Use</a></td> |
39 |
[% UNLESS search_only %] |
|
|
40 |
<td><a style="cursor:pointer" onclick="mana_use([% subscription.id %])"> <i class="fa fa-inbox"></i> Use</a></td> |
41 |
[% END %] |
36 |
</tr> |
42 |
</tr> |
37 |
[% END %] |
43 |
[% END %] |
38 |
[% END %] |
44 |
[% END %] |