Thomas Bruederli
2014-04-08 f0c94a3dc308d22f3e79fd4df3f1b2016c14e1c0
program/js/tiny_mce/plugins/searchreplace/searchreplace.htm
@@ -93,7 +93,7 @@
      <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
      <input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
      <input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
      <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
      <input type="button" id="cancel" name="close" value="{#close}" onclick="tinyMCEPopup.close();" />
   </div>
</form>
</body>