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
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
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
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
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
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
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
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
<base target="_self" />
+ − 12
</head>
+ − 13
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
diff
changeset
+ − 14
<body id="styleprops" style="display: none">
1
+ − 15
<form onSubmit="updateAction();return false;" action="#">
+ − 16
<div class="tabs">
+ − 17
<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
diff
changeset
+ − 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>
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
diff
changeset
+ − 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>
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
diff
changeset
+ − 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>
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
diff
changeset
+ − 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>
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
diff
changeset
+ − 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>
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
diff
changeset
+ − 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>
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
diff
changeset
+ − 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>
1
+ − 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>
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
diff
changeset
+ − 32
<td><label for="text_font">{#style_dlg.text_font}</label></td>
1
+ − 33
<td colspan="3">
+ − 34
<select id="text_font" name="text_font" class="mceEditableSelect" onChange="alert(this.options[this.selectedIndex].value);"></select>
+ − 35
</td>
+ − 36
</tr>
+ − 37
<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
diff
changeset
+ − 38
<td><label for="text_size">{#style_dlg.text_size}</label></td>
1
+ − 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> </td>
+ − 44
<td><select id="text_size_measurement" name="text_size_measurement"></select></td>
+ − 45
</tr>
+ − 46
</table>
+ − 47
</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
diff
changeset
+ − 48
<td><label for="text_weight">{#style_dlg.text_weight}</label></td>
1
+ − 49
<td>
+ − 50
<select id="text_weight" name="text_weight"></select>
+ − 51
</td>
+ − 52
</tr>
+ − 53
<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
diff
changeset
+ − 54
<td><label for="text_style">{#style_dlg.text_style}</label></td>
1
+ − 55
<td>
+ − 56
<select id="text_style" name="text_style" class="mceEditableSelect"></select>
+ − 57
</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
diff
changeset
+ − 58
<td><label for="text_variant">{#style_dlg.text_variant}</label></td>
1
+ − 59
<td>
+ − 60
<select id="text_variant" name="text_variant"></select>
+ − 61
</td>
+ − 62
</tr>
+ − 63
<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
diff
changeset
+ − 64
<td><label for="text_lineheight">{#style_dlg.text_lineheight}</label></td>
1
+ − 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> </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
diff
changeset
+ − 72
<td><select id="text_lineheight_measurement" name="text_lineheight_measurement"></select></td>
1
+ − 73
</tr>
+ − 74
</table>
+ − 75
</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
diff
changeset
+ − 76
<td><label for="text_case">{#style_dlg.text_case}</label></td>
1
+ − 77
<td>
+ − 78
<select id="text_case" name="text_case"></select>
+ − 79
</td>
+ − 80
</tr>
+ − 81
<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
diff
changeset
+ − 82
<td><label for="text_color">{#style_dlg.text_color}</label></td>
1
+ − 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"> </td>
+ − 88
</tr>
+ − 89
</table>
+ − 90
</td>
+ − 91
</tr>
+ − 92
<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
diff
changeset
+ − 93
<td valign="top" style="vertical-align: top; padding-top: 3px;">{#style_dlg.text_decoration}</td>
1
+ − 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>
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
diff
changeset
+ − 98
<td><label for="text_underline">{#style_dlg.text_underline}</label></td>
1
+ − 99
</tr>
+ − 100
<tr>
+ − 101
<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
diff
changeset
+ − 102
<td><label for="text_overline">{#style_dlg.text_overline}</label></td>
1
+ − 103
</tr>
+ − 104
<tr>
+ − 105
<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
diff
changeset
+ − 106
<td><label for="text_linethrough">{#style_dlg.text_striketrough}</label></td>
1
+ − 107
</tr>
+ − 108
<tr>
+ − 109
<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
diff
changeset
+ − 110
<td><label for="text_blink">{#style_dlg.text_blink}</label></td>
1
+ − 111
</tr>
+ − 112
<tr>
+ − 113
<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
diff
changeset
+ − 114
<td><label for="text_none">{#style_dlg.text_none}</label></td>
1
+ − 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>
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
diff
changeset
+ − 125
<td><label for="background_color">{#style_dlg.background_color}</label></td>
1
+ − 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"> </td>
+ − 131
</tr>
+ − 132
</table>
+ − 133
</td>
+ − 134
</tr>
+ − 135
+ − 136
<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
diff
changeset
+ − 137
<td><label for="background_image">{#style_dlg.background_image}</label></td>
1
+ − 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"> </td>
+ − 142
</tr>
+ − 143
</table>
+ − 144
</td>
+ − 145
</tr>
+ − 146
+ − 147
<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
diff
changeset
+ − 148
<td><label for="background_repeat">{#style_dlg.background_repeat}</label></td>
1
+ − 149
<td><select id="background_repeat" name="background_repeat" class="mceEditableSelect"></select></td>
+ − 150
</tr>
+ − 151
+ − 152
<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
diff
changeset
+ − 153
<td><label for="background_attachment">{#style_dlg.background_attachment}</label></td>
1
+ − 154
<td><select id="background_attachment" name="background_attachment" class="mceEditableSelect"></select></td>
+ − 155
</tr>
+ − 156
+ − 157
<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
diff
changeset
+ − 158
<td><label for="background_hpos">{#style_dlg.background_hpos}</label></td>
1
+ − 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> </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
diff
changeset
+ − 164
<td><select id="background_hpos_measurement" name="background_hpos_measurement"></select></td>
1
+ − 165
</tr>
+ − 166
</table>
+ − 167
</td>
+ − 168
</tr>
+ − 169
+ − 170
<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
diff
changeset
+ − 171
<td><label for="background_vpos">{#style_dlg.background_vpos}</label></td>
1
+ − 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> </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
diff
changeset
+ − 177
<td><select id="background_vpos_measurement" name="background_vpos_measurement"></select></td>
1
+ − 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>
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
diff
changeset
+ − 188
<td><label for="block_wordspacing">{#style_dlg.block_wordspacing}</label></td>
1
+ − 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> </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
diff
changeset
+ − 194
<td><select id="block_wordspacing_measurement" name="block_wordspacing_measurement"></select></td>
1
+ − 195
</tr>
+ − 196
</table>
+ − 197
</td>
+ − 198
</tr>
+ − 199
+ − 200
<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
diff
changeset
+ − 201
<td><label for="block_letterspacing">{#style_dlg.block_letterspacing}</label></td>
1
+ − 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> </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
diff
changeset
+ − 207
<td><select id="block_letterspacing_measurement" name="block_letterspacing_measurement"></select></td>
1
+ − 208
</tr>
+ − 209
</table>
+ − 210
</td>
+ − 211
</tr>
+ − 212
+ − 213
<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
diff
changeset
+ − 214
<td><label for="block_vertical_alignment">{#style_dlg.block_vertical_alignment}</label></td>
1
+ − 215
<td><select id="block_vertical_alignment" name="block_vertical_alignment" class="mceEditableSelect"></select></td>
+ − 216
</tr>
+ − 217
+ − 218
<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
diff
changeset
+ − 219
<td><label for="block_text_align">{#style_dlg.block_text_align}</label></td>
1
+ − 220
<td><select id="block_text_align" name="block_text_align" class="mceEditableSelect"></select></td>
+ − 221
</tr>
+ − 222
+ − 223
<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
diff
changeset
+ − 224
<td><label for="block_text_indent">{#style_dlg.block_text_indent}</label></td>
1
+ − 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> </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
diff
changeset
+ − 230
<td><select id="block_text_indent_measurement" name="block_text_indent_measurement"></select></td>
1
+ − 231
</tr>
+ − 232
</table>
+ − 233
</td>
+ − 234
</tr>
+ − 235
+ − 236
<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
diff
changeset
+ − 237
<td><label for="block_whitespace">{#style_dlg.block_whitespace}</label></td>
1
+ − 238
<td><select id="block_whitespace" name="block_whitespace" class="mceEditableSelect"></select></td>
+ − 239
</tr>
+ − 240
+ − 241
<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
diff
changeset
+ − 242
<td><label for="block_display">{#style_dlg.block_display}</label></td>
1
+ − 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>
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
diff
changeset
+ − 251
<td><label for="box_width">{#style_dlg.box_width}</label></td>
1
+ − 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> </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
diff
changeset
+ − 257
<td><select id="box_width_measurement" name="box_width_measurement"></select></td>
1
+ − 258
</tr>
+ − 259
</table>
+ − 260
</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
diff
changeset
+ − 261
<td> <label for="box_float">{#style_dlg.box_float}</label></td>
1
+ − 262
<td><select id="box_float" name="box_float" class="mceEditableSelect"></select></td>
+ − 263
</tr>
+ − 264
+ − 265
<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
diff
changeset
+ − 266
<td><label for="box_height">{#style_dlg.box_height}</label></td>
1
+ − 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> </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
diff
changeset
+ − 272
<td><select id="box_height_measurement" name="box_height_measurement"></select></td>
1
+ − 273
</tr>
+ − 274
</table>
+ − 275
</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
diff
changeset
+ − 276
<td> <label for="box_clear">{#style_dlg.box_clear}</label></td>
1
+ − 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>
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
diff
changeset
+ − 282
<legend>{#style_dlg.padding}</legend>
1
+ − 283
+ − 284
<table border="0">
+ − 285
<tr>
+ − 286
<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
diff
changeset
+ − 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>
1
+ − 288
</tr>
+ − 289
<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
diff
changeset
+ − 290
<td><label for="box_padding_top">{#style_dlg.top}</label></td>
1
+ − 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> </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
diff
changeset
+ − 296
<td><select id="box_padding_top_measurement" name="box_padding_top_measurement"></select></td>
1
+ − 297
</tr>
+ − 298
</table>
+ − 299
</td>
+ − 300
</tr>
+ − 301
<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
diff
changeset
+ − 302
<td><label for="box_padding_right">{#style_dlg.right}</label></td>
1
+ − 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> </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
diff
changeset
+ − 308
<td><select id="box_padding_right_measurement" name="box_padding_right_measurement" disabled="disabled"></select></td>
1
+ − 309
</tr>
+ − 310
</table>
+ − 311
</td>
+ − 312
</tr>
+ − 313
<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
diff
changeset
+ − 314
<td><label for="box_padding_bottom">{#style_dlg.bottom}</label></td>
1
+ − 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> </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
diff
changeset
+ − 320
<td><select id="box_padding_bottom_measurement" name="box_padding_bottom_measurement" disabled="disabled"></select></td>
1
+ − 321
</tr>
+ − 322
</table>
+ − 323
</td>
+ − 324
</tr>
+ − 325
<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
diff
changeset
+ − 326
<td><label for="box_padding_left">{#style_dlg.left}</label></td>
1
+ − 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> </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
diff
changeset
+ − 332
<td><select id="box_padding_left_measurement" name="box_padding_left_measurement" disabled="disabled"></select></td>
1
+ − 333
</tr>
+ − 334
</table>
+ − 335
</td>
+ − 336
</tr>
+ − 337
</table>
+ − 338
</fieldset>
+ − 339
</div>
+ − 340
+ − 341
<div style="float: right; width: 49%">
+ − 342
<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
diff
changeset
+ − 343
<legend>{#style_dlg.margin}</legend>
1
+ − 344
+ − 345
<table border="0">
+ − 346
<tr>
+ − 347
<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
diff
changeset
+ − 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>
1
+ − 349
</tr>
+ − 350
<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
diff
changeset
+ − 351
<td><label for="box_margin_top">{#style_dlg.top}</label></td>
1
+ − 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> </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
diff
changeset
+ − 357
<td><select id="box_margin_top_measurement" name="box_margin_top_measurement"></select></td>
1
+ − 358
</tr>
+ − 359
</table>
+ − 360
</td>
+ − 361
</tr>
+ − 362
<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
diff
changeset
+ − 363
<td><label for="box_margin_right">{#style_dlg.right}</label></td>
1
+ − 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> </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
diff
changeset
+ − 369
<td><select id="box_margin_right_measurement" name="box_margin_right_measurement" disabled="disabled"></select></td>
1
+ − 370
</tr>
+ − 371
</table>
+ − 372
</td>
+ − 373
</tr>
+ − 374
<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
diff
changeset
+ − 375
<td><label for="box_margin_bottom">{#style_dlg.bottom}</label></td>
1
+ − 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> </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
diff
changeset
+ − 381
<td><select id="box_margin_bottom_measurement" name="box_margin_bottom_measurement" disabled="disabled"></select></td>
1
+ − 382
</tr>
+ − 383
</table>
+ − 384
</td>
+ − 385
</tr>
+ − 386
<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
diff
changeset
+ − 387
<td><label for="box_margin_left">{#style_dlg.left}</label></td>
1
+ − 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> </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
diff
changeset
+ − 393
<td><select id="box_margin_left_measurement" name="box_margin_left_measurement" disabled="disabled"></select></td>
1
+ − 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"> </td>
+ − 408
<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
diff
changeset
+ − 409
<td class="tdelim">{#style_dlg.style}</td>
1
+ − 410
<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
diff
changeset
+ − 411
<td class="tdelim">{#style_dlg.width}</td>
1
+ − 412
<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
diff
changeset
+ − 413
<td class="tdelim">{#style_dlg.color}</td>
1
+ − 414
</tr>
+ − 415
+ − 416
<tr>
+ − 417
<td> </td>
+ − 418
<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
diff
changeset
+ − 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>
1
+ − 420
<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
diff
changeset
+ − 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>
1
+ − 422
<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
diff
changeset
+ − 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>
1
+ − 424
</tr>
+ − 425
+ − 426
<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
diff
changeset
+ − 427
<td>{#style_dlg.top}</td>
1
+ − 428
<td class="delim"> </td>
+ − 429
<td><select id="border_style_top" name="border_style_top" class="mceEditableSelect"></select></td>
+ − 430
<td class="delim"> </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> </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
diff
changeset
+ − 436
<td><select id="border_width_top_measurement" name="border_width_top_measurement"></select></td>
1
+ − 437
</tr>
+ − 438
</table>
+ − 439
</td>
+ − 440
<td class="delim"> </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"> </td>
+ − 446
</tr>
+ − 447
</table>
+ − 448
</td>
+ − 449
</tr>
+ − 450
+ − 451
<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
diff
changeset
+ − 452
<td>{#style_dlg.right}</td>
1
+ − 453
<td class="delim"> </td>
+ − 454
<td><select id="border_style_right" name="border_style_right" class="mceEditableSelect" disabled="disabled"></select></td>
+ − 455
<td class="delim"> </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> </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
diff
changeset
+ − 461
<td><select id="border_width_right_measurement" name="border_width_right_measurement" disabled="disabled"></select></td>
1
+ − 462
</tr>
+ − 463
</table>
+ − 464
</td>
+ − 465
<td class="delim"> </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"> </td>
+ − 471
</tr>
+ − 472
</table>
+ − 473
</td>
+ − 474
</tr>
+ − 475
+ − 476
<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
diff
changeset
+ − 477
<td>{#style_dlg.bottom}</td>
1
+ − 478
<td class="delim"> </td>
+ − 479
<td><select id="border_style_bottom" name="border_style_bottom" class="mceEditableSelect" disabled="disabled"></select></td>
+ − 480
<td class="delim"> </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> </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
diff
changeset
+ − 486
<td><select id="border_width_bottom_measurement" name="border_width_bottom_measurement" disabled="disabled"></select></td>
1
+ − 487
</tr>
+ − 488
</table>
+ − 489
</td>
+ − 490
<td class="delim"> </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"> </td>
+ − 496
</tr>
+ − 497
</table>
+ − 498
</td>
+ − 499
</tr>
+ − 500
+ − 501
<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
diff
changeset
+ − 502
<td>{#style_dlg.left}</td>
1
+ − 503
<td class="delim"> </td>
+ − 504
<td><select id="border_style_left" name="border_style_left" class="mceEditableSelect" disabled="disabled"></select></td>
+ − 505
<td class="delim"> </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> </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
diff
changeset
+ − 511
<td><select id="border_width_left_measurement" name="border_width_left_measurement" disabled="disabled"></select></td>
1
+ − 512
</tr>
+ − 513
</table>
+ − 514
</td>
+ − 515
<td class="delim"> </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"> </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>
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
diff
changeset
+ − 531
<td><label for="list_type">{#style_dlg.list_type}</label></td>
1
+ − 532
<td><select id="list_type" name="list_type" class="mceEditableSelect"></select></td>
+ − 533
</tr>
+ − 534
+ − 535
<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
diff
changeset
+ − 536
<td><label for="list_bullet_image">{#style_dlg.bullet_image}</label></td>
1
+ − 537
<td><input id="list_bullet_image" name="list_bullet_image" type="text" /></td>
+ − 538
</tr>
+ − 539
+ − 540
<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
diff
changeset
+ − 541
<td><label for="list_position">{#style_dlg.position}</label></td>
1
+ − 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>
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
diff
changeset
+ − 550
<td><label for="positioning_type">{#style_dlg.positioning_type}</label></td>
1
+ − 551
<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
diff
changeset
+ − 552
<td> <label for="positioning_visibility">{#style_dlg.visibility}</label></td>
1
+ − 553
<td><select id="positioning_visibility" name="positioning_visibility" class="mceEditableSelect"></select></td>
+ − 554
</tr>
+ − 555
+ − 556
<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
diff
changeset
+ − 557
<td><label for="positioning_width">{#style_dlg.width}</label></td>
1
+ − 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> </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
diff
changeset
+ − 563
<td><select id="positioning_width_measurement" name="positioning_width_measurement"></select></td>
1
+ − 564
</tr>
+ − 565
</table>
+ − 566
</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
diff
changeset
+ − 567
<td> <label for="positioning_zindex">{#style_dlg.zindex}</label></td>
1
+ − 568
<td><input type="text" id="positioning_zindex" name="positioning_zindex" /></td>
+ − 569
</tr>
+ − 570
+ − 571
<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
diff
changeset
+ − 572
<td><label for="positioning_height">{#style_dlg.height}</label></td>
1
+ − 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> </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
diff
changeset
+ − 578
<td><select id="positioning_height_measurement" name="positioning_height_measurement"></select></td>
1
+ − 579
</tr>
+ − 580
</table>
+ − 581
</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
diff
changeset
+ − 582
<td> <label for="positioning_overflow">{#style_dlg.overflow}</label></td>
1
+ − 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>
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
diff
changeset
+ − 589
<legend>{#style_dlg.placement}</legend>
1
+ − 590
+ − 591
<table border="0">
+ − 592
<tr>
+ − 593
<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
diff
changeset
+ − 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>
1
+ − 595
</tr>
+ − 596
<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
diff
changeset
+ − 597
<td>{#style_dlg.top}</td>
1
+ − 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> </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
diff
changeset
+ − 603
<td><select id="positioning_placement_top_measurement" name="positioning_placement_top_measurement"></select></td>
1
+ − 604
</tr>
+ − 605
</table>
+ − 606
</td>
+ − 607
</tr>
+ − 608
<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
diff
changeset
+ − 609
<td>{#style_dlg.right}</td>
1
+ − 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> </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
diff
changeset
+ − 615
<td><select id="positioning_placement_right_measurement" name="positioning_placement_right_measurement" disabled="disabled"></select></td>
1
+ − 616
</tr>
+ − 617
</table>
+ − 618
</td>
+ − 619
</tr>
+ − 620
<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
diff
changeset
+ − 621
<td>{#style_dlg.bottom}</td>
1
+ − 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> </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
diff
changeset
+ − 627
<td><select id="positioning_placement_bottom_measurement" name="positioning_placement_bottom_measurement" disabled="disabled"></select></td>
1
+ − 628
</tr>
+ − 629
</table>
+ − 630
</td>
+ − 631
</tr>
+ − 632
<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
diff
changeset
+ − 633
<td>{#style_dlg.left}</td>
1
+ − 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> </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
diff
changeset
+ − 639
<td><select id="positioning_placement_left_measurement" name="positioning_placement_left_measurement" disabled="disabled"></select></td>
1
+ − 640
</tr>
+ − 641
</table>
+ − 642
</td>
+ − 643
</tr>
+ − 644
</table>
+ − 645
</fieldset>
+ − 646
</div>
+ − 647
+ − 648
<div style="float: right; width: 49%">
+ − 649
<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
diff
changeset
+ − 650
<legend>{#style_dlg.clip}</legend>
1
+ − 651
+ − 652
<table border="0">
+ − 653
<tr>
+ − 654
<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
diff
changeset
+ − 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>
1
+ − 656
</tr>
+ − 657
<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
diff
changeset
+ − 658
<td>{#style_dlg.top}</td>
1
+ − 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> </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
diff
changeset
+ − 664
<td><select id="positioning_clip_top_measurement" name="positioning_clip_top_measurement"></select></td>
1
+ − 665
</tr>
+ − 666
</table>
+ − 667
</td>
+ − 668
</tr>
+ − 669
<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
diff
changeset
+ − 670
<td>{#style_dlg.right}</td>
1
+ − 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> </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
diff
changeset
+ − 676
<td><select id="positioning_clip_right_measurement" name="positioning_clip_right_measurement" disabled="disabled"></select></td>
1
+ − 677
</tr>
+ − 678
</table>
+ − 679
</td>
+ − 680
</tr>
+ − 681
<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
diff
changeset
+ − 682
<td>{#style_dlg.bottom}</td>
1
+ − 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> </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
diff
changeset
+ − 688
<td><select id="positioning_clip_bottom_measurement" name="positioning_clip_bottom_measurement" disabled="disabled"></select></td>
1
+ − 689
</tr>
+ − 690
</table>
+ − 691
</td>
+ − 692
</tr>
+ − 693
<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
diff
changeset
+ − 694
<td>{#style_dlg.left}</td>
1
+ − 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> </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
diff
changeset
+ − 700
<td><select id="positioning_clip_left_measurement" name="positioning_clip_left_measurement" disabled="disabled"></select></td>
1
+ − 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">
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
diff
changeset
+ − 714
<div style="float: left"><input type="button" id="insert" name="insert" value="{#update}" onClick="updateAction();" /></div>
1
+ − 715
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
diff
changeset
+ − 716
<div style="float: left"> <input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" /></div>
1
+ − 717
<br style="clear: both" />
+ − 718
</div>
+ − 719
+ − 720
<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
diff
changeset
+ − 721
<input type="button" id="cancel" name="cancel" value="{#cancel}" onClick="tinyMCEPopup.close();" />
1
+ − 722
</div>
+ − 723
</div>
+ − 724
</form>
+ − 725
+ − 726
<div style="display: none">
+ − 727
<div id="container"></div>
+ − 728
</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
diff
changeset
+ − 729
1
+ − 730
</body>
+ − 731
</html>