Subversion Repositories wpShopGermany4

Rev

Rev 5934 | Rev 7560 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5934 Rev 6306
Line 7... Line 7...
7
?>
7
?>
8
<?php if (!is_array($this->view['data']) || sizeof($this->view['data']) <= 0) { ?>
8
<?php if (!is_array($this->view['data']) || sizeof($this->view['data']) <= 0) { ?>
9
<?php echo __('Bisher keine Versandzonen hinterlegt.', 'wpsg'); ?>
9
<?php echo __('Bisher keine Versandzonen hinterlegt.', 'wpsg'); ?>
10
<?php } else { ?>
10
<?php } else { ?>
11
<table class="table wpsg_table_vz">
11
<table class="table wpsg_table_vz">
-
 
12
	<thead>
12
	<tr>
13
	<tr>
13
		<th class="col_name"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
14
		<th class="col_name"><?php echo __('Bezeichnung', 'wpsg'); ?></th>
14
		<th class="col_innereu"><?php echo __('Inner- gemeinschaftlich', 'wpsg'); ?></th>
15
		<th class="col_innereu"><?php echo __('Inner- gemeinschaftlich', 'wpsg'); ?></th>
15
		<th class="col_aktion"></th>
16
		<th class="col_aktion"></th>
16
	</tr>
17
	</tr>
-
 
18
	</thead>
-
 
19
	<tbody>
17
	<?php foreach ($this->view['data'] as $vz) { ?>
20
	<?php foreach ($this->view['data'] as $vz) { ?>
18
	<tr>
21
	<tr>
19
		<td class="wpsg_editable col_name">
22
		<td class="wpsg_editable col_name">
20
			<span  id="vz_<?php echo $vz['id']; ?>_name" ><?php echo wpsg_hspc($vz['name']); ?></span> 
23
			<span  id="vz_<?php echo $vz['id']; ?>_name" ><?php echo wpsg_hspc($vz['name']); ?></span> 
21
			<br />
24
			<br />
Line 58... Line 61...
58
 
61
 
59
				/* ]]> */</script>		
62
				/* ]]> */</script>		
60
		</td>
63
		</td>
61
	</tr>
64
	</tr>
62
	<?php } ?>
65
	<?php } ?>
-
 
66
	</tbody>
63
</table>
67
</table>
64
 
68
 
65
<script type="text/javascript">/* <![CDATA[ */
69
<script type="text/javascript">/* <![CDATA[ */
66
 
70
 
67
	jQuery(document).ready(function() {
71
	jQuery(document).ready(function() {