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 12:17:09 +0200
commit8a4cc52bd62bdf7b06bf8919f208cdfb035a5816 (patch)
tree4490a9c6cce25d440e0595003735815275889cb4 /program/js/tiny_mce/plugins/style/props.htm
parentec23abec1103a452fa6b4f75077020df0785eef1 (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();" />