summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/style/props.htm
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-08 11:38:39 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-08 11:38:39 +0200
commite6e0d410ac92818679c03fc9bf5359562df81921 (patch)
treefff5c213ce3e88b448ca1365b375137a52f6fa4c /program/js/tiny_mce/plugins/style/props.htm
parent5b0b034387715a18910a7e574b71afcfae293ecf (diff)
TinyMCE 3.5
Diffstat (limited to 'program/js/tiny_mce/plugins/style/props.htm')
-rw-r--r--program/js/tiny_mce/plugins/style/props.htm7
1 files changed, 6 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/style/props.htm b/program/js/tiny_mce/plugins/style/props.htm
index 76ab68d89..7dc087a30 100644
--- a/program/js/tiny_mce/plugins/style/props.htm
+++ b/program/js/tiny_mce/plugins/style/props.htm
@@ -118,7 +118,7 @@
<td><label for="text_blink">{#style_dlg.text_blink}</label></td>
</tr>
<tr>
- <td><input id="text_none" name="text_none" class="checkbox" type="checkbox" /></td>
+ <td><input id="text_none" name="text_none" class="checkbox" type="checkbox" onclick="updateTextDecorations();"/></td>
<td><label for="text_none">{#style_dlg.text_none}</label></td>
</tr>
</table>
@@ -825,6 +825,11 @@
</div>
</div>
+<div class="panel_toggle_insert_span">
+ <input type="checkbox" class="checkbox" id="toggle_insert_span" name="toggle_insert_span" onClick="toggleApplyAction();" />
+ <label for="toggle_insert_span">{#style_dlg.toggle_insert_span}</label>
+</div>
+
<div class="mceActionPanel">
<input type="submit" id="insert" name="insert" value="{#update}" />
<input type="button" class="button" id="apply" name="apply" value="{#style_dlg.apply}" onClick="applyAction();" />