Subversion-Projekte lars-tiefland.ci

Revision

Revision 1421 | Revision 2043 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1421 Revision 1451
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
2
{include file="order_filter.tpl"}
2
{include file="order_filter.tpl"}
-
 
3
{include file="pagination.tpl"}
3
{if $anker != ""}
4
{if $anker != ""}
4
<script>
5
<script>
Zeile 5... Zeile 6...
5
 
6
 
6
    $(document).ready(function() {
7
    $(document).ready(function() {
Zeile 83... Zeile 84...
83
		<td>{$order.billAddr.vorname} {$order.billAddr.nachname}, {$order.billAddr.plz} {$order.billAddr.ort}, {$order.billAddr.land}</td>
84
		<td>{$order.billAddr.vorname} {$order.billAddr.nachname}, {$order.billAddr.plz} {$order.billAddr.ort}, {$order.billAddr.land}</td>
84
		<td>{$order.shop}, {$order.bestellart}</td>
85
		<td>{$order.shop}, {$order.bestellart}</td>
85
	</tr>
86
	</tr>
86
	{/foreach}
87
	{/foreach}
87
</table>
88
</table>
-
 
89
{include file="pagination.tpl"}
88
{include file="footer.tpl"}
90
{include file="footer.tpl"}
89
91