comparison media/js/tiny_mce/plugins/searchreplace/searchreplace.htm @ 183:149c3567fec1

Updated to TinyMCE version 3.3.2. This is for #57.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 21:47:48 +0000
parents a5b4c5ce0658
children
comparison
equal deleted inserted replaced
182:5c889b587416 183:149c3567fec1
87 </div> 87 </div>
88 88
89 </div> 89 </div>
90 90
91 <div class="mceActionPanel"> 91 <div class="mceActionPanel">
92 <div style="float: left"> 92 <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
93 <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" /> 93 <input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
94 <input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" /> 94 <input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
95 <input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" /> 95 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
96 </div>
97
98 <div style="float: right">
99 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
100 </div>
101 </div> 96 </div>
102 </form> 97 </form>
103 </body> 98 </body>
104 </html> 99 </html>