Subversion Repositories wpShopGermany4

Rev

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

Rev 5455 Rev 5532
Line 16... Line 16...
16
			
16
			
17
</div>
17
</div>
18
 
18
 
19
<div class="wpsg_admin_content">
19
<div class="wpsg_admin_content">
20
 
20
 
-
 
21
	<?php echo wpsg_drawForm_AdminboxStart(__('Länderverwaltung', 'wpsg')); ?>
-
 
22
	
-
 
23
	<?php if (wpsg_isSizedArray($this->view['data'])) { ?>
-
 
24
	<table class="table wpsg_table_country">
-
 
25
	
-
 
26
		<tr>
-
 
27
			<th class="col_name"><?php echo __('Ländername', 'wpsg'); ?></th>
-
 
28
			<th class="col_vz"><?php echo __('Versandzone', 'wpsg'); ?></th>
-
 
29
			<th class="col_mwstsetting"><?php echo __('MwSt.', 'wpsg'); ?></th>
-
 
30
			<th class="col_mwst"><?php echo __('MwSt. A', 'wpsg'); ?></th>
-
 
31
			<th class="col_mwst"><?php echo __('MwSt. B', 'wpsg'); ?></th>
-
 
32
			<th class="col_mwst"><?php echo __('MwSt. C', 'wpsg'); ?></th>
-
 
33
			<th class="col_mwst"><?php echo __('MwSt. D', 'wpsg'); ?></th>
-
 
34
			<th class="col_action"></th>
-
 
35
		</tr>
-
 
36
		
-
 
37
		<?php foreach ($this->view['data'] as $l) { ?>
-
 
38
		<tr id="<?php echo $l['id']; ?>">
-
 
39
			<td class="col_name"><?php echo wpsg_hspc($l['name'].((wpsg_isSizedString($l['kuerzel']))?' ('.$l['kuerzel'].')':'')); ?></td>
-
 
40
			<td class="col_vz">
-
 
41
				<?php if (wpsg_isSizedInt($l['vz']) && wpsg_isSizedString($this->view['vz'][$l['vz']])) { ?>
-
 
42
				<?php echo wpsg_hspc($this->view['vz'][$l['vz']]); ?>
-
 
43
				<?php } ?>
-
 
44
			</td>
-
 
45
			<td class="col_mwstsetting">
-
 
46
				<?php if ($l['mwst'] == '2') { ?>
-
 
47
				<?php echo __('keine MwSt. bei USt.IdNr.', 'wpsg'); ?>
-
 
48
				<?php } else if ($l['mwst'] == '1') { ?>
-
 
49
				<?php echo __('keine MwSt.', 'wpsg'); ?>
-
 
50
				<?php } else { ?>
-
 
51
				<?php echo __('mit MwSt.', 'wpsg'); ?>
-
 
52
				<?php } ?>
-
 
53
			</td>
-
 
54
			<td class="col_mwst"><?php if (wpsg_tf($l['mwst_a']) != NULL) { ?>
-
 
55
				<?php echo wpsg_ff(wpsg_tf($l['mwst_a']), '%'); ?>
-
 
56
			<?php } ?></td>
-
 
57
			<td class="col_mwst"><?php if (wpsg_tf($l['mwst_b']) != NULL) { ?>
-
 
58
				<?php echo wpsg_ff(wpsg_tf($l['mwst_b']), '%'); ?>
-
 
59
			<?php } ?></td>
-
 
60
			<td class="col_mwst"><?php if (wpsg_tf($l['mwst_c']) != NULL) { ?>
-
 
61
				<?php echo wpsg_ff(wpsg_tf($l['mwst_c']), '%'); ?>
-
 
62
			<?php } ?></td>
-
 
63
			<td class="col_mwst"><?php if (wpsg_tf($l['mwst_d']) != NULL) { ?>
-
 
64
				<?php echo wpsg_ff(wpsg_tf($l['mwst_d']), '%'); ?>
-
 
65
			<?php } ?></td>
-
 
66
			<td class="col_action"></td>
-
 
67
		</tr>
-
 
68
		<?php } ?>
-
 
69
	
-
 
70
	</table>
-
 
71
	<?php } else { ?>
-
 
72
	<p><?php echo __('Noch keine Länder angelegt.', 'wpsg'); ?>
-
 
73
	<?php } ?>
-
 
74
	
-
 
75
	<br /><br />
-
 
76
	
-
 
77
	<a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=vz"><span class="wpsg-glyphicon glyphicon glyphicon-wrench"></span><?php echo __('Zur Versandzonenverwaltung', 'wpsg'); ?></a>
-
 
78
	
-
 
79
	<?php echo wpsg_drawForm_AdminboxEnd(); ?>
-
 
80
 
21
	<div class="wpsg_admin_box">	
81
	<div class="wpsg_admin_box">	
22
		
82
		
23
		<h3>
83
		<h3>
24
			<?php echo __('Neues Land hinzufügen', 'wpsg'); ?>
84
			<?php echo __('Neues Land hinzufügen', 'wpsg'); ?>
25
			<a target="_blank" href="http://wpshopgermany.maennchen1.de/?p=839037" class="wpsg_form_help_notip"></a>	
85
			<a target="_blank" href="http://wpshopgermany.maennchen1.de/?p=839037" class="wpsg_form_help_notip"></a>