Stupid bug.
git-svn-id: http://svn.cleancode.org/svn/pickles@119 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
parent
1b7442aa3c
commit
3e58d2c659
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@
|
|||
<br class="clear-right" />
|
||||
<div class="center" style="width: 500px">
|
||||
<input type="hidden" name="id" value="{$order.order_id}" />
|
||||
<input type="button" value="Save & Return to List" onclick="ajaxRequest(this.parentNode.parentNode, 'returnToList'); return false;" />
|
||||
<input type="button" value="Save & Print Packing Slip" onclick="alert('almost'); return false; ajaxRequest(this.parentNode.parentNode); /*, 'print');*/ return false;" />
|
||||
<input type="button" value="Save & Return to List" onclick="ajaxRequest(this.parentNode.parentNode.parentNode, 'returnToList'); return false;" />
|
||||
<input type="button" value="Save & Print Packing Slip" onclick="alert('almost'); return false; ajaxRequest(this.parentNode.parentNode.parentNode); /*, 'print');*/ return false;" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="float-right">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue