9,11 → 9,14 |
<?php echo __('Bisher keine Versandzonen hinterlegt.', 'wpsg'); ?> |
<?php } else { ?> |
<table class="table wpsg_table_vz"> |
<thead> |
<tr> |
<th class="col_name"><?php echo __('Bezeichnung', 'wpsg'); ?></th> |
<th class="col_innereu"><?php echo __('Inner- gemeinschaftlich', 'wpsg'); ?></th> |
<th class="col_aktion"></th> |
</tr> |
</thead> |
<tbody> |
<?php foreach ($this->view['data'] as $vz) { ?> |
<tr> |
<td class="wpsg_editable col_name"> |
60,6 → 63,7 |
</td> |
</tr> |
<?php } ?> |
</tbody> |
</table> |
|
<script type="text/javascript">/* <![CDATA[ */ |