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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-11 / +2 lines)
Lines 162-178 $(document).ready(function() { Link Here
162
      </tbody>
162
      </tbody>
163
      <tfoot>
163
      <tfoot>
164
        <tr>
164
        <tr>
165
            <th>Total</th>
165
            <th colspan="5">Total</th>
166
            <th>&nbsp;</th>
167
            <th>&nbsp;</th>
168
            <th>&nbsp;</th>
169
            <th>[% total %]</th>
166
            <th>[% total %]</th>
170
            <th>&nbsp;</th>
167
            <th colspan="3">&nbsp;</th>
171
            <th>&nbsp;</th>
172
            <th>&nbsp;</th>
173
            <td>
174
              <input type="submit" value="Claim Order" />
175
            </td>
176
        </tr>
168
        </tr>
177
      </tfoot>
169
      </tfoot>
178
    </table>
170
    </table>
179
- 

Return to bug 7298