| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: single_order.tpl 1320 2016-11-06 12:26:09Z lars $ BEGIN -->
|
2 |
<!-- $Id: single_order.tpl 1321 2016-11-06 12:47:32Z lars $ BEGIN -->
|
| 3 |
<link rel="stylesheet" href="/backend/css/bestellung.css" />
|
3 |
<link rel="stylesheet" href="/backend/css/bestellung.css" />
|
| 4 |
<script src="/backend/js/common.js"></script>
|
4 |
<script src="/backend/js/common.js"></script>
|
| 5 |
<script>
|
5 |
<script>
|
| 6 |
$(function(){
|
6 |
$(function(){
|
| 7 |
{if $order.kk_info.anbieter=="Amazon"}
|
7 |
{if $order.kk_info.anbieter=="Amazon"}
|
| Zeile 668... |
Zeile 668... |
| 668 |
{if isset($user_rechte.Warenwirtschaft.bestellung.preise_anzeigen)}
|
668 |
{if isset($user_rechte.Warenwirtschaft.bestellung.preise_anzeigen)}
|
| 669 |
<a href="javascript:drucken_ohne_preis();">Drucken ohne Preise</a>
|
669 |
<a href="javascript:drucken_ohne_preis();">Drucken ohne Preise</a>
|
| 670 |
{/if}
|
670 |
{/if}
|
| 671 |
</span>
|
671 |
</span>
|
| 672 |
<form method="post" action="/backend/order/save" name="formname" enctype="multipart/form-data" id="bestellungFormular">
|
672 |
<form method="post" action="/backend/order/save" name="formname" enctype="multipart/form-data" id="bestellungFormular">
|
| - |
|
673 |
<input type="hidden" name="{$csrf_name}" value="{$csrf_value}" />
|
| 673 |
<input type="hidden" name="Bestellung" value="{$order.ID}" id="best_id"/>
|
674 |
<input type="hidden" name="Bestellung" value="{$order.ID}" id="best_id"/>
|
| 674 |
<table border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999" class="bestellungFormular">
|
675 |
<table border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999" class="bestellungFormular">
|
| 675 |
<tr>
|
676 |
<tr>
|
| 676 |
<td colspan="3" class="links noprint">Bestellung: Bearbeiten
|
677 |
<td colspan="3" class="links noprint">Bestellung: Bearbeiten
|
| 677 |
</td>
|
678 |
</td>
|
| Zeile 2295... |
Zeile 2296... |
| 2295 |
{/if}
|
2296 |
{/if}
|
| 2296 |
</table>
|
2297 |
</table>
|
| 2297 |
<input type="hidden" name="shops_id" value="{$order.shops_ID}" />
|
2298 |
<input type="hidden" name="shops_id" value="{$order.shops_ID}" />
|
| 2298 |
</form>
|
2299 |
</form>
|
| 2299 |
</div>
|
2300 |
</div>
|
| 2300 |
<!-- $Id: single_order.tpl 1320 2016-11-06 12:26:09Z lars $ END -->
|
2301 |
<!-- $Id: single_order.tpl 1321 2016-11-06 12:47:32Z lars $ END -->
|
| 2301 |
{include file="footer.tpl"}^
|
2302 |
{include file="footer.tpl"}^
|