Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5439
Line 2... Line 2...
2
 
2
 
3
	/**
3
	/**
4
	 * Template für den ersten Karteireiter der Kundendaten
4
	 * Template für den ersten Karteireiter der Kundendaten
5
	 */
5
	 */
6
 
6
 
-
 
7
	$arSelect = array(
-
 
8
		'0' => __('Ja', 'wpsg'),
-
 
9
		'1' => __('Nein', 'wpsg')
-
 
10
	);
-
 
11
 
7
?>
12
?>
8
<table class="wpsg_pflichtfelder">
-
 
9
	<tr>
13
 
10
		<th class="col0"><?php echo __("Feldbezeichnung", "wpsg"); ?></th>
-
 
11
		<th class="col1"><?php echo __("Pflichtfeld", "wpsg"); ?></th>	 
-
 
12
	</tr>
-
 
13
	<tr class="wpsg_odd">
-
 
14
		<td class="col0"><?php echo __('Anrede', 'wpsg'); ?>:</td>
-
 
15
		<td class="col1">
-
 
16
			<select name="pflicht[anrede]">
-
 
17
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
18
				<option value="1" <?php echo (($this->view['pflicht']['anrede'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>
14
<?php echo wpsg_drawForm_Select('pflicht[anrede]', __('Anrede', 'wpsg'), $arSelect, $this->view['pflicht']['anrede']); ?>
19
			</select>
-
 
20
		</td>
-
 
21
	</tr>
-
 
22
	<tr class="wpsg_odd">
-
 
23
		<td class="col0"><?php echo __('Mögliche Werte für Auswahl getrennt mit |', 'wpsg'); ?>:</td>
15
<?php echo wpsg_drawForm_Input('pflicht[anrede_auswahl]', __('Mögliche Werte für Auswahl getrennt mit |', 'wpsg'), $this->view['pflicht']['anrede_auswahl']); ?>
24
		<td class="col1">
-
 
25
			<input type="text" style="width:100%;" name="pflicht[anrede_auswahl]" value="<?php echo $this->view['pflicht']['anrede_auswahl']; ?>" />
16
<?php echo wpsg_drawForm_Select('pflicht[firma]', __('Firma', 'wpsg'), $arSelect, $this->view['pflicht']['firma'])?>
26
		</td>
-
 
27
	</tr>
-
 
28
	<tr class="wpsg_even">
-
 
29
		<td class="col0"><?php echo __('Firma', 'wpsg'); ?>:</td>
-
 
30
		<td class="col1">
-
 
31
			<select name="pflicht[firma]">
-
 
32
				<option value="0"><?php echo __("Ja", "wpsg"); ?></option>
-
 
33
				<option value="1" <?php echo (($this->view['pflicht']['firma'] == '1')?'selected="selected"':''); ?>><?php echo __("Nein", "wpsg"); ?></option>														
-
 
34
			</select>
-
 
35
		</td> 
-
 
36
	</tr>
-
 
37
	<tr class="wpsg_odd">
-
 
38
		<td class="col0"><?php echo __('Vorname', 'wpsg'); ?>:</td>
-
 
39
		<td class="col1">
-
 
40
			<select name="pflicht[vname]">
-
 
41
				<option value="0"><?php echo __("Ja", "wpsg"); ?></option>
-
 
42
				<option value="1" <?php echo (($this->view['pflicht']['vname'] == '1')?'selected="selected"':''); ?>><?php echo __("Nein", "wpsg"); ?></option>							
17
<?php echo wpsg_drawForm_Select('pflicht[vname]', __('Vorname', 'wpsg'), $arSelect, $this->view['pflicht']['vname'])?>
43
			</select>
-
 
44
		</td> 
-
 
45
	</tr>
-
 
46
	<tr class="wpsg_even">
-
 
47
		<td class="col0"><?php echo __('Name', 'wpsg'); ?>:</td>
-
 
48
		<td class="col1">
-
 
49
			<select name="pflicht[name]">
-
 
50
				<option value="0"><?php echo __("Ja", "wpsg"); ?></option>
-
 
51
				<option value="1" <?php echo (($this->view['pflicht']['name'] == '1')?'selected="selected"':''); ?>><?php echo __("Nein", "wpsg"); ?></option>							
18
<?php echo wpsg_drawForm_Select('pflicht[name]', __('Name', 'wpsg'), $arSelect, $this->view['pflicht']['name'])?>
52
			</select>
-
 
53
		</td>
-
 
54
	</tr>	
-
 
55
	<tr class="wpsg_odd">
-
 
56
		<td class="col0"><?php echo __('Geburtsdatum', 'wpsg'); ?></td>
-
 
57
		<td class="col1">
-
 
58
			<select name="pflicht[geb]">
-
 
59
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
60
				<option value="1" <?php echo (($this->view['pflicht']['geb'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
19
<?php echo wpsg_drawForm_Select('pflicht[geb]', __('Geburtsdatum', 'wpsg'), $arSelect, $this->view['pflicht']['geb'])?>
61
			</select>
-
 
62
		</td> 
-
 
63
	</tr>
-
 
64
	<tr class="wpsg_even">
-
 
65
		<td class="col0"><?php echo __('E-Mail Adresse', 'wpsg'); ?>:</td>
-
 
66
		<td class="col1">
-
 
67
			<select name="pflicht[email]">
-
 
68
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
69
				<option value="1" <?php echo (($this->view['pflicht']['email'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
20
<?php echo wpsg_drawForm_Select('pflicht[email]', __('E-Mail Adresse', 'wpsg'), $arSelect, $this->view['pflicht']['email'])?>
70
			</select>
-
 
71
		</td>
-
 
72
	</tr>
-
 
73
	<tr class="wpsg_even">
-
 
74
		<td class="col0"></td>
-
 
75
		<td class="col1">
-
 
76
			<label style="line-height:24px;">
-
 
77
				<input type="hidden" name="pflicht[emailconfirm]" value="0" />
-
 
78
				<input type="checkbox" value="1" <?php echo (($this->view['pflicht']['emailconfirm'] == '1')?'checked="checked"':''); ?> name="pflicht[emailconfirm]" style="width:auto; margin-left:5px;" />&nbsp;
21
<?php echo wpsg_drawForm_Checkbox('pflicht[emailconfirm]', __('E-Mail Adresse (Wiederholung)', 'wpsg'), $this->view['pflicht']['emailconfirm']); ?>
79
				<?php echo __('E-Mail Adresse (Wiederholung)', 'wpsg'); ?>
-
 
80
			</label>
-
 
81
		</td>
-
 
82
	</tr>
-
 
83
	<tr class="wpsg_odd">
-
 
84
		<td class="col0"><?php echo __('Telefon', 'wpsg'); ?>:</td>
-
 
85
		<td class="col1">
-
 
86
			<select name="pflicht[tel]">
-
 
87
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
88
				<option value="1" <?php echo (($this->view['pflicht']['tel'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
22
<?php echo wpsg_drawForm_Select('pflicht[tel]', __('Telefon', 'wpsg'), $arSelect, $this->view['pflicht']['tel'])?>
89
			</select>
-
 
90
		</td> 
-
 
91
	</tr>
-
 
92
	<tr class="wpsg_even">
-
 
93
		<td class="col0"><?php echo __('Fax', 'wpsg'); ?>:</td>
-
 
94
		<td class="col1">
-
 
95
			<select name="pflicht[fax]">
-
 
96
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
97
				<option value="1" <?php echo (($this->view['pflicht']['fax'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
23
<?php echo wpsg_drawForm_Select('pflicht[fax]', __('Fax', 'wpsg'), $arSelect, $this->view['pflicht']['fax'])?>
98
			</select>
-
 
99
		</td> 
-
 
100
	</tr>
-
 
101
	<tr class="wpsg_odd">
-
 
102
		<td class="col0"><?php echo __('Straße', 'wpsg'); ?>:</td>
-
 
103
		<td class="col1">
-
 
104
			<select name="pflicht[strasse]">
-
 
105
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
106
				<option value="1" <?php echo (($this->view['pflicht']['strasse'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
24
<?php echo wpsg_drawForm_Select('pflicht[strasse]', __('Straße', 'wpsg'), $arSelect, $this->view['pflicht']['strasse'])?>
107
			</select>
-
 
108
		</td> 
-
 
109
	</tr>
-
 
110
	<tr class="wpsg_even">
-
 
111
		<td class="col0"><?php echo __('Postleitzahl', 'wpsg'); ?>:</td>
-
 
112
		<td class="col1">
-
 
113
			<select name="pflicht[plz]">
-
 
114
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
115
				<option value="1" <?php echo (($this->view['pflicht']['plz'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
25
<?php echo wpsg_drawForm_Select('pflicht[plz]', __('Postleitzahl', 'wpsg'), $arSelect, $this->view['pflicht']['plz'])?>
116
			</select>
-
 
117
		</td> 
-
 
118
	</tr>			 	
-
 
119
	<tr class="wpsg_odd">
-
 
120
		<td class="col0"><?php echo __('Ort', 'wpsg'); ?>:</td>
-
 
121
		<td class="col1">
-
 
122
			<select name="pflicht[ort]">
-
 
123
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
124
				<option value="1" <?php echo (($this->view['pflicht']['ort'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
26
<?php echo wpsg_drawForm_Select('pflicht[ort]', __('Ort', 'wpsg'), $arSelect, $this->view['pflicht']['ort'])?>
125
			</select>
-
 
126
		</td>
-
 
127
	</tr>
-
 
128
	<tr class="wpsg_even">
-
 
129
		<td class="col0"><?php echo __('Land', 'wpsg'); ?>:</td>
-
 
130
		<td class="col1">
-
 
131
			<select name="pflicht[land]">
-
 
132
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
133
				<option value="1" <?php echo (($this->view['pflicht']['land'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
27
<?php echo wpsg_drawForm_Select('pflicht[land]', __('Land', 'wpsg'), $arSelect, $this->view['pflicht']['land'])?>
134
			</select>
-
 
135
		</td> 
-
 
136
	</tr>			 	
-
 
137
	<tr class="wpsg_odd">
-
 
138
		<td class="col0"><?php echo __('UStIdNr.', 'wpsg'); ?>:</td>
-
 
139
		<td class="col1">
-
 
140
			<select name="pflicht[ustidnr]">
-
 
141
				<option value="0"><?php echo __('Ja', 'wpsg'); ?></option>
-
 
142
				<option value="1" <?php echo (($this->view['pflicht']['ustidnr'] == '1')?'selected="selected"':''); ?>><?php echo __('Nein', 'wpsg'); ?></option>							
28
<?php echo wpsg_drawForm_Select('pflicht[ustidnr]', __('UStIdNr.', 'wpsg'), $arSelect, $this->view['pflicht']['ustidnr'])?>
143
			</select>
-
 
144
		</td>
-
 
145
	</tr>
29
 
146
</table>
-