diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-26 07:19:44 +0000 |
| commit | 8781d05424a0ebd32845edf17769c2cc69e9bb1d (patch) | |
| tree | d5900029ac1512cbabb9abeb14e14cbc26ac5877 /roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm | |
| parent | 4c7f79426f3b48b00bd50e42d65b6732ce018299 (diff) | |
upgrade to TinyMCE v2.1.0
git-svn-id: https://svn.roundcube.net/trunk@498 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm')
| -rwxr-xr-x | roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm b/roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm index 8575e2aad..192e0cbc6 100755 --- a/roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm +++ b/roundcubemail/program/js/tiny_mce/plugins/searchreplace/searchreplace.htm @@ -90,12 +90,15 @@ </div>
<div class="mceActionPanel">
- <div style="text-align: center;">
+ <div style="float: left">
<input type="button" id="insert" name="insert" value="{$lang_searchreplace_findnext}" onclick="searchNext('none');" />
<span id="replace_buttons">
<input type="button" id="replaceBtn" name="replaceBtn" value="{$lang_searchreplace_replace}" onclick="searchNext('current');" />
<input type="button" id="replaceAllBtn" name="replaceAllBtn" value="{$lang_searchreplace_replaceall}" onclick="searchNext('all');;" />
</span>
+ </div>
+
+ <div style="float: right">
<input type="button" id="cancel" name="cancel" value="{$lang_searchreplace_cancel}" onclick="tinyMCEPopup.close();" />
</div>
</div>
|
