Browse code

tinyMCE '2' is now 2.1.2 - Seems tinyMCE '2' was actually 3.0.9 (my fault for not checking), so '2' is now 2.1.2, and '3' is now 3.4.8... eFiction 3.4.3 used tinyMCE 2.1.0, and 3.5 upgraded that to 3.0.9.

Clarissa Walker authored on 2026/07/28 07:20:33
Showing 1 changed files
... ...
@@ -1,27 +1,26 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 1
 <html xmlns="http://www.w3.org/1999/xhtml">
3 2
 <head>
4
-	<title>{#style_dlg.title}</title>
5
-	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
-	<script type="text/javascript" src="../../utils/mctabs.js"></script>
7
-	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
8
-	<script type="text/javascript" src="../../utils/form_utils.js"></script>
9
-	<script type="text/javascript" src="js/props.js"></script>
3
+	<title>{$lang_style_title}</title>
4
+	<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
5
+	<script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script>
6
+	<script language="javascript" type="text/javascript" src="../../utils/editable_selects.js"></script>
7
+	<script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script>
8
+	<script language="javascript" type="text/javascript" src="jscripts/props.js"></script>
10 9
 	<link href="css/props.css" rel="stylesheet" type="text/css" />
11 10
 	<base target="_self" />
12 11
 </head>
13 12
 
14
-<body id="styleprops" style="display: none">
15
-<form onsubmit="updateAction();return false;" action="#">
13
+<body id="styleprops" onLoad="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
14
+<form onSubmit="updateAction();return false;" action="#">
16 15
 <div class="tabs">
17 16
 	<ul>
18
-		<li id="text_tab" class="current"><span><a href="javascript:mcTabs.displayTab('text_tab','text_panel');" onMouseDown="return false;">{#style_dlg.text_tab}</a></span></li>
19
-		<li id="background_tab"><span><a href="javascript:mcTabs.displayTab('background_tab','background_panel');" onMouseDown="return false;">{#style_dlg.background_tab}</a></span></li>
20
-		<li id="block_tab"><span><a href="javascript:mcTabs.displayTab('block_tab','block_panel');" onMouseDown="return false;">{#style_dlg.block_tab}</a></span></li>
21
-		<li id="box_tab"><span><a href="javascript:mcTabs.displayTab('box_tab','box_panel');" onMouseDown="return false;">{#style_dlg.box_tab}</a></span></li>
22
-		<li id="border_tab"><span><a href="javascript:mcTabs.displayTab('border_tab','border_panel');" onMouseDown="return false;">{#style_dlg.border_tab}</a></span></li>
23
-		<li id="list_tab"><span><a href="javascript:mcTabs.displayTab('list_tab','list_panel');" onMouseDown="return false;">{#style_dlg.list_tab}</a></span></li>
24
-		<li id="positioning_tab"><span><a href="javascript:mcTabs.displayTab('positioning_tab','positioning_panel');" onMouseDown="return false;">{#style_dlg.positioning_tab}</a></span></li>
17
+		<li id="text_tab" class="current"><span><a href="javascript:mcTabs.displayTab('text_tab','text_panel');" onMouseDown="return false;">{$lang_style_text_tab}</a></span></li>
18
+		<li id="background_tab"><span><a href="javascript:mcTabs.displayTab('background_tab','background_panel');" onMouseDown="return false;">{$lang_style_background_tab}</a></span></li>
19
+		<li id="block_tab"><span><a href="javascript:mcTabs.displayTab('block_tab','block_panel');" onMouseDown="return false;">{$lang_style_block_tab}</a></span></li>
20
+		<li id="box_tab"><span><a href="javascript:mcTabs.displayTab('box_tab','box_panel');" onMouseDown="return false;">{$lang_style_box_tab}</a></span></li>
21
+		<li id="border_tab"><span><a href="javascript:mcTabs.displayTab('border_tab','border_panel');" onMouseDown="return false;">{$lang_style_border_tab}</a></span></li>
22
+		<li id="list_tab"><span><a href="javascript:mcTabs.displayTab('list_tab','list_panel');" onMouseDown="return false;">{$lang_style_list_tab}</a></span></li>
23
+		<li id="positioning_tab"><span><a href="javascript:mcTabs.displayTab('positioning_tab','positioning_panel');" onMouseDown="return false;">{$lang_style_positioning_tab}</a></span></li>
25 24
 	</ul>
26 25
 </div>
27 26
 
... ...
@@ -29,13 +28,13 @@
29 28
 <div id="text_panel" class="panel current">
30 29
 	<table border="0" width="100%">
31 30
 		<tr>
32
-			<td><label for="text_font">{#style_dlg.text_font}</label></td>
31
+			<td><label for="text_font">{$lang_style_text_font}</label></td>
33 32
 			<td colspan="3">
34
-				<select id="text_font" name="text_font" class="mceEditableSelect mceFocus"></select>
33
+				<select id="text_font" name="text_font" class="mceEditableSelect" onChange="alert(this.options[this.selectedIndex].value);"></select>
35 34
 			</td>
36 35
 		</tr>
37 36
 		<tr>
38
-			<td><label for="text_size">{#style_dlg.text_size}</label></td>
37
+			<td><label for="text_size">{$lang_style_text_size}</label></td>
39 38
 			<td>
40 39
 				<table border="0" cellspacing="0" cellpadding="0">
41 40
 					<tr>
... ...
@@ -45,23 +44,23 @@
45 44
 					</tr>
46 45
 				</table>
47 46
 			</td>
48
-			<td><label for="text_weight">{#style_dlg.text_weight}</label></td>
47
+			<td><label for="text_weight">{$lang_style_text_weight}</label></td>
49 48
 			<td>
50 49
 				<select id="text_weight" name="text_weight"></select>
51 50
 			</td>
52 51
 		</tr>
53 52
 		<tr>
54
-			<td><label for="text_style">{#style_dlg.text_style}</label></td>
53
+			<td><label for="text_style">{$lang_style_text_style}</label></td>
55 54
 			<td>
56 55
 				<select id="text_style" name="text_style" class="mceEditableSelect"></select>
57 56
 			</td>
58
-			<td><label for="text_variant">{#style_dlg.text_variant}</label></td>
57
+			<td><label for="text_variant">{$lang_style_text_variant}</label></td>
59 58
 			<td>
60 59
 				<select id="text_variant" name="text_variant"></select>
61 60
 			</td>
62 61
 		</tr>
63 62
 		<tr>
64
-			<td><label for="text_lineheight">{#style_dlg.text_lineheight}</label></td>
63
+			<td><label for="text_lineheight">{$lang_style_text_lineheight}</label></td>
65 64
 			<td>
66 65
 				<table border="0" cellspacing="0" cellpadding="0">
67 66
 					<tr>
... ...
@@ -69,17 +68,17 @@
69 68
 							<select id="text_lineheight" name="text_lineheight" class="mceEditableSelect"></select>
70 69
 						</td>
71 70
 						<td>&nbsp;</td>
72
-						<td><select id="text_lineheight_measurement" name="text_lineheight_measurement"></select></td>
71
+      <td><select id="text_lineheight_measurement" name="text_lineheight_measurement"></select></td>
73 72
 					</tr>
74 73
 				</table>
75 74
 			</td>
76
-			<td><label for="text_case">{#style_dlg.text_case}</label></td>
75
+			<td><label for="text_case">{$lang_style_text_case}</label></td>
77 76
 			<td>
78 77
 				<select id="text_case" name="text_case"></select>
79 78
 			</td>
80 79
 		</tr>
81 80
 		<tr>
82
-			<td><label for="text_color">{#style_dlg.text_color}</label></td>
81
+			<td><label for="text_color">{$lang_style_text_color}</label></td>
83 82
 			<td colspan="2">
84 83
 				<table border="0" cellpadding="0" cellspacing="0">
85 84
 					<tr>
... ...
@@ -90,28 +89,28 @@
90 89
 			</td>
91 90
 		</tr>
92 91
 		<tr>
93
-			<td valign="top" style="vertical-align: top; padding-top: 3px;">{#style_dlg.text_decoration}</td>
92
+			<td valign="top" style="vertical-align: top; padding-top: 3px;">{$lang_style_text_decoration}</td>
94 93
 			<td colspan="2">
95 94
 				<table border="0" cellspacing="0" cellpadding="0">
96 95
 					<tr>
97 96
 						<td><input id="text_underline" name="text_underline" class="checkbox" type="checkbox" /></td>
98
-						<td><label for="text_underline">{#style_dlg.text_underline}</label></td>
97
+						<td><label for="text_underline">{$lang_style_text_underline}</label></td>
99 98
 					</tr>
100 99
 					<tr>
101 100
 						<td><input id="text_overline" name="text_overline" class="checkbox" type="checkbox" /></td>
102
-						<td><label for="text_overline">{#style_dlg.text_overline}</label></td>
101
+						<td><label for="text_overline">{$lang_style_text_overline}</label></td>
103 102
 					</tr>
104 103
 					<tr>
105 104
 						<td><input id="text_linethrough" name="text_linethrough" class="checkbox" type="checkbox" /></td>
106
-						<td><label for="text_linethrough">{#style_dlg.text_striketrough}</label></td>
105
+						<td><label for="text_linethrough">{$lang_style_text_striketrough}</label></td>
107 106
 					</tr>
108 107
 					<tr>
109 108
 						<td><input id="text_blink" name="text_blink" class="checkbox" type="checkbox" /></td>
110
-						<td><label for="text_blink">{#style_dlg.text_blink}</label></td>
109
+						<td><label for="text_blink">{$lang_style_text_blink}</label></td>
111 110
 					</tr>
112 111
 					<tr>
113 112
 						<td><input id="text_none" name="text_none" class="checkbox" type="checkbox" /></td>
114
-						<td><label for="text_none">{#style_dlg.text_none}</label></td>
113
+						<td><label for="text_none">{$lang_style_text_none}</label></td>
115 114
 					</tr>
116 115
 				</table>
117 116
 			</td>
... ...
@@ -122,7 +121,7 @@
122 121
 <div id="background_panel" class="panel">
123 122
 	<table border="0">
124 123
 		<tr>
125
-			<td><label for="background_color">{#style_dlg.background_color}</label></td>
124
+			<td><label for="background_color">{$lang_style_background_color}</label></td>
126 125
 			<td>
127 126
 				<table border="0" cellpadding="0" cellspacing="0">
128 127
 					<tr>
... ...
@@ -134,7 +133,7 @@
134 133
 		</tr>
135 134
 
136 135
 		<tr>
137
-			<td><label for="background_image">{#style_dlg.background_image}</label></td>
136
+			<td><label for="background_image">{$lang_style_background_image}</label></td>
138 137
 			<td><table border="0" cellspacing="0" cellpadding="0">
139 138
 				<tr> 
140 139
 				  <td><input id="background_image" name="background_image" type="text" /></td> 
... ...
@@ -145,36 +144,36 @@
145 144
 		</tr>
146 145
 
147 146
 		<tr>
148
-			<td><label for="background_repeat">{#style_dlg.background_repeat}</label></td>
147
+			<td><label for="background_repeat">{$lang_style_background_repeat}</label></td>
149 148
 			<td><select id="background_repeat" name="background_repeat" class="mceEditableSelect"></select></td>
150 149
 		</tr>
151 150
 
152 151
 		<tr>
153
-			<td><label for="background_attachment">{#style_dlg.background_attachment}</label></td>
152
+			<td><label for="background_attachment">{$lang_style_background_attachment}</label></td>
154 153
 			<td><select id="background_attachment" name="background_attachment" class="mceEditableSelect"></select></td>
155 154
 		</tr>
156 155
 
157 156
 		<tr>
158
-			<td><label for="background_hpos">{#style_dlg.background_hpos}</label></td>
157
+			<td><label for="background_hpos">{$lang_style_background_hpos}</label></td>
159 158
 			<td>
160 159
 				<table border="0" cellspacing="0" cellpadding="0">
161 160
 					<tr>
162 161
 						<td><select id="background_hpos" name="background_hpos" class="mceEditableSelect"></select></td>
163 162
 						<td>&nbsp;</td>
164
-						<td><select id="background_hpos_measurement" name="background_hpos_measurement"></select></td>
163
+      <td><select id="background_hpos_measurement" name="background_hpos_measurement"></select></td>
165 164
 					</tr>
166 165
 				</table>
167 166
 			</td>
168 167
 		</tr>
169 168
 
170 169
 		<tr>
171
-			<td><label for="background_vpos">{#style_dlg.background_vpos}</label></td>
170
+			<td><label for="background_vpos">{$lang_style_background_vpos}</label></td>
172 171
 			<td>
173 172
 				<table border="0" cellspacing="0" cellpadding="0">
174 173
 					<tr>
175 174
 						<td><select id="background_vpos" name="background_vpos" class="mceEditableSelect"></select></td>
176 175
 						<td>&nbsp;</td>
177
-						<td><select id="background_vpos_measurement" name="background_vpos_measurement"></select></td>
176
+      <td><select id="background_vpos_measurement" name="background_vpos_measurement"></select></td>
178 177
 					</tr>
179 178
 				</table>
180 179
 			</td>
... ...
@@ -185,61 +184,61 @@
185 184
 <div id="block_panel" class="panel">
186 185
 	<table border="0">
187 186
 		<tr>
188
-			<td><label for="block_wordspacing">{#style_dlg.block_wordspacing}</label></td>
187
+			<td><label for="block_wordspacing">{$lang_style_block_wordspacing}</label></td>
189 188
 			<td>
190 189
 				<table border="0" cellspacing="0" cellpadding="0">
191 190
 					<tr>
192 191
 						<td><select id="block_wordspacing" name="block_wordspacing" class="mceEditableSelect"></select></td>
193 192
 						<td>&nbsp;</td>
194
-						<td><select id="block_wordspacing_measurement" name="block_wordspacing_measurement"></select></td>
193
+      <td><select id="block_wordspacing_measurement" name="block_wordspacing_measurement"></select></td>
195 194
 					</tr>
196 195
 				</table>
197 196
 			</td>
198 197
 		</tr>
199 198
 
200 199
 		<tr>
201
-			<td><label for="block_letterspacing">{#style_dlg.block_letterspacing}</label></td>
200
+			<td><label for="block_letterspacing">{$lang_style_block_letterspacing}</label></td>
202 201
 			<td>
203 202
 				<table border="0" cellspacing="0" cellpadding="0">
204 203
 					<tr>
205 204
 						<td><select id="block_letterspacing" name="block_letterspacing" class="mceEditableSelect"></select></td>
206 205
 						<td>&nbsp;</td>
207
-						<td><select id="block_letterspacing_measurement" name="block_letterspacing_measurement"></select></td>
206
+      <td><select id="block_letterspacing_measurement" name="block_letterspacing_measurement"></select></td>
208 207
 					</tr>
209 208
 				</table>
210 209
 			</td>
211 210
 		</tr>
212 211
 
213 212
 		<tr>
214
-			<td><label for="block_vertical_alignment">{#style_dlg.block_vertical_alignment}</label></td>
213
+			<td><label for="block_vertical_alignment">{$lang_style_block_vertical_alignment}</label></td>
215 214
 			<td><select id="block_vertical_alignment" name="block_vertical_alignment" class="mceEditableSelect"></select></td>
216 215
 		</tr>
217 216
 
218 217
 		<tr>
219
-			<td><label for="block_text_align">{#style_dlg.block_text_align}</label></td>
218
+			<td><label for="block_text_align">{$lang_style_block_text_align}</label></td>
220 219
 			<td><select id="block_text_align" name="block_text_align" class="mceEditableSelect"></select></td>
221 220
 		</tr>
222 221
 
223 222
 		<tr>
224
-			<td><label for="block_text_indent">{#style_dlg.block_text_indent}</label></td>
223
+			<td><label for="block_text_indent">{$lang_style_block_text_indent}</label></td>
225 224
 			<td>
226 225
 				<table border="0" cellspacing="0" cellpadding="0">
227 226
 					<tr>
228 227
 						<td><input type="text" id="block_text_indent" name="block_text_indent" /></td>
229 228
 						<td>&nbsp;</td>
230
-						<td><select id="block_text_indent_measurement" name="block_text_indent_measurement"></select></td>
229
+      <td><select id="block_text_indent_measurement" name="block_text_indent_measurement"></select></td>
231 230
 					</tr>
232 231
 				</table>
233 232
 			</td>
234 233
 		</tr>
235 234
 
236 235
 		<tr>
237
-			<td><label for="block_whitespace">{#style_dlg.block_whitespace}</label></td>
236
+			<td><label for="block_whitespace">{$lang_style_block_whitespace}</label></td>
238 237
 			<td><select id="block_whitespace" name="block_whitespace" class="mceEditableSelect"></select></td>
239 238
 		</tr>
240 239
 
241 240
 		<tr>
242
-			<td><label for="block_display">{#style_dlg.block_display}</label></td>
241
+			<td><label for="block_display">{$lang_style_block_display}</label></td>
243 242
 			<td><select id="block_display" name="block_display" class="mceEditableSelect"></select></td>
244 243
 		</tr>
245 244
 	</table>
... ...
@@ -248,88 +247,88 @@
248 247
 <div id="box_panel" class="panel">
249 248
 <table border="0">
250 249
 	<tr>
251
-		<td><label for="box_width">{#style_dlg.box_width}</label></td>
250
+		<td><label for="box_width">{$lang_style_box_width}</label></td>
252 251
 		<td>
253 252
 			<table border="0" cellspacing="0" cellpadding="0">
254 253
 				<tr>
255 254
 					<td><input type="text" id="box_width" name="box_width" class="mceEditableSelect" onChange="synch('box_width','positioning_width');" /></td>
256 255
 					<td>&nbsp;</td>
257
-					<td><select id="box_width_measurement" name="box_width_measurement"></select></td>
256
+     <td><select id="box_width_measurement" name="box_width_measurement"></select></td>
258 257
 				</tr>
259 258
 			</table>
260 259
 		</td>
261
-		<td>&nbsp;&nbsp;&nbsp;<label for="box_float">{#style_dlg.box_float}</label></td>
260
+		<td>&nbsp;&nbsp;&nbsp;<label for="box_float">{$lang_style_box_float}</label></td>
262 261
 		<td><select id="box_float" name="box_float" class="mceEditableSelect"></select></td>
263 262
 	</tr>
264 263
 
265 264
 	<tr>
266
-		<td><label for="box_height">{#style_dlg.box_height}</label></td>
265
+		<td><label for="box_height">{$lang_style_box_height}</label></td>
267 266
 		<td>
268 267
 			<table border="0" cellspacing="0" cellpadding="0">
269 268
 				<tr>
270 269
 					<td><input type="text" id="box_height" name="box_height" class="mceEditableSelect" onChange="synch('box_height','positioning_height');" /></td>
271 270
 					<td>&nbsp;</td>
272
-					<td><select id="box_height_measurement" name="box_height_measurement"></select></td>
271
+     <td><select id="box_height_measurement" name="box_height_measurement"></select></td>
273 272
 				</tr>
274 273
 			</table>
275 274
 		</td>
276
-		<td>&nbsp;&nbsp;&nbsp;<label for="box_clear">{#style_dlg.box_clear}</label></td>
275
+		<td>&nbsp;&nbsp;&nbsp;<label for="box_clear">{$lang_style_box_clear}</label></td>
277 276
 		<td><select id="box_clear" name="box_clear" class="mceEditableSelect"></select></td>
278 277
 	</tr>
279 278
 </table>
280 279
 <div style="float: left; width: 49%">
281 280
 	<fieldset>
282
-		<legend>{#style_dlg.padding}</legend>
281
+		<legend>{$lang_style_padding}</legend>
283 282
 
284 283
 		<table border="0">
285 284
 			<tr>
286 285
 				<td>&nbsp;</td>
287
-				<td><input type="checkbox" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_padding');" /> <label for="box_padding_same">{#style_dlg.same}</label></td>
286
+				<td><input type="checkbox" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_padding');" /> <label for="box_padding_same">{$lang_style_same}</label></td>
288 287
 			</tr>
289 288
 			<tr>
290
-				<td><label for="box_padding_top">{#style_dlg.top}</label></td>
289
+				<td><label for="box_padding_top">{$lang_style_top}</label></td>
291 290
 				<td>
292 291
 					<table border="0" cellspacing="0" cellpadding="0">
293 292
 						<tr>
294 293
 							<td><input type="text" id="box_padding_top" name="box_padding_top" class="mceEditableSelect" /></td>
295 294
 							<td>&nbsp;</td>
296
-							<td><select id="box_padding_top_measurement" name="box_padding_top_measurement"></select></td>
295
+       <td><select id="box_padding_top_measurement" name="box_padding_top_measurement"></select></td>
297 296
 						</tr>
298 297
 					</table>
299 298
 				</td>
300 299
 			</tr>
301 300
 			<tr>
302
-				<td><label for="box_padding_right">{#style_dlg.right}</label></td>
301
+				<td><label for="box_padding_right">{$lang_style_right}</label></td>
303 302
 				<td>
304 303
 					<table border="0" cellspacing="0" cellpadding="0">
305 304
 						<tr>
306 305
 							<td><input type="text" id="box_padding_right" name="box_padding_right" class="mceEditableSelect" disabled="disabled" /></td>
307 306
 							<td>&nbsp;</td>
308
-							<td><select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select></td>
307
+       <td><select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select></td>
309 308
 						</tr>
310 309
 					</table>
311 310
 				</td>
312 311
 			</tr>
313 312
 			<tr>
314
-				<td><label for="box_padding_bottom">{#style_dlg.bottom}</label></td>
313
+				<td><label for="box_padding_bottom">{$lang_style_bottom}</label></td>
315 314
 				<td>
316 315
 					<table border="0" cellspacing="0" cellpadding="0">
317 316
 						<tr>
318 317
 							<td><input type="text" id="box_padding_bottom" name="box_padding_bottom" class="mceEditableSelect" disabled="disabled" /></td>
319 318
 							<td>&nbsp;</td>
320
-							<td><select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select></td>
319
+       <td><select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select></td>
321 320
 						</tr>
322 321
 					</table>
323 322
 				</td>
324 323
 			</tr>
325 324
 			<tr>
326
-				<td><label for="box_padding_left">{#style_dlg.left}</label></td>
325
+				<td><label for="box_padding_left">{$lang_style_left}</label></td>
327 326
 				<td>
328 327
 					<table border="0" cellspacing="0" cellpadding="0">
329 328
 						<tr>
330 329
 							<td><input type="text" id="box_padding_left" name="box_padding_left" class="mceEditableSelect" disabled="disabled" /></td>
331 330
 							<td>&nbsp;</td>
332
-							<td><select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select></td>
331
+       <td><select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select></td>
333 332
 						</tr>
334 333
 					</table>
335 334
 				</td>
... ...
@@ -340,57 +339,57 @@
340 339
 
341 340
 <div style="float: right; width: 49%">
342 341
 	<fieldset>
343
-		<legend>{#style_dlg.margin}</legend>
342
+		<legend>{$lang_style_margin}</legend>
344 343
 
345 344
 		<table border="0">
346 345
 			<tr>
347 346
 				<td>&nbsp;</td>
348
-				<td><input type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_margin');" /> <label for="box_margin_same">{#style_dlg.same}</label></td>
347
+				<td><input type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_margin');" /> <label for="box_margin_same">{$lang_style_same}</label></td>
349 348
 			</tr>
350 349
 			<tr>
351
-				<td><label for="box_margin_top">{#style_dlg.top}</label></td>
350
+				<td><label for="box_margin_top">{$lang_style_top}</label></td>
352 351
 				<td>
353 352
 					<table border="0" cellspacing="0" cellpadding="0">
354 353
 						<tr>
355 354
 							<td><input type="text" id="box_margin_top" name="box_margin_top" class="mceEditableSelect" /></td>
356 355
 							<td>&nbsp;</td>
357
-							<td><select id="box_margin_top_measurement" name="box_margin_top_measurement"></select></td>
356
+       <td><select id="box_margin_top_measurement" name="box_margin_top_measurement"></select></td>
358 357
 						</tr>
359 358
 					</table>
360 359
 				</td>
361 360
 			</tr>
362 361
 			<tr>
363
-				<td><label for="box_margin_right">{#style_dlg.right}</label></td>
362
+				<td><label for="box_margin_right">{$lang_style_right}</label></td>
364 363
 				<td>
365 364
 					<table border="0" cellspacing="0" cellpadding="0">
366 365
 						<tr>
367 366
 							<td><input type="text" id="box_margin_right" name="box_margin_right" class="mceEditableSelect" disabled="disabled" /></td>
368 367
 							<td>&nbsp;</td>
369
-							<td><select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select></td>
368
+       <td><select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select></td>
370 369
 						</tr>
371 370
 					</table>
372 371
 				</td>
373 372
 			</tr>
374 373
 			<tr>
375
-				<td><label for="box_margin_bottom">{#style_dlg.bottom}</label></td>
374
+				<td><label for="box_margin_bottom">{$lang_style_bottom}</label></td>
376 375
 				<td>
377 376
 					<table border="0" cellspacing="0" cellpadding="0">
378 377
 						<tr>
379 378
 							<td><input type="text" id="box_margin_bottom" name="box_margin_bottom" class="mceEditableSelect" disabled="disabled" /></td>
380 379
 							<td>&nbsp;</td>
381
-							<td><select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select></td>
380
+       <td><select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select></td>
382 381
 						</tr>
383 382
 					</table>
384 383
 				</td>
385 384
 			</tr>
386 385
 			<tr>
387
-				<td><label for="box_margin_left">{#style_dlg.left}</label></td>
386
+				<td><label for="box_margin_left">{$lang_style_left}</label></td>
388 387
 				<td>
389 388
 					<table border="0" cellspacing="0" cellpadding="0">
390 389
 						<tr>
391 390
 							<td><input type="text" id="box_margin_left" name="box_margin_left" class="mceEditableSelect" disabled="disabled" /></td>
392 391
 							<td>&nbsp;</td>
393
-							<td><select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select></td>
392
+       <td><select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select></td>
394 393
 						</tr>
395 394
 					</table>
396 395
 				</td>
... ...
@@ -406,25 +405,25 @@
406 405
 <tr>
407 406
 	<td class="tdelim">&nbsp;</td>
408 407
 	<td class="tdelim delim">&nbsp;</td>
409
-	<td class="tdelim">{#style_dlg.style}</td>
408
+	<td class="tdelim">{$lang_style_style}</td>
410 409
 	<td class="tdelim delim">&nbsp;</td>
411
-	<td class="tdelim">{#style_dlg.width}</td>
410
+	<td class="tdelim">{$lang_style_width}</td>
412 411
 	<td class="tdelim delim">&nbsp;</td>
413
-	<td class="tdelim">{#style_dlg.color}</td>
412
+	<td class="tdelim">{$lang_style_color}</td>
414 413
 </tr>
415 414
 
416 415
 <tr>
417 416
 	<td>&nbsp;</td>
418 417
 	<td class="delim">&nbsp;</td>
419
-	<td><input type="checkbox" id="border_style_same" name="border_style_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_style');" /> <label for="border_style_same">{#style_dlg.same}</label></td>
418
+	<td><input type="checkbox" id="border_style_same" name="border_style_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_style');" /> <label for="border_style_same">{$lang_style_same}</label></td>
420 419
 	<td class="delim">&nbsp;</td>
421
-	<td><input type="checkbox" id="border_width_same" name="border_width_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_width');" /> <label for="border_width_same">{#style_dlg.same}</label></td>
420
+	<td><input type="checkbox" id="border_width_same" name="border_width_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_width');" /> <label for="border_width_same">{$lang_style_same}</label></td>
422 421
 	<td class="delim">&nbsp;</td>
423
-	<td><input type="checkbox" id="border_color_same" name="border_color_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_color');" /> <label for="border_color_same">{#style_dlg.same}</label></td>
422
+	<td><input type="checkbox" id="border_color_same" name="border_color_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_color');" /> <label for="border_color_same">{$lang_style_same}</label></td>
424 423
 </tr>
425 424
 
426 425
 <tr>
427
-	<td>{#style_dlg.top}</td>
426
+	<td>{$lang_style_top}</td>
428 427
 	<td class="delim">&nbsp;</td>
429 428
 	<td><select id="border_style_top" name="border_style_top" class="mceEditableSelect"></select></td>
430 429
 	<td class="delim">&nbsp;</td>
... ...
@@ -433,7 +432,7 @@
433 432
 			<tr>
434 433
 				<td><select id="border_width_top" name="border_width_top" class="mceEditableSelect"></select></td>
435 434
 				<td>&nbsp;</td>
436
-				<td><select id="border_width_top_measurement" name="border_width_top_measurement"></select></td>
435
+    <td><select id="border_width_top_measurement" name="border_width_top_measurement"></select></td>
437 436
 			</tr>
438 437
 		</table>
439 438
 	</td>
... ...
@@ -449,7 +448,7 @@
449 448
 </tr>
450 449
 
451 450
 <tr>
452
-	<td>{#style_dlg.right}</td>
451
+	<td>{$lang_style_right}</td>
453 452
 	<td class="delim">&nbsp;</td>
454 453
 	<td><select id="border_style_right" name="border_style_right" class="mceEditableSelect" disabled="disabled"></select></td>
455 454
 	<td class="delim">&nbsp;</td>
... ...
@@ -458,7 +457,7 @@
458 457
 			<tr>
459 458
 				<td><select id="border_width_right" name="border_width_right" class="mceEditableSelect" disabled="disabled"></select></td>
460 459
 				<td>&nbsp;</td>
461
-				<td><select id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled"></select></td>
460
+    <td><select id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled"></select></td>
462 461
 			</tr>
463 462
 		</table>
464 463
 	</td>
... ...
@@ -474,7 +473,7 @@
474 473
 </tr>
475 474
 
476 475
 <tr>
477
-	<td>{#style_dlg.bottom}</td>
476
+	<td>{$lang_style_bottom}</td>
478 477
 	<td class="delim">&nbsp;</td>
479 478
 	<td><select id="border_style_bottom" name="border_style_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
480 479
 	<td class="delim">&nbsp;</td>
... ...
@@ -483,7 +482,7 @@
483 482
 			<tr>
484 483
 				<td><select id="border_width_bottom" name="border_width_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
485 484
 				<td>&nbsp;</td>
486
-				<td><select id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled"></select></td>
485
+    <td><select id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled"></select></td>
487 486
 			</tr>
488 487
 		</table>
489 488
 	</td>
... ...
@@ -499,7 +498,7 @@
499 498
 </tr>
500 499
 
501 500
 <tr>
502
-	<td>{#style_dlg.left}</td>
501
+	<td>{$lang_style_left}</td>
503 502
 	<td class="delim">&nbsp;</td>
504 503
 	<td><select id="border_style_left" name="border_style_left" class="mceEditableSelect" disabled="disabled"></select></td>
505 504
 	<td class="delim">&nbsp;</td>
... ...
@@ -508,7 +507,7 @@
508 507
 			<tr>
509 508
 				<td><select id="border_width_left" name="border_width_left" class="mceEditableSelect" disabled="disabled"></select></td>
510 509
 				<td>&nbsp;</td>
511
-				<td><select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled"></select></td>
510
+    <td><select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled"></select></td>
512 511
 			</tr>
513 512
 		</table>
514 513
 	</td>
... ...
@@ -528,17 +527,17 @@
528 527
 <div id="list_panel" class="panel">
529 528
 	<table border="0">
530 529
 		<tr>
531
-			<td><label for="list_type">{#style_dlg.list_type}</label></td>
530
+			<td><label for="list_type">{$lang_style_list_type}</label></td>
532 531
 			<td><select id="list_type" name="list_type" class="mceEditableSelect"></select></td>
533 532
 		</tr>
534 533
 
535 534
 		<tr>
536
-			<td><label for="list_bullet_image">{#style_dlg.bullet_image}</label></td>
535
+			<td><label for="list_bullet_image">{$lang_style_bullet_image}</label></td>
537 536
 			<td><input id="list_bullet_image" name="list_bullet_image" type="text" /></td>
538 537
 		</tr>
539 538
 
540 539
 		<tr>
541
-			<td><label for="list_position">{#style_dlg.position}</label></td>
540
+			<td><label for="list_position">{$lang_style_position}</label></td>
542 541
 			<td><select id="list_position" name="list_position" class="mceEditableSelect"></select></td>
543 542
 		</tr>
544 543
 	</table>
... ...
@@ -547,96 +546,96 @@
547 546
 <div id="positioning_panel" class="panel">
548 547
 <table border="0">
549 548
 	<tr>
550
-		<td><label for="positioning_type">{#style_dlg.positioning_type}</label></td>
549
+		<td><label for="positioning_type">{$lang_style_positioning_type}</label></td>
551 550
 		<td><select id="positioning_type" name="positioning_type" class="mceEditableSelect"></select></td>
552
-		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_visibility">{#style_dlg.visibility}</label></td>
551
+		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_visibility">{$lang_style_visibility}</label></td>
553 552
 		<td><select id="positioning_visibility" name="positioning_visibility" class="mceEditableSelect"></select></td>
554 553
 	</tr>
555 554
 
556 555
 	<tr>
557
-		<td><label for="positioning_width">{#style_dlg.width}</label></td>
556
+		<td><label for="positioning_width">{$lang_style_width}</label></td>
558 557
 		<td>
559 558
 			<table border="0" cellspacing="0" cellpadding="0">
560 559
 				<tr>
561 560
 					<td><input type="text" id="positioning_width" name="positioning_width" onChange="synch('positioning_width','box_width');" /></td>
562 561
 					<td>&nbsp;</td>
563
-					<td><select id="positioning_width_measurement" name="positioning_width_measurement"></select></td>
562
+     <td><select id="positioning_width_measurement" name="positioning_width_measurement"></select></td>
564 563
 				</tr>
565 564
 			</table>
566 565
 		</td>
567
-		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_zindex">{#style_dlg.zindex}</label></td>
566
+		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_zindex">{$lang_style_zindex}</label></td>
568 567
 		<td><input type="text" id="positioning_zindex" name="positioning_zindex" /></td>
569 568
 	</tr>
570 569
 
571 570
 	<tr>
572
-		<td><label for="positioning_height">{#style_dlg.height}</label></td>
571
+		<td><label for="positioning_height">{$lang_style_height}</label></td>
573 572
 		<td>
574 573
 			<table border="0" cellspacing="0" cellpadding="0">
575 574
 				<tr>
576 575
 					<td><input type="text" id="positioning_height" name="positioning_height" onChange="synch('positioning_height','box_height');" /></td>
577 576
 					<td>&nbsp;</td>
578
-					<td><select id="positioning_height_measurement" name="positioning_height_measurement"></select></td>
577
+     <td><select id="positioning_height_measurement" name="positioning_height_measurement"></select></td>
579 578
 				</tr>
580 579
 			</table>
581 580
 		</td>
582
-		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_overflow">{#style_dlg.overflow}</label></td>
581
+		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_overflow">{$lang_style_overflow}</label></td>
583 582
 		<td><select id="positioning_overflow" name="positioning_overflow" class="mceEditableSelect"></select></td>
584 583
 	</tr>
585 584
 </table>
586 585
 
587 586
 <div style="float: left; width: 49%">
588 587
 	<fieldset>
589
-		<legend>{#style_dlg.placement}</legend>
588
+		<legend>{$lang_style_placement}</legend>
590 589
 
591 590
 		<table border="0">
592 591
 			<tr>
593 592
 				<td>&nbsp;</td>
594
-				<td><input type="checkbox" id="positioning_placement_same" name="positioning_placement_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_placement');" /> <label for="positioning_placement_same">{#style_dlg.same}</label></td>
593
+				<td><input type="checkbox" id="positioning_placement_same" name="positioning_placement_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_placement');" /> <label for="positioning_placement_same">{$lang_style_same}</label></td>
595 594
 			</tr>
596 595
 			<tr>
597
-				<td>{#style_dlg.top}</td>
596
+				<td>{$lang_style_top}</td>
598 597
 				<td>
599 598
 					<table border="0" cellspacing="0" cellpadding="0">
600 599
 						<tr>
601 600
 							<td><input type="text" id="positioning_placement_top" name="positioning_placement_top" /></td>
602 601
 							<td>&nbsp;</td>
603
-							<td><select id="positioning_placement_top_measurement" name="positioning_placement_top_measurement"></select></td>
602
+       <td><select id="positioning_placement_top_measurement" name="positioning_placement_top_measurement"></select></td>
604 603
 						</tr>
605 604
 					</table>
606 605
 				</td>
607 606
 			</tr>
608 607
 			<tr>
609
-				<td>{#style_dlg.right}</td>
608
+				<td>{$lang_style_right}</td>
610 609
 				<td>
611 610
 					<table border="0" cellspacing="0" cellpadding="0">
612 611
 						<tr>
613 612
 							<td><input type="text" id="positioning_placement_right" name="positioning_placement_right" disabled="disabled" /></td>
614 613
 							<td>&nbsp;</td>
615
-							<td><select id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled"></select></td>
614
+       <td><select id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled"></select></td>
616 615
 						</tr>
617 616
 					</table>
618 617
 				</td>
619 618
 			</tr>
620 619
 			<tr>
621
-				<td>{#style_dlg.bottom}</td>
620
+				<td>{$lang_style_bottom}</td>
622 621
 				<td>
623 622
 					<table border="0" cellspacing="0" cellpadding="0">
624 623
 						<tr>
625 624
 							<td><input type="text" id="positioning_placement_bottom" name="positioning_placement_bottom" disabled="disabled" /></td>
626 625
 							<td>&nbsp;</td>
627
-							<td><select id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled"></select></td>
626
+       <td><select id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled"></select></td>
628 627
 						</tr>
629 628
 					</table>
630 629
 				</td>
631 630
 			</tr>
632 631
 			<tr>
633
-				<td>{#style_dlg.left}</td>
632
+				<td>{$lang_style_left}</td>
634 633
 				<td>
635 634
 					<table border="0" cellspacing="0" cellpadding="0">
636 635
 						<tr>
637 636
 							<td><input type="text" id="positioning_placement_left" name="positioning_placement_left" disabled="disabled" /></td>
638 637
 							<td>&nbsp;</td>
639
-							<td><select id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled"></select></td>
638
+       <td><select id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled"></select></td>
640 639
 						</tr>
641 640
 					</table>
642 641
 				</td>
... ...
@@ -647,57 +646,57 @@
647 646
 
648 647
 <div style="float: right; width: 49%">
649 648
 	<fieldset>
650
-		<legend>{#style_dlg.clip}</legend>
649
+		<legend>{$lang_style_clip}</legend>
651 650
 
652 651
 		<table border="0">
653 652
 			<tr>
654 653
 				<td>&nbsp;</td>
655
-				<td><input type="checkbox" id="positioning_clip_same" name="positioning_clip_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_clip');" /> <label for="positioning_clip_same">{#style_dlg.same}</label></td>
654
+				<td><input type="checkbox" id="positioning_clip_same" name="positioning_clip_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_clip');" /> <label for="positioning_clip_same">{$lang_style_same}</label></td>
656 655
 			</tr>
657 656
 			<tr>
658
-				<td>{#style_dlg.top}</td>
657
+				<td>{$lang_style_top}</td>
659 658
 				<td>
660 659
 					<table border="0" cellspacing="0" cellpadding="0">
661 660
 						<tr>
662 661
 							<td><input type="text" id="positioning_clip_top" name="positioning_clip_top" /></td>
663 662
 							<td>&nbsp;</td>
664
-							<td><select id="positioning_clip_top_measurement" name="positioning_clip_top_measurement"></select></td>
663
+       <td><select id="positioning_clip_top_measurement" name="positioning_clip_top_measurement"></select></td>
665 664
 						</tr>
666 665
 					</table>
667 666
 				</td>
668 667
 			</tr>
669 668
 			<tr>
670
-				<td>{#style_dlg.right}</td>
669
+				<td>{$lang_style_right}</td>
671 670
 				<td>
672 671
 					<table border="0" cellspacing="0" cellpadding="0">
673 672
 						<tr>
674 673
 							<td><input type="text" id="positioning_clip_right" name="positioning_clip_right" disabled="disabled" /></td>
675 674
 							<td>&nbsp;</td>
676
-							<td><select id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled"></select></td>
675
+       <td><select id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled"></select></td>
677 676
 						</tr>
678 677
 					</table>
679 678
 				</td>
680 679
 			</tr>
681 680
 			<tr>
682
-				<td>{#style_dlg.bottom}</td>
681
+				<td>{$lang_style_bottom}</td>
683 682
 				<td>
684 683
 					<table border="0" cellspacing="0" cellpadding="0">
685 684
 						<tr>
686 685
 							<td><input type="text" id="positioning_clip_bottom" name="positioning_clip_bottom" disabled="disabled" /></td>
687 686
 							<td>&nbsp;</td>
688
-							<td><select id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled"></select></td>
687
+       <td><select id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled"></select></td>
689 688
 						</tr>
690 689
 					</table>
691 690
 				</td>
692 691
 			</tr>
693 692
 			<tr>
694
-				<td>{#style_dlg.left}</td>
693
+				<td>{$lang_style_left}</td>
695 694
 				<td>
696 695
 					<table border="0" cellspacing="0" cellpadding="0">
697 696
 						<tr>
698 697
 							<td><input type="text" id="positioning_clip_left" name="positioning_clip_left" disabled="disabled" /></td>
699 698
 							<td>&nbsp;</td>
700
-							<td><select id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled"></select></td>
699
+       <td><select id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled"></select></td>
701 700
 						</tr>
702 701
 					</table>
703 702
 				</td>
... ...
@@ -711,14 +710,14 @@
711 710
 
712 711
 <div class="mceActionPanel">
713 712
 	<div style="float: left">
714
-		<div style="float: left"><input type="submit" id="insert" name="insert" value="{#update}" /></div>
713
+		<div style="float: left"><input type="button" id="insert" name="insert" value="{$lang_update}" onClick="updateAction();" /></div>
715 714
 
716
-		<div style="float: left">&nbsp;<input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" /></div>
715
+		<div style="float: left">&nbsp;<input type="button" id="apply" name="apply" value="{$lang_style_apply}" onClick="applyAction();" class="updateButton" /></div>
717 716
 		<br style="clear: both" />
718 717
 	</div>
719 718
 
720 719
 	<div style="float: right">
721
-		<input type="button" id="cancel" name="cancel" value="{#cancel}" onClick="tinyMCEPopup.close();" />
720
+		<input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onClick="tinyMCEPopup.close();" />
722 721
 	</div>
723 722
 </div>
724 723
 </form>
... ...
@@ -726,6 +725,5 @@
726 725
 <div style="display: none">
727 726
 	<div id="container"></div>
728 727
 </div>
729
-
730 728
 </body>
731 729
 </html>
Browse code

TinyMCE version directories relocated to /tinymce/ directory, each with its own version numbers: 2, 3, 4 - Slight naming tweak to TinyMCE dropdown in site settings

Clarissa Walker authored on 2026/07/27 13:46:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,731 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+	<title>{#style_dlg.title}</title>
5
+	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+	<script type="text/javascript" src="../../utils/mctabs.js"></script>
7
+	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
8
+	<script type="text/javascript" src="../../utils/form_utils.js"></script>
9
+	<script type="text/javascript" src="js/props.js"></script>
10
+	<link href="css/props.css" rel="stylesheet" type="text/css" />
11
+	<base target="_self" />
12
+</head>
13
+
14
+<body id="styleprops" style="display: none">
15
+<form onsubmit="updateAction();return false;" action="#">
16
+<div class="tabs">
17
+	<ul>
18
+		<li id="text_tab" class="current"><span><a href="javascript:mcTabs.displayTab('text_tab','text_panel');" onMouseDown="return false;">{#style_dlg.text_tab}</a></span></li>
19
+		<li id="background_tab"><span><a href="javascript:mcTabs.displayTab('background_tab','background_panel');" onMouseDown="return false;">{#style_dlg.background_tab}</a></span></li>
20
+		<li id="block_tab"><span><a href="javascript:mcTabs.displayTab('block_tab','block_panel');" onMouseDown="return false;">{#style_dlg.block_tab}</a></span></li>
21
+		<li id="box_tab"><span><a href="javascript:mcTabs.displayTab('box_tab','box_panel');" onMouseDown="return false;">{#style_dlg.box_tab}</a></span></li>
22
+		<li id="border_tab"><span><a href="javascript:mcTabs.displayTab('border_tab','border_panel');" onMouseDown="return false;">{#style_dlg.border_tab}</a></span></li>
23
+		<li id="list_tab"><span><a href="javascript:mcTabs.displayTab('list_tab','list_panel');" onMouseDown="return false;">{#style_dlg.list_tab}</a></span></li>
24
+		<li id="positioning_tab"><span><a href="javascript:mcTabs.displayTab('positioning_tab','positioning_panel');" onMouseDown="return false;">{#style_dlg.positioning_tab}</a></span></li>
25
+	</ul>
26
+</div>
27
+
28
+<div class="panel_wrapper">
29
+<div id="text_panel" class="panel current">
30
+	<table border="0" width="100%">
31
+		<tr>
32
+			<td><label for="text_font">{#style_dlg.text_font}</label></td>
33
+			<td colspan="3">
34
+				<select id="text_font" name="text_font" class="mceEditableSelect mceFocus"></select>
35
+			</td>
36
+		</tr>
37
+		<tr>
38
+			<td><label for="text_size">{#style_dlg.text_size}</label></td>
39
+			<td>
40
+				<table border="0" cellspacing="0" cellpadding="0">
41
+					<tr>
42
+						<td><select id="text_size" name="text_size" class="mceEditableSelect"></select></td>
43
+						<td>&nbsp;</td>
44
+      <td><select id="text_size_measurement" name="text_size_measurement"></select></td>
45
+					</tr>
46
+				</table>
47
+			</td>
48
+			<td><label for="text_weight">{#style_dlg.text_weight}</label></td>
49
+			<td>
50
+				<select id="text_weight" name="text_weight"></select>
51
+			</td>
52
+		</tr>
53
+		<tr>
54
+			<td><label for="text_style">{#style_dlg.text_style}</label></td>
55
+			<td>
56
+				<select id="text_style" name="text_style" class="mceEditableSelect"></select>
57
+			</td>
58
+			<td><label for="text_variant">{#style_dlg.text_variant}</label></td>
59
+			<td>
60
+				<select id="text_variant" name="text_variant"></select>
61
+			</td>
62
+		</tr>
63
+		<tr>
64
+			<td><label for="text_lineheight">{#style_dlg.text_lineheight}</label></td>
65
+			<td>
66
+				<table border="0" cellspacing="0" cellpadding="0">
67
+					<tr>
68
+						<td>
69
+							<select id="text_lineheight" name="text_lineheight" class="mceEditableSelect"></select>
70
+						</td>
71
+						<td>&nbsp;</td>
72
+						<td><select id="text_lineheight_measurement" name="text_lineheight_measurement"></select></td>
73
+					</tr>
74
+				</table>
75
+			</td>
76
+			<td><label for="text_case">{#style_dlg.text_case}</label></td>
77
+			<td>
78
+				<select id="text_case" name="text_case"></select>
79
+			</td>
80
+		</tr>
81
+		<tr>
82
+			<td><label for="text_color">{#style_dlg.text_color}</label></td>
83
+			<td colspan="2">
84
+				<table border="0" cellpadding="0" cellspacing="0">
85
+					<tr>
86
+						<td><input id="text_color" name="text_color" type="text" value="" size="9" onChange="updateColor('text_color_pick','text_color');" /></td>
87
+						<td id="text_color_pickcontainer">&nbsp;</td>
88
+					</tr>
89
+				</table>
90
+			</td>
91
+		</tr>
92
+		<tr>
93
+			<td valign="top" style="vertical-align: top; padding-top: 3px;">{#style_dlg.text_decoration}</td>
94
+			<td colspan="2">
95
+				<table border="0" cellspacing="0" cellpadding="0">
96
+					<tr>
97
+						<td><input id="text_underline" name="text_underline" class="checkbox" type="checkbox" /></td>
98
+						<td><label for="text_underline">{#style_dlg.text_underline}</label></td>
99
+					</tr>
100
+					<tr>
101
+						<td><input id="text_overline" name="text_overline" class="checkbox" type="checkbox" /></td>
102
+						<td><label for="text_overline">{#style_dlg.text_overline}</label></td>
103
+					</tr>
104
+					<tr>
105
+						<td><input id="text_linethrough" name="text_linethrough" class="checkbox" type="checkbox" /></td>
106
+						<td><label for="text_linethrough">{#style_dlg.text_striketrough}</label></td>
107
+					</tr>
108
+					<tr>
109
+						<td><input id="text_blink" name="text_blink" class="checkbox" type="checkbox" /></td>
110
+						<td><label for="text_blink">{#style_dlg.text_blink}</label></td>
111
+					</tr>
112
+					<tr>
113
+						<td><input id="text_none" name="text_none" class="checkbox" type="checkbox" /></td>
114
+						<td><label for="text_none">{#style_dlg.text_none}</label></td>
115
+					</tr>
116
+				</table>
117
+			</td>
118
+		</tr>
119
+	</table>
120
+</div>
121
+
122
+<div id="background_panel" class="panel">
123
+	<table border="0">
124
+		<tr>
125
+			<td><label for="background_color">{#style_dlg.background_color}</label></td>
126
+			<td>
127
+				<table border="0" cellpadding="0" cellspacing="0">
128
+					<tr>
129
+						<td><input id="background_color" name="background_color" type="text" value="" size="9" onChange="updateColor('background_color_pick','background_color');" /></td>
130
+						<td id="background_color_pickcontainer">&nbsp;</td>
131
+					</tr>
132
+				</table>
133
+			</td>
134
+		</tr>
135
+
136
+		<tr>
137
+			<td><label for="background_image">{#style_dlg.background_image}</label></td>
138
+			<td><table border="0" cellspacing="0" cellpadding="0">
139
+				<tr> 
140
+				  <td><input id="background_image" name="background_image" type="text" /></td> 
141
+				  <td id="background_image_browser">&nbsp;</td>
142
+				</tr>
143
+				</table>
144
+			</td>
145
+		</tr>
146
+
147
+		<tr>
148
+			<td><label for="background_repeat">{#style_dlg.background_repeat}</label></td>
149
+			<td><select id="background_repeat" name="background_repeat" class="mceEditableSelect"></select></td>
150
+		</tr>
151
+
152
+		<tr>
153
+			<td><label for="background_attachment">{#style_dlg.background_attachment}</label></td>
154
+			<td><select id="background_attachment" name="background_attachment" class="mceEditableSelect"></select></td>
155
+		</tr>
156
+
157
+		<tr>
158
+			<td><label for="background_hpos">{#style_dlg.background_hpos}</label></td>
159
+			<td>
160
+				<table border="0" cellspacing="0" cellpadding="0">
161
+					<tr>
162
+						<td><select id="background_hpos" name="background_hpos" class="mceEditableSelect"></select></td>
163
+						<td>&nbsp;</td>
164
+						<td><select id="background_hpos_measurement" name="background_hpos_measurement"></select></td>
165
+					</tr>
166
+				</table>
167
+			</td>
168
+		</tr>
169
+
170
+		<tr>
171
+			<td><label for="background_vpos">{#style_dlg.background_vpos}</label></td>
172
+			<td>
173
+				<table border="0" cellspacing="0" cellpadding="0">
174
+					<tr>
175
+						<td><select id="background_vpos" name="background_vpos" class="mceEditableSelect"></select></td>
176
+						<td>&nbsp;</td>
177
+						<td><select id="background_vpos_measurement" name="background_vpos_measurement"></select></td>
178
+					</tr>
179
+				</table>
180
+			</td>
181
+		</tr>
182
+	</table>
183
+</div>
184
+
185
+<div id="block_panel" class="panel">
186
+	<table border="0">
187
+		<tr>
188
+			<td><label for="block_wordspacing">{#style_dlg.block_wordspacing}</label></td>
189
+			<td>
190
+				<table border="0" cellspacing="0" cellpadding="0">
191
+					<tr>
192
+						<td><select id="block_wordspacing" name="block_wordspacing" class="mceEditableSelect"></select></td>
193
+						<td>&nbsp;</td>
194
+						<td><select id="block_wordspacing_measurement" name="block_wordspacing_measurement"></select></td>
195
+					</tr>
196
+				</table>
197
+			</td>
198
+		</tr>
199
+
200
+		<tr>
201
+			<td><label for="block_letterspacing">{#style_dlg.block_letterspacing}</label></td>
202
+			<td>
203
+				<table border="0" cellspacing="0" cellpadding="0">
204
+					<tr>
205
+						<td><select id="block_letterspacing" name="block_letterspacing" class="mceEditableSelect"></select></td>
206
+						<td>&nbsp;</td>
207
+						<td><select id="block_letterspacing_measurement" name="block_letterspacing_measurement"></select></td>
208
+					</tr>
209
+				</table>
210
+			</td>
211
+		</tr>
212
+
213
+		<tr>
214
+			<td><label for="block_vertical_alignment">{#style_dlg.block_vertical_alignment}</label></td>
215
+			<td><select id="block_vertical_alignment" name="block_vertical_alignment" class="mceEditableSelect"></select></td>
216
+		</tr>
217
+
218
+		<tr>
219
+			<td><label for="block_text_align">{#style_dlg.block_text_align}</label></td>
220
+			<td><select id="block_text_align" name="block_text_align" class="mceEditableSelect"></select></td>
221
+		</tr>
222
+
223
+		<tr>
224
+			<td><label for="block_text_indent">{#style_dlg.block_text_indent}</label></td>
225
+			<td>
226
+				<table border="0" cellspacing="0" cellpadding="0">
227
+					<tr>
228
+						<td><input type="text" id="block_text_indent" name="block_text_indent" /></td>
229
+						<td>&nbsp;</td>
230
+						<td><select id="block_text_indent_measurement" name="block_text_indent_measurement"></select></td>
231
+					</tr>
232
+				</table>
233
+			</td>
234
+		</tr>
235
+
236
+		<tr>
237
+			<td><label for="block_whitespace">{#style_dlg.block_whitespace}</label></td>
238
+			<td><select id="block_whitespace" name="block_whitespace" class="mceEditableSelect"></select></td>
239
+		</tr>
240
+
241
+		<tr>
242
+			<td><label for="block_display">{#style_dlg.block_display}</label></td>
243
+			<td><select id="block_display" name="block_display" class="mceEditableSelect"></select></td>
244
+		</tr>
245
+	</table>
246
+</div>
247
+
248
+<div id="box_panel" class="panel">
249
+<table border="0">
250
+	<tr>
251
+		<td><label for="box_width">{#style_dlg.box_width}</label></td>
252
+		<td>
253
+			<table border="0" cellspacing="0" cellpadding="0">
254
+				<tr>
255
+					<td><input type="text" id="box_width" name="box_width" class="mceEditableSelect" onChange="synch('box_width','positioning_width');" /></td>
256
+					<td>&nbsp;</td>
257
+					<td><select id="box_width_measurement" name="box_width_measurement"></select></td>
258
+				</tr>
259
+			</table>
260
+		</td>
261
+		<td>&nbsp;&nbsp;&nbsp;<label for="box_float">{#style_dlg.box_float}</label></td>
262
+		<td><select id="box_float" name="box_float" class="mceEditableSelect"></select></td>
263
+	</tr>
264
+
265
+	<tr>
266
+		<td><label for="box_height">{#style_dlg.box_height}</label></td>
267
+		<td>
268
+			<table border="0" cellspacing="0" cellpadding="0">
269
+				<tr>
270
+					<td><input type="text" id="box_height" name="box_height" class="mceEditableSelect" onChange="synch('box_height','positioning_height');" /></td>
271
+					<td>&nbsp;</td>
272
+					<td><select id="box_height_measurement" name="box_height_measurement"></select></td>
273
+				</tr>
274
+			</table>
275
+		</td>
276
+		<td>&nbsp;&nbsp;&nbsp;<label for="box_clear">{#style_dlg.box_clear}</label></td>
277
+		<td><select id="box_clear" name="box_clear" class="mceEditableSelect"></select></td>
278
+	</tr>
279
+</table>
280
+<div style="float: left; width: 49%">
281
+	<fieldset>
282
+		<legend>{#style_dlg.padding}</legend>
283
+
284
+		<table border="0">
285
+			<tr>
286
+				<td>&nbsp;</td>
287
+				<td><input type="checkbox" id="box_padding_same" name="box_padding_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_padding');" /> <label for="box_padding_same">{#style_dlg.same}</label></td>
288
+			</tr>
289
+			<tr>
290
+				<td><label for="box_padding_top">{#style_dlg.top}</label></td>
291
+				<td>
292
+					<table border="0" cellspacing="0" cellpadding="0">
293
+						<tr>
294
+							<td><input type="text" id="box_padding_top" name="box_padding_top" class="mceEditableSelect" /></td>
295
+							<td>&nbsp;</td>
296
+							<td><select id="box_padding_top_measurement" name="box_padding_top_measurement"></select></td>
297
+						</tr>
298
+					</table>
299
+				</td>
300
+			</tr>
301
+			<tr>
302
+				<td><label for="box_padding_right">{#style_dlg.right}</label></td>
303
+				<td>
304
+					<table border="0" cellspacing="0" cellpadding="0">
305
+						<tr>
306
+							<td><input type="text" id="box_padding_right" name="box_padding_right" class="mceEditableSelect" disabled="disabled" /></td>
307
+							<td>&nbsp;</td>
308
+							<td><select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select></td>
309
+						</tr>
310
+					</table>
311
+				</td>
312
+			</tr>
313
+			<tr>
314
+				<td><label for="box_padding_bottom">{#style_dlg.bottom}</label></td>
315
+				<td>
316
+					<table border="0" cellspacing="0" cellpadding="0">
317
+						<tr>
318
+							<td><input type="text" id="box_padding_bottom" name="box_padding_bottom" class="mceEditableSelect" disabled="disabled" /></td>
319
+							<td>&nbsp;</td>
320
+							<td><select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select></td>
321
+						</tr>
322
+					</table>
323
+				</td>
324
+			</tr>
325
+			<tr>
326
+				<td><label for="box_padding_left">{#style_dlg.left}</label></td>
327
+				<td>
328
+					<table border="0" cellspacing="0" cellpadding="0">
329
+						<tr>
330
+							<td><input type="text" id="box_padding_left" name="box_padding_left" class="mceEditableSelect" disabled="disabled" /></td>
331
+							<td>&nbsp;</td>
332
+							<td><select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select></td>
333
+						</tr>
334
+					</table>
335
+				</td>
336
+			</tr>
337
+		</table>
338
+	</fieldset>
339
+</div>
340
+
341
+<div style="float: right; width: 49%">
342
+	<fieldset>
343
+		<legend>{#style_dlg.margin}</legend>
344
+
345
+		<table border="0">
346
+			<tr>
347
+				<td>&nbsp;</td>
348
+				<td><input type="checkbox" id="box_margin_same" name="box_margin_same" class="checkbox" checked="checked" onClick="toggleSame(this,'box_margin');" /> <label for="box_margin_same">{#style_dlg.same}</label></td>
349
+			</tr>
350
+			<tr>
351
+				<td><label for="box_margin_top">{#style_dlg.top}</label></td>
352
+				<td>
353
+					<table border="0" cellspacing="0" cellpadding="0">
354
+						<tr>
355
+							<td><input type="text" id="box_margin_top" name="box_margin_top" class="mceEditableSelect" /></td>
356
+							<td>&nbsp;</td>
357
+							<td><select id="box_margin_top_measurement" name="box_margin_top_measurement"></select></td>
358
+						</tr>
359
+					</table>
360
+				</td>
361
+			</tr>
362
+			<tr>
363
+				<td><label for="box_margin_right">{#style_dlg.right}</label></td>
364
+				<td>
365
+					<table border="0" cellspacing="0" cellpadding="0">
366
+						<tr>
367
+							<td><input type="text" id="box_margin_right" name="box_margin_right" class="mceEditableSelect" disabled="disabled" /></td>
368
+							<td>&nbsp;</td>
369
+							<td><select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select></td>
370
+						</tr>
371
+					</table>
372
+				</td>
373
+			</tr>
374
+			<tr>
375
+				<td><label for="box_margin_bottom">{#style_dlg.bottom}</label></td>
376
+				<td>
377
+					<table border="0" cellspacing="0" cellpadding="0">
378
+						<tr>
379
+							<td><input type="text" id="box_margin_bottom" name="box_margin_bottom" class="mceEditableSelect" disabled="disabled" /></td>
380
+							<td>&nbsp;</td>
381
+							<td><select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select></td>
382
+						</tr>
383
+					</table>
384
+				</td>
385
+			</tr>
386
+			<tr>
387
+				<td><label for="box_margin_left">{#style_dlg.left}</label></td>
388
+				<td>
389
+					<table border="0" cellspacing="0" cellpadding="0">
390
+						<tr>
391
+							<td><input type="text" id="box_margin_left" name="box_margin_left" class="mceEditableSelect" disabled="disabled" /></td>
392
+							<td>&nbsp;</td>
393
+							<td><select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select></td>
394
+						</tr>
395
+					</table>
396
+				</td>
397
+			</tr>
398
+		</table>
399
+	</fieldset>
400
+</div>
401
+<br style="clear: both" />
402
+</div>
403
+
404
+<div id="border_panel" class="panel">
405
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
406
+<tr>
407
+	<td class="tdelim">&nbsp;</td>
408
+	<td class="tdelim delim">&nbsp;</td>
409
+	<td class="tdelim">{#style_dlg.style}</td>
410
+	<td class="tdelim delim">&nbsp;</td>
411
+	<td class="tdelim">{#style_dlg.width}</td>
412
+	<td class="tdelim delim">&nbsp;</td>
413
+	<td class="tdelim">{#style_dlg.color}</td>
414
+</tr>
415
+
416
+<tr>
417
+	<td>&nbsp;</td>
418
+	<td class="delim">&nbsp;</td>
419
+	<td><input type="checkbox" id="border_style_same" name="border_style_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_style');" /> <label for="border_style_same">{#style_dlg.same}</label></td>
420
+	<td class="delim">&nbsp;</td>
421
+	<td><input type="checkbox" id="border_width_same" name="border_width_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_width');" /> <label for="border_width_same">{#style_dlg.same}</label></td>
422
+	<td class="delim">&nbsp;</td>
423
+	<td><input type="checkbox" id="border_color_same" name="border_color_same" class="checkbox" checked="checked" onClick="toggleSame(this,'border_color');" /> <label for="border_color_same">{#style_dlg.same}</label></td>
424
+</tr>
425
+
426
+<tr>
427
+	<td>{#style_dlg.top}</td>
428
+	<td class="delim">&nbsp;</td>
429
+	<td><select id="border_style_top" name="border_style_top" class="mceEditableSelect"></select></td>
430
+	<td class="delim">&nbsp;</td>
431
+	<td>
432
+		<table border="0" cellspacing="0" cellpadding="0">
433
+			<tr>
434
+				<td><select id="border_width_top" name="border_width_top" class="mceEditableSelect"></select></td>
435
+				<td>&nbsp;</td>
436
+				<td><select id="border_width_top_measurement" name="border_width_top_measurement"></select></td>
437
+			</tr>
438
+		</table>
439
+	</td>
440
+	<td class="delim">&nbsp;</td>
441
+	<td>
442
+		<table border="0" cellpadding="0" cellspacing="0">
443
+			<tr>
444
+				<td><input id="border_color_top" name="border_color_top" type="text" value="" size="9" onChange="updateColor('border_color_top_pick','border_color_top');" /></td>
445
+				<td id="border_color_top_pickcontainer">&nbsp;</td>
446
+			</tr>
447
+		</table>
448
+	</td>
449
+</tr>
450
+
451
+<tr>
452
+	<td>{#style_dlg.right}</td>
453
+	<td class="delim">&nbsp;</td>
454
+	<td><select id="border_style_right" name="border_style_right" class="mceEditableSelect" disabled="disabled"></select></td>
455
+	<td class="delim">&nbsp;</td>
456
+	<td>
457
+		<table border="0" cellspacing="0" cellpadding="0">
458
+			<tr>
459
+				<td><select id="border_width_right" name="border_width_right" class="mceEditableSelect" disabled="disabled"></select></td>
460
+				<td>&nbsp;</td>
461
+				<td><select id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled"></select></td>
462
+			</tr>
463
+		</table>
464
+	</td>
465
+	<td class="delim">&nbsp;</td>
466
+	<td>
467
+		<table border="0" cellpadding="0" cellspacing="0">
468
+			<tr>
469
+				<td><input id="border_color_right" name="border_color_right" type="text" value="" size="9" onChange="updateColor('border_color_right_pick','border_color_right');" disabled="disabled" /></td>
470
+				<td id="border_color_right_pickcontainer">&nbsp;</td>
471
+			</tr>
472
+		</table>
473
+	</td>
474
+</tr>
475
+
476
+<tr>
477
+	<td>{#style_dlg.bottom}</td>
478
+	<td class="delim">&nbsp;</td>
479
+	<td><select id="border_style_bottom" name="border_style_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
480
+	<td class="delim">&nbsp;</td>
481
+	<td>
482
+		<table border="0" cellspacing="0" cellpadding="0">
483
+			<tr>
484
+				<td><select id="border_width_bottom" name="border_width_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
485
+				<td>&nbsp;</td>
486
+				<td><select id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled"></select></td>
487
+			</tr>
488
+		</table>
489
+	</td>
490
+	<td class="delim">&nbsp;</td>
491
+	<td>
492
+		<table border="0" cellpadding="0" cellspacing="0">
493
+			<tr>
494
+				<td><input id="border_color_bottom" name="border_color_bottom" type="text" value="" size="9" onChange="updateColor('border_color_bottom_pick','border_color_bottom');" disabled="disabled" /></td>
495
+				<td id="border_color_bottom_pickcontainer">&nbsp;</td>
496
+			</tr>
497
+		</table>
498
+	</td>
499
+</tr>
500
+
501
+<tr>
502
+	<td>{#style_dlg.left}</td>
503
+	<td class="delim">&nbsp;</td>
504
+	<td><select id="border_style_left" name="border_style_left" class="mceEditableSelect" disabled="disabled"></select></td>
505
+	<td class="delim">&nbsp;</td>
506
+	<td>
507
+		<table border="0" cellspacing="0" cellpadding="0">
508
+			<tr>
509
+				<td><select id="border_width_left" name="border_width_left" class="mceEditableSelect" disabled="disabled"></select></td>
510
+				<td>&nbsp;</td>
511
+				<td><select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled"></select></td>
512
+			</tr>
513
+		</table>
514
+	</td>
515
+	<td class="delim">&nbsp;</td>
516
+	<td>
517
+		<table border="0" cellpadding="0" cellspacing="0">
518
+			<tr>
519
+				<td><input id="border_color_left" name="border_color_left" type="text" value="" size="9" onChange="updateColor('border_color_left_pick','border_color_left');" disabled="disabled" /></td>
520
+				<td id="border_color_left_pickcontainer">&nbsp;</td>
521
+			</tr>
522
+		</table>
523
+	</td>
524
+</tr>
525
+</table>
526
+</div>
527
+
528
+<div id="list_panel" class="panel">
529
+	<table border="0">
530
+		<tr>
531
+			<td><label for="list_type">{#style_dlg.list_type}</label></td>
532
+			<td><select id="list_type" name="list_type" class="mceEditableSelect"></select></td>
533
+		</tr>
534
+
535
+		<tr>
536
+			<td><label for="list_bullet_image">{#style_dlg.bullet_image}</label></td>
537
+			<td><input id="list_bullet_image" name="list_bullet_image" type="text" /></td>
538
+		</tr>
539
+
540
+		<tr>
541
+			<td><label for="list_position">{#style_dlg.position}</label></td>
542
+			<td><select id="list_position" name="list_position" class="mceEditableSelect"></select></td>
543
+		</tr>
544
+	</table>
545
+</div>
546
+
547
+<div id="positioning_panel" class="panel">
548
+<table border="0">
549
+	<tr>
550
+		<td><label for="positioning_type">{#style_dlg.positioning_type}</label></td>
551
+		<td><select id="positioning_type" name="positioning_type" class="mceEditableSelect"></select></td>
552
+		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_visibility">{#style_dlg.visibility}</label></td>
553
+		<td><select id="positioning_visibility" name="positioning_visibility" class="mceEditableSelect"></select></td>
554
+	</tr>
555
+
556
+	<tr>
557
+		<td><label for="positioning_width">{#style_dlg.width}</label></td>
558
+		<td>
559
+			<table border="0" cellspacing="0" cellpadding="0">
560
+				<tr>
561
+					<td><input type="text" id="positioning_width" name="positioning_width" onChange="synch('positioning_width','box_width');" /></td>
562
+					<td>&nbsp;</td>
563
+					<td><select id="positioning_width_measurement" name="positioning_width_measurement"></select></td>
564
+				</tr>
565
+			</table>
566
+		</td>
567
+		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_zindex">{#style_dlg.zindex}</label></td>
568
+		<td><input type="text" id="positioning_zindex" name="positioning_zindex" /></td>
569
+	</tr>
570
+
571
+	<tr>
572
+		<td><label for="positioning_height">{#style_dlg.height}</label></td>
573
+		<td>
574
+			<table border="0" cellspacing="0" cellpadding="0">
575
+				<tr>
576
+					<td><input type="text" id="positioning_height" name="positioning_height" onChange="synch('positioning_height','box_height');" /></td>
577
+					<td>&nbsp;</td>
578
+					<td><select id="positioning_height_measurement" name="positioning_height_measurement"></select></td>
579
+				</tr>
580
+			</table>
581
+		</td>
582
+		<td>&nbsp;&nbsp;&nbsp;<label for="positioning_overflow">{#style_dlg.overflow}</label></td>
583
+		<td><select id="positioning_overflow" name="positioning_overflow" class="mceEditableSelect"></select></td>
584
+	</tr>
585
+</table>
586
+
587
+<div style="float: left; width: 49%">
588
+	<fieldset>
589
+		<legend>{#style_dlg.placement}</legend>
590
+
591
+		<table border="0">
592
+			<tr>
593
+				<td>&nbsp;</td>
594
+				<td><input type="checkbox" id="positioning_placement_same" name="positioning_placement_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_placement');" /> <label for="positioning_placement_same">{#style_dlg.same}</label></td>
595
+			</tr>
596
+			<tr>
597
+				<td>{#style_dlg.top}</td>
598
+				<td>
599
+					<table border="0" cellspacing="0" cellpadding="0">
600
+						<tr>
601
+							<td><input type="text" id="positioning_placement_top" name="positioning_placement_top" /></td>
602
+							<td>&nbsp;</td>
603
+							<td><select id="positioning_placement_top_measurement" name="positioning_placement_top_measurement"></select></td>
604
+						</tr>
605
+					</table>
606
+				</td>
607
+			</tr>
608
+			<tr>
609
+				<td>{#style_dlg.right}</td>
610
+				<td>
611
+					<table border="0" cellspacing="0" cellpadding="0">
612
+						<tr>
613
+							<td><input type="text" id="positioning_placement_right" name="positioning_placement_right" disabled="disabled" /></td>
614
+							<td>&nbsp;</td>
615
+							<td><select id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled"></select></td>
616
+						</tr>
617
+					</table>
618
+				</td>
619
+			</tr>
620
+			<tr>
621
+				<td>{#style_dlg.bottom}</td>
622
+				<td>
623
+					<table border="0" cellspacing="0" cellpadding="0">
624
+						<tr>
625
+							<td><input type="text" id="positioning_placement_bottom" name="positioning_placement_bottom" disabled="disabled" /></td>
626
+							<td>&nbsp;</td>
627
+							<td><select id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled"></select></td>
628
+						</tr>
629
+					</table>
630
+				</td>
631
+			</tr>
632
+			<tr>
633
+				<td>{#style_dlg.left}</td>
634
+				<td>
635
+					<table border="0" cellspacing="0" cellpadding="0">
636
+						<tr>
637
+							<td><input type="text" id="positioning_placement_left" name="positioning_placement_left" disabled="disabled" /></td>
638
+							<td>&nbsp;</td>
639
+							<td><select id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled"></select></td>
640
+						</tr>
641
+					</table>
642
+				</td>
643
+			</tr>
644
+		</table>
645
+	</fieldset>
646
+</div>
647
+
648
+<div style="float: right; width: 49%">
649
+	<fieldset>
650
+		<legend>{#style_dlg.clip}</legend>
651
+
652
+		<table border="0">
653
+			<tr>
654
+				<td>&nbsp;</td>
655
+				<td><input type="checkbox" id="positioning_clip_same" name="positioning_clip_same" class="checkbox" checked="checked" onClick="toggleSame(this,'positioning_clip');" /> <label for="positioning_clip_same">{#style_dlg.same}</label></td>
656
+			</tr>
657
+			<tr>
658
+				<td>{#style_dlg.top}</td>
659
+				<td>
660
+					<table border="0" cellspacing="0" cellpadding="0">
661
+						<tr>
662
+							<td><input type="text" id="positioning_clip_top" name="positioning_clip_top" /></td>
663
+							<td>&nbsp;</td>
664
+							<td><select id="positioning_clip_top_measurement" name="positioning_clip_top_measurement"></select></td>
665
+						</tr>
666
+					</table>
667
+				</td>
668
+			</tr>
669
+			<tr>
670
+				<td>{#style_dlg.right}</td>
671
+				<td>
672
+					<table border="0" cellspacing="0" cellpadding="0">
673
+						<tr>
674
+							<td><input type="text" id="positioning_clip_right" name="positioning_clip_right" disabled="disabled" /></td>
675
+							<td>&nbsp;</td>
676
+							<td><select id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled"></select></td>
677
+						</tr>
678
+					</table>
679
+				</td>
680
+			</tr>
681
+			<tr>
682
+				<td>{#style_dlg.bottom}</td>
683
+				<td>
684
+					<table border="0" cellspacing="0" cellpadding="0">
685
+						<tr>
686
+							<td><input type="text" id="positioning_clip_bottom" name="positioning_clip_bottom" disabled="disabled" /></td>
687
+							<td>&nbsp;</td>
688
+							<td><select id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled"></select></td>
689
+						</tr>
690
+					</table>
691
+				</td>
692
+			</tr>
693
+			<tr>
694
+				<td>{#style_dlg.left}</td>
695
+				<td>
696
+					<table border="0" cellspacing="0" cellpadding="0">
697
+						<tr>
698
+							<td><input type="text" id="positioning_clip_left" name="positioning_clip_left" disabled="disabled" /></td>
699
+							<td>&nbsp;</td>
700
+							<td><select id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled"></select></td>
701
+						</tr>
702
+					</table>
703
+				</td>
704
+			</tr>
705
+		</table>
706
+	</fieldset>
707
+</div>
708
+<br style="clear: both" />
709
+</div>
710
+</div>
711
+
712
+<div class="mceActionPanel">
713
+	<div style="float: left">
714
+		<div style="float: left"><input type="submit" id="insert" name="insert" value="{#update}" /></div>
715
+
716
+		<div style="float: left">&nbsp;<input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" /></div>
717
+		<br style="clear: both" />
718
+	</div>
719
+
720
+	<div style="float: right">
721
+		<input type="button" id="cancel" name="cancel" value="{#cancel}" onClick="tinyMCEPopup.close();" />
722
+	</div>
723
+</div>
724
+</form>
725
+
726
+<div style="display: none">
727
+	<div id="container"></div>
728
+</div>
729
+
730
+</body>
731
+</html>