From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001 From: Thomas B. <thomas@roundcube.net> Date: Mon, 07 Oct 2013 13:19:03 -0400 Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses --- program/js/tiny_mce/plugins/style/props.htm | 7 ++++++- 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 76ab68d..7dc087a 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();" /> -- Gitblit v1.9.1