Lines 251-257
tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
Link Here
|
251 |
<td>[% tagloo.weight_total %] |
251 |
<td>[% tagloo.weight_total %] |
252 |
</td> |
252 |
</td> |
253 |
[% IF ( tagloo.approved ) %] |
253 |
[% IF ( tagloo.approved ) %] |
254 |
<td><span class="ajax_buttons" style="visibility:hidden"> |
254 |
<td class="actions"><span class="ajax_buttons" style="visibility:hidden"> |
255 |
[% IF ( tagloo.approved == -1 ) %] |
255 |
[% IF ( tagloo.approved == -1 ) %] |
256 |
<input class="ok" type="submit" title="[% tagloo.term %]" value="Approve" name="approve" /> |
256 |
<input class="ok" type="submit" title="[% tagloo.term %]" value="Approve" name="approve" /> |
257 |
<input class="rej" disabled="disabled" type="submit" title="[% tagloo.term %]" value="Rejected" name="reject" /> |
257 |
<input class="rej" disabled="disabled" type="submit" title="[% tagloo.term %]" value="Rejected" name="reject" /> |
258 |
- |
|
|