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