|
Lines 134-142
Link Here
|
| 134 |
<th>Status</th> |
134 |
<th>Status</th> |
| 135 |
<th>Term</th> |
135 |
<th>Term</th> |
| 136 |
<th>Weight</th> |
136 |
<th>Weight</th> |
| 137 |
<th class="NoSort noExport">Actions</th> |
|
|
| 138 |
[% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %] |
| 139 |
<th>Date</th> |
137 |
<th>Date</th> |
|
|
138 |
[% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %] |
| 139 |
<th class="NoSort noExport">Actions</th> |
| 140 |
</tr> |
140 |
</tr> |
| 141 |
</thead> |
141 |
</thead> |
| 142 |
<tbody> |
142 |
<tbody> |
|
Lines 172-178
Link Here
|
| 172 |
<td> |
172 |
<td> |
| 173 |
[% tagloo.weight_total | html %] |
173 |
[% tagloo.weight_total | html %] |
| 174 |
</td> |
174 |
</td> |
|
|
175 |
<td data-order="[% tagloo.date_approved | html %]"> |
| 176 |
[% tagloo.date_approved | $KohaDates %] |
| 177 |
</td> |
| 175 |
[% IF ( tagloo.approved ) %] |
178 |
[% IF ( tagloo.approved ) %] |
|
|
179 |
<td> |
| 180 |
[% IF ( tagloo.approved_by_name ) %] |
| 181 |
<a href="/cgi-bin/koha/tags/review.pl?approved_by=[% tagloo.approved_by | uri %]&approved=all">[% tagloo.approved_by_name | html %]</a> |
| 182 |
[% END %] |
| 183 |
</td> |
| 176 |
<td class="actions"> |
184 |
<td class="actions"> |
| 177 |
<span class="ajax_buttons" style="visibility:hidden"> |
185 |
<span class="ajax_buttons" style="visibility:hidden"> |
| 178 |
[% IF ( tagloo.approved == -1 ) %] |
186 |
[% IF ( tagloo.approved == -1 ) %] |
|
Lines 184-194
Link Here
|
| 184 |
[% END %] |
192 |
[% END %] |
| 185 |
</span> |
193 |
</span> |
| 186 |
</td> |
194 |
</td> |
| 187 |
<td> |
195 |
|
| 188 |
[% IF ( tagloo.approved_by_name ) %] |
|
|
| 189 |
<a href="/cgi-bin/koha/tags/review.pl?approved_by=[% tagloo.approved_by | uri %]&approved=all">[% tagloo.approved_by_name | html %]</a> |
| 190 |
[% END %] |
| 191 |
</td> |
| 192 |
[% ELSE %] |
196 |
[% ELSE %] |
| 193 |
<td class="actions"> |
197 |
<td class="actions"> |
| 194 |
<span class="ajax_buttons" style="visibility:hidden"> |
198 |
<span class="ajax_buttons" style="visibility:hidden"> |
|
Lines 200-208
Link Here
|
| 200 |
<td> </td> |
204 |
<td> </td> |
| 201 |
[% END %] |
205 |
[% END %] |
| 202 |
[% END # /IF ( tagloo.approved ) %] |
206 |
[% END # /IF ( tagloo.approved ) %] |
| 203 |
<td data-order="[% tagloo.date_approved | html %]"> |
|
|
| 204 |
[% tagloo.date_approved | $KohaDates %] |
| 205 |
</td> |
| 206 |
</tr> |
207 |
</tr> |
| 207 |
[% END # /FOREACH tagloo %] |
208 |
[% END # /FOREACH tagloo %] |
| 208 |
</tbody> |
209 |
</tbody> |
| 209 |
- |
|
|