Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1000 Revision 1001
Zeile 1... Zeile 1...
1
<form id="user_form">
1
<form id="user_form">
2
	<input type="hidden" name="{$csrf_name}" value="{$csrf_value}" />
2
	<input type="hidden" name="{$csrf_name}" value="{$csrf_value}" />
-
 
3
	<table  style="width:662">
-
 
4
		<tr style="vertical-align:top">
-
 
5
			<td style="width:585">
-
 
6
				<table style="width:100%" cellpadding="3">
3
	<table>
7
					<tr>
-
 
8
						<td colspan="2" class="headline">
-
 
9
							<font color="{$webs.font_color_links}">
-
 
10
								<b>Benutzer: {if $smarty.get.ID}Bearbeiten{else}Neueintrag{/if}</b>
-
 
11
							</font>
-
 
12
						</td>
-
 
13
					</tr>
4
		<tr>
14
					<tr>
-
 
15
						<td style="vertical-align:middle" style="width:13%">
-
 
16
							<font color="#{$webs.font_color_links}">
-
 
17
								<b>Login:</b>
-
 
18
							</font>
5
			<td>ID</td>
19
						</td>
-
 
20
						<td colspan="2">
-
 
21
							<font color="{$webs.font_color_rechts}">
-
 
22
							<input type="text" name="user" value="{$user.user[0]}">
6
			<td>{$user.ID}</td>
23
							@{$webs.domain}</font>
-
 
24
						</td>
7
		</tr>
25
					</tr>
8
		<tr>
26
					<tr>
-
 
27
						<td style="vertical-align:middle" style="width:13%">
-
 
28
							<font color="#{$webs.font_color_links}">
9
			<td>Name</td>
29
								<b>Name:</b>
-
 
30
							</font>
-
 
31
						</td>
-
 
32
						<td colspan="2">
-
 
33
							<font color="#{$webs.font_color_rechts}">
-
 
34
								<input type="text" name="name" value="{$user.name}"></font>
-
 
35
							</font>
-
 
36
						</td>
-
 
37
					</tr>
-
 
38
					<tr>
-
 
39
						<td style="vertical-align:top" style="width:13%">
-
 
40
							<font color="#{$webs.font_color_links}">
-
 
41
								<b>Passwort:</b>
-
 
42
							</font>
-
 
43
						</td>
-
 
44
						<td colspan="2">
-
 
45
							<font color="#{$webs.font_color_rechts}">
-
 
46
								<input type="password" name="passwd">(Passwort)<br>
-
 
47
								<input type="password" name="pwdcheck">(Passwortbest&auml;tigung)
-
 
48
							</font>
-
 
49
						</td>
-
 
50
					</tr>
-
 
51
					<tr>
-
 
52
						<td style="vertical-align:top" style="width:13%">
-
 
53
							<font color="#{$webs.font_color_links}">
-
 
54
								<b>Hostsperre:</b>
-
 
55
							</font>
-
 
56
						</td>
-
 
57
						<td colspan="2">
-
 
58
							<font color="#{$webs.font_color_rechts}">
-
 
59
								<input type="hidden" name="ignoreRemoteHosts" value="0">
-
 
60
								<input type="checkbox" name="ignoreRemoteHosts" value="1"{if $user.ignoreRemoteHosts == 1}checked="checked"{/if}>Ignoriere Einschr&auml;nkung auf Hosts
-
 
61
							</font>
-
 
62
						</td>
-
 
63
					</tr>
-
 
64
					{if isset($web_rechte.admin.admin.zusatz_daten)}
-
 
65
					<tr>
-
 
66
						<td style="vertical-align:top" style="width:13%">
-
 
67
							<font color="#{$webs.font_color_links}">
-
 
68
								<b>E-Mail Adresse:</b>
-
 
69
							</font>
-
 
70
						</td>
-
 
71
						<td colspan="2">
-
 
72
							<font color="#{$webs.font_color_rechts}">
-
 
73
								<input type="text" name="email" value="{$user.email}">
-
 
74
							</font>
-
 
75
						</td>
-
 
76
					</tr>
-
 
77
					<tr>
-
 
78
						<td style="vertical-align:top" style="width:13%">
-
 
79
							<font color="#{$webs.font_color_links}">
-
 
80
								<b>Telefon:</b>
-
 
81
							</font>
-
 
82
						</td>
-
 
83
						<td colspan="2">
-
 
84
							<font color="#{$webs.font_color_rechts}">
-
 
85
								<input type="text" name="telefon" value="{$user.telefon}">
-
 
86
							</font>
-
 
87
						</td>
-
 
88
					</tr>
10
			<td>
89
					<tr>
-
 
90
						<td style="vertical-align:top" style="width:13%">
-
 
91
							<font color="#{$webs.font_color_links}">
-
 
92
								<b>Fax:</b>
-
 
93
							</font>
-
 
94
						</td>
-
 
95
						<td colspan="2">
-
 
96
							<font color="#{$webs.font_color_rechts}">
11
				<input type="text" name="name" value="{$user.name}" />
97
								<input type="text" name="fax" value="{$user.fax}">
-
 
98
							</font>
-
 
99
						</td>
-
 
100
					</tr>
-
 
101
					{/if}
-
 
102
					{if isset($user_rechte.cms)}
-
 
103
					<tr>
-
 
104
						<td style="width:13%">
-
 
105
							<font color="#{$webs.font_color_links}">
-
 
106
								<b>Verzeichnis:</b>
-
 
107
							</font>
-
 
108
						</td>
-
 
109
						<td colspan="2">
-
 
110
							<font color="#{$webs.font_color_rechts}">
-
 
111
								<input type="text" name="dir" value="{$user.dir}">
-
 
112
							</font>
-
 
113
						</td>
-
 
114
					</tr>
-
 
115
					{/if}
-
 
116
					<tr>
-
 
117
						<td style="vertical-align:top" style="width:13%">
-
 
118
							<font color="#{$webs.font_color_links}">
-
 
119
								<b>Beschreibung:</b>
-
 
120
							</font>
-
 
121
						</td>
-
 
122
						<td colspan="2">
-
 
123
							<font color="#{$webs.font_color_rechts}">
-
 
124
								<textarea name="beschreibung" cols="40" rows="3">{$user.beschreibung}</textarea>
-
 
125
							</font>
-
 
126
						</td>
-
 
127
					</tr>
-
 
128
					<tr>
-
 
129
						<td style="vertical-align:top" style="width:13%">
-
 
130
							<font color="#{$webs.font_color_links}">
-
 
131
								<b>Mitarbeiter</b>
-
 
132
							</font>
-
 
133
						</td>
-
 
134
						<td colspan="2">
-
 
135
							<input type="hidden" name="Mitarbeiter" value="0" />
-
 
136
							<input type="checkbox" name="Mitarbeiter" value="1" {if $user["Mitarbeiter"] == 1}checked="checked"{/if}/>
-
 
137
 
-
 
138
						</td>
-
 
139
					</tr>
-
 
140
					<tr>
-
 
141
						<td style="vertical-align:top" style="width:13%">
-
 
142
							<font color="#{$webs.font_color_links}">
-
 
143
								<b>App User</b>
-
 
144
							</font>
-
 
145
						</td>
-
 
146
						<td colspan="2">
-
 
147
							<input type="hidden" name="app_user" value="0" />
-
 
148
							<input type="checkbox" name="app_user" value="1" {if $user["app_user"] == 1}checked="checked"{/if}/>
-
 
149
 
-
 
150
						</td>
-
 
151
					</tr>
-
 
152
					{if isset($web_rechte.general.design.neu)}
-
 
153
					<tr>
-
 
154
						<td style="vertical-align:top" style="width:13%">
-
 
155
							<font color="#{$webs.font_color_links}"><b>Position der Navitgation</b></font>
-
 
156
						</td>
-
 
157
						<td colspan="2">
-
 
158
							{html_radios options=$nav_pos selected=$nav_pos_sel name=navigation_pos}
-
 
159
						</td>
-
 
160
					</tr>
-
 
161
					{/if}
-
 
162
					{if $user["admin"] != 1 && ( isset($user_rechte.admin.admin.shopzuweisung) || isset($user_rechte.admin.admin.bestellartzuweisung) )}
-
 
163
					<tr>
-
 
164
						<td style="vertical-align:top" style="width:13%" ><b>Zuweisung</b></td>
-
 
165
						<td>
-
 
166
							<table class="zuweisungTable">
-
 
167
								<tr>
-
 
168
									{if isset($user_rechte.admin.admin.shopzuweisung)}
-
 
169
									<td><b>Shop zuweisen</b></td>
-
 
170
									{/if}
-
 
171
									{if isset($user_rechte.admin.admin.bestellartzuweisung)}
-
 
172
									<td><b>Bestellart zuweisen</b></td>
-
 
173
									{/if}
-
 
174
								</tr>
-
 
175
								<tr>
-
 
176
									{if isset($user_rechte.admin.admin.shopzuweisung)}
-
 
177
									<td>{html_checkboxes options=$shops selected=$user["datenquellen"]["shops"] name=selected_shops}</td>
-
 
178
									{/if}
-
 
179
									{if isset($user_rechte.admin.admin.bestellartzuweisung)}
-
 
180
									<td>{html_checkboxes options=$bestellarten selected=$user["datenquellen"]["bestellarten"] name=selected_bestellarten}</td>
-
 
181
									{/if}
-
 
182
								</tr>
-
 
183
							</table>
-
 
184
						</td>
-
 
185
					</tr>
-
 
186
					{/if}
-
 
187
					<tr>
-
 
188
						<td style="text-align:right" colspan="3">
-
 
189
							<table style="width:100%" border="0" cellspacing="0" cellpadding="0">
-
 
190
								<tr>
-
 
191
									<td style="text-align:right">
-
 
192
										<input type="hidden" name="ID" value="{$user.ID}"/>
-
 
193
										<input type="hidden" name="action" value="update"/>
-
 
194
										<input type="submit" value="OK" />
-
 
195
										<input type="reset" name="Button" value="Zur&uuml;cksetzen"/>
-
 
196
									</td>
-
 
197
								</tr>
-
 
198
							</table>
-
 
199
						</td>
-
 
200
					</tr>
-
 
201
				</table>
-
 
202
			{/if}
12
			</td>
203
			</td>
13
		</tr>
204
		</tr>
14
	</table>
205
	</table>
15
</form>
206
</form>
16
207