Lines 218-224
Link Here
|
218 |
[% INCLUDE 'csrf-token.inc' %] |
218 |
[% INCLUDE 'csrf-token.inc' %] |
219 |
<input type="hidden" name="op" value="cud-unarchive" /> |
219 |
<input type="hidden" name="op" value="cud-unarchive" /> |
220 |
<input type="hidden" name="id" value="[% cash_register.id | html %]" /> |
220 |
<input type="hidden" name="id" value="[% cash_register.id | html %]" /> |
221 |
<button type="submit" class="btn btn-default btn-xs unarchive_button" href="#" data-id="[% cash_register.id | html %]"><i class="fa fa-trash-can-restore"></i> Restore</button> |
221 |
<button type="submit" class="btn btn-default btn-xs unarchive_button" href="#" data-id="[% cash_register.id | html %]"><i class="fa fa-undo"></i> Restore</button> |
222 |
</form> |
222 |
</form> |
223 |
[% END %] |
223 |
[% END %] |
224 |
</td> |
224 |
</td> |
225 |
- |
|
|